Skip to content

Wizard Overview

The SCC Wizard plugin provides interactive skills to help you create, edit, validate, and understand SCC configurations without memorizing the schema.

Enable the scc-wizard plugin in your org config:

{
"defaults": {
"enabled_plugins": [
"scc-wizard@sandboxed-code-official"
]
}
}

Or install standalone in Claude Code:

Terminal window
/plugin marketplace add CCimen/sandboxed-code-plugins
/plugin install scc-wizard@<marketplace-key>

Org Config Wizard

Create org configs with a success-first approach. Get a working config in ~60 seconds.

/scc-wizard:org

Team Config Wizard

Create team-config.json files for team-managed teams.

/scc-wizard:team

Explain Wizard

Understand why plugins are blocked, denied, or disabled.

/scc-wizard:explain

Validate Wizard

Validate configs before deployment with schema and semantic checks.

/scc-wizard:validate
I want to…Use
Set up a new organizationOrg Config Wizard
Create a config for my team (team-managed)Team Config Wizard
Understand why a plugin isn’t workingExplain Wizard
Check if my config is validValidate Wizard
Add teams to an existing org configOrg Config Wizard (Update mode)
Migrate org-managed teams to team-managedOrg Config Wizard (Migration mode)
ModelDescriptionWhen to Use
Org-managedOrg admin controls all plugin listsSmall orgs, pilots, centralized control
Team-managedTeams maintain their own config filesLarge orgs, self-service, distributed teams
MixedSome teams org-managed, some team-managedMigration, different team needs
TermMeaningCan Change?
BlockedSecurity boundary (security.blocked_*)No - immutable
DeniedDelegation or allowlist rejectionYes - update delegation
DisabledRemoved by defaults.disabled_pluginsYes - re-enable