init
Initialize a project with the .agent/ folder structure for Claude and agents. Creates canonical workflow folders and prime/reference templates.
bootstrap-discovery
Autonomous parallel codebase analysis to generate .agent/prime/*.md docs. Spawns 5 Explore agents simultaneously for STACK, STRUCTURE, CONVENTIONS, ARCHITECTURE, TESTING. Merges findings with existing content. Use after /bootstrap on existing projects.
bootstrap-wizard
Interactive conversational prefill of .agent/prime/*.md templates. Use after /bootstrap to configure project context through GSD-style dialogue. Covers stack, structure, conventions, architecture, testing.
design
Brainstorm and create design specs. Outputs to .agent/design/. Part of workflow: init → prime → research → design → plan → implement → status → verify → release → retro
implement
Execute implementation plans in isolated git worktrees. Creates .agent/worktrees/ workspace, runs tasks from .agent/plan/*.md, merges back to main on completion. Use when you have a plan ready to implement or when executing multi-task development work.
bootstrap
Initialize a project with the .agent/ folder structure for Claude and agents. Creates canonical workflow folders and prime/ reference templates.