wizard
Guided multi-step wizards with XML task decomposition
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Guided multi-step wizards with XML task decomposition
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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 |