Guided step-by-step workflows for non-engineers. Role-based flows that walk you through common tasks.
/wizard [role] [step]
/wizard resume/wizard
What you’ll see: your role is detected (or asked once), then the matching 5-step workflow overview — for a PM, “Plan and Ship a Feature”: describe your idea → understand your users → write the plan → create a launch plan → track progress. You pick a step; each one explains itself, asks before running, and saves its output.
/wizard # detect role or ask, then show available workflows
/wizard pm # show the PM workflow steps
/wizard pm 1 # jump straight to PM step 1 (Describe Your Idea)
/wizard pm next # continue to the next incomplete step
/wizard founder # Founder workflow: Build and Ship
/wizard designer # Designer workflow: Design, Validate, Ship
/wizard marketer # Marketer workflow: Research, Position, Launch
/wizard status # progress table across workflows
/wizard resume # resume where you left off
/wizard reset # clear saved progress and start fresh
USER_ROLE from .claude/.claude-agents.conf (a plain-text config file in your project’s .claude folder — your Claude Code session can create or edit it for you); if unset, asks via AskUserQuestion (Product Manager / Founder / Designer / Marketer) — a user-confirmation checkpoint. The answer is not automatically saved back to the config file, so you’ll be asked again next session unless you (or Claude) add USER_ROLE to it manually..claude/.wizard-state.json (role, workflow, current step, per-step summaries and file references), then offers: “next”, “revise” (redo this step with changes, overwriting its saved output — no history of prior attempts is kept), “share this”, “save and stop”, or “skip to step N”./wizard resume shows completed steps with summaries and continues from where you stopped; /wizard status shows the progress table; /wizard reset deletes the saved state..claude/.wizard-state.json — saved progress (survives session restarts).claude/plans/<topic>-brief.md; planning/implementation steps produce their own plan files) — summaries are kept in state with file references| Problem | Fix |
|---|---|
“No workflow in progress” on /wizard resume |
There’s no saved state yet — run /wizard to start a workflow |
| It asked for my role again | Nothing writes your answer back to config — set USER_ROLE in .claude/.claude-agents.conf (a config file in your project’s .claude folder; your Claude Code session can edit it for you) if you don’t want to be asked each time |
| Want to redo a step | Run that step again (/wizard pm 2) or say “revise” at the checkpoint — this redoes the step and overwrites its output in state; no earlier version is kept |
| Progress feels stale or wrong | /wizard reset clears .claude/.wizard-state.json and starts fresh |
| A step failed mid-run | State was saved before the step ran — it explains what happened in plain English and offers to retry |