wizard
Guided multi-step wizards with XML task decomposition
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Guided multi-step wizards with XML task decomposition
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Developer workflow hub — routes to the right skill based on what you need. Triggers on: attune, what can attune do, what can you do, capabilities, where do I start, get started.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
| name | wizard |
| description | Guided multi-step wizards with XML task decomposition |
Guided multi-step wizards with XML task decomposition for complex workflows.
| Subcommand | Action |
|---|---|
run debug | Debug wizard |
run test-gen | Test generation wizard |
run refactor | Refactoring wizard |
run security | Security wizard |
run release-prep | Release prep wizard |
create | Create a custom wizard |
list | List available wizards |
edit | Edit a wizard |
/wizard # Ask what to do
/wizard run debug # Debug wizard
/wizard run test-gen # Test gen wizard
/wizard run refactor # Refactoring wizard
/wizard run security # Security wizard
/wizard run release-prep # Release prep wizard
/wizard create # Create custom wizard
/wizard list # List wizards
Handles all built-in wizards (debug, test-gen,
refactor, security, release-prep). When invoked
with a specific wizard (e.g., /wizard run debug),
skip the wizard selection question.
Use AskUserQuestion to scope:
Then execute the wizard step-by-step, using
AskUserQuestion at each decision point.
Guide the user through wizard creation:
Show available wizards with descriptions.
Use AskUserQuestion:
Then modify the wizard definition.
| Wizard | Description |
|---|---|
debug | Guided debugging session |
test-gen | Test generation with coverage goals |
refactor | Structured refactoring workflow |
security | Security audit and remediation |
release-prep | Release readiness checklist |