/architect | architect, system design, design, explore | "design the system", "architecture", "how should we build this", "explore the codebase", "technical exploration", "cross-repo" | architecture.md missing + task folder exists (+1) | Plan already exists (โ1) | Large tasks; use before /thorough_plan |
/capture_insight | note, insight, remember, log, save, pattern, gotcha | "note this", "remember this", "log this", "save this as a lesson", "remember that", "note that", "I want to capture" | Active session in_progress (+1) | โ | Low-impact, quick logging |
/cost_snapshot | cost, spend, spent, budget, how much | "how much have I spent", "cost report", "show costs", "project cost", "what has this cost" | โ | โ | Read-only; safe at any time |
/critic | critic, critique, review the plan, find issues, gaps, risks | "critique this plan", "review the plan", "find issues with this plan", "what's wrong with this", "check the plan" | Plan found (+1), no critic-response yet (+1) | Recent commits exist + plan + no review (โ2 โ prefer /review) | Runs before /implement to catch plan gaps |
/discover | discover, scan, map, repos, inventory, dependencies, index | "scan my repos", "map the codebase", "what repos do I have", "index the project", "save the architecture" | repos-inventory.md missing/stale (+2), cache stale (+1) | โ | Run once on setup or when repos change |
/end_of_day | end of day, EOD, wrapping up, done for the day, save progress | "wrapping up", "done for the day", "save my progress", "end of day", "EOD" | Today's daily cache exists (+1) | No session file today (โ1) | Saves state and consolidates work |
/end_of_task | end of task, finalize, push, ship, done, complete, wrap up task | "finalize this", "we're done", "ship it", "task complete", "wrap up this task", "push the branch" | APPROVED review found (+2) | On main/clean (โ2), uncommitted changes without APPROVED (โ1) | High-impact. Requires /review APPROVED first |
/gate | gate, check before, quality check, verify before next step | "check before proceeding", "run the gate", "verify before next step", "quality checkpoint" | Active task folder (+1) | No plan, no commits (โ1) | Runs between phases; usually auto-invoked by workflow |
/implement | implement, code, write code, build, start coding | "implementing a plan", "writing code from a plan", "start coding", "build this", "write the code", "let's code" | Plan found (+2), uncommitted changes (+1), active in_progress session (+1) | No plan found (โ2) | High-impact. Requires explicit user command |
/init_workflow | init, initialize, bootstrap, set up workflow, first time | "initialize workflow", "set up dev workflow", "install workflow", "bootstrap workflow", "first time setup" | No .workflow_artifacts/ (+2) | Active task folder exists (โ2), active session (โ2) | Run once per project |
/plan | plan, break down, how to implement, task breakdown | "plan this", "create a plan", "break this down", "how should I implement", "implementation plan" | architecture.md exists (+1) | Plan already found at any depth (โ1) | Single-pass plan without critic loop |
/review | review, verify, check implementation, code review, does this look right | "review my changes", "check the implementation", "verify implementation", "does this look right", "code review" | Plan + recent commits + no review file (+2), active in_progress session (+1) | No recent commits + no plan (โ2) | Runs after /implement, before /end_of_task |
/revise | revise, fix the plan, address feedback, update the plan | "fix the plan", "address the critic's comments", "update the plan based on feedback", "revise the plan" | critic-response-*.md exists (+2) | No critic-response exists (โ2) | Used after /critic; Opus model |
/rollback | rollback, undo, revert, go back, undo task | "undo the implementation", "revert the last changes", "go back to before implement", "undo task N", "reset to pre-implementation" | Uncommitted/recent commits exist (+1) | On main/clean (โ1) | High-impact. Destructive โ reverts commits |
/run | run, full pipeline, everything, end to end, full workflow | "run the full workflow", "end to end", "do everything", "full pipeline" | On main/clean (+1) | Any uncommitted work (โ1), no plan (โ1) | High-impact. Full pipeline from discover to end_of_task |
/start_of_day | start of day, SOD, morning, resume, what was I working on | "what was I working on", "resume", "pick up where I left off", "morning standup", "start of day", "SOD" | No daily cache today + no session file today (+2) | Today's daily cache exists (โ1) | Morning context restore |
/thorough_plan | plan, thorough plan, plan thoroughly, planning cycle | "plan this thoroughly", "detailed plan with review", "plan and critique", "full planning cycle", "plan this" | No plan exists (+1), on main/clean (+1) | Plan already found (โ1) | Standard planning entry point; auto-triages Small/Medium/Large |
/weekly_review | weekly, week, recap, friday, weekly summary, week review | "weekly summary", "what did I do this week", "week recap", "friday review", "weekly standup", "weekly report" | It's Friday (+1) | Recent commits today only (โ1 โ likely mid-task) | Run on Fridays or for a week-level summary |