Commands
27 slash commands that guide you through the complete development lifecycle. Each command is conversational and adapts to your project's needs.
Setup & Strategy
/toolkit-init
SetupInitialize your project with AI Toolkit structure. Creates CLAUDE.md, docs/, pm/ directories, and 51 template files.
/project-brief
StrategyCreate your project vision through interactive Q&A. Defines what you're building, target audience, and success metrics.
Specification & Planning
/spec
PlanningCreate feature specifications with acceptance criteria. Living documents that adapt as you discover requirements.
/adr
ArchitectureCreate Architecture Decision Records for technical decisions. Quick Mode or Deep Mode for thorough analysis.
/issue
PlanningCreate work items with AI-assisted type detection. Creates TASK, BUG, or SPIKE based on description keywords.
/plan
PlanningCreate PLAN.md with phase-based breakdown. TDD phases for tasks, reproduction-first for bugs, exploration for spikes.
Implementation
/implement
ExecutionExecute implementation phases with TDD enforcement. AI writes code, runs tests, enforces quality gates.
/advise
ExecutionGet implementation guidance without automated code generation. AI guides, you write the code.
/complete
CompletionFinish work items per workflow requirements. Validates phases complete, tests passing, acceptance criteria met.
Quality & Debugging
/quality
QualityMulti-dimensional quality assessment. Security, performance, testing, code quality, and documentation analysis.
/troubleshoot
DebuggingSystematic debugging with 5-step loop. Research first, one hypothesis at a time, validate before claiming fixed.
/sanity-check
ValidationMid-work validation with deep reflection. Catches drift before it becomes expensive to fix.
Research
/research
ResearchDeep research on topics with persistent documentation. Creates reusable research docs in docs/project/research/.
Development Support
/branch
GitUnified branch operations with git-workflow enforcement. Create, merge, delete, switch, and status.
/commit
GitBranch-aware git commits with automatic issue references and conventional commit messages.
/worklog
TrackingAdd timestamped work log entries. Track manual changes and communicate with AI across sessions.
/sync-progress
TrackingAnalyze git changes and update plan to reflect progress. Syncs state after manual changes.
/refresh
ContextSilently refresh AI context by reading project configuration, guidelines, and recent commits.
Jira Integration
/jira-import
JiraImport Jira issue for local work with PLAN.md creation.
/jira-promote
JiraPromote local exploration issue to Jira for team visibility.
/jira-comment
JiraAdd AI-suggested comments to external Jira issues based on work context.
/jira-epic
JiraCreate Jira epics through natural language conversation.
Documentation & Status
/docs
DocsUnified documentation management. Sync, validate, health check, update, and generate documentation.
/project-status
StatusProject status dashboard with intelligent context analysis.
/ui-design
DesignCreate and iterate on HTML UI mockups with parallel design exploration.
Versioning & Releases
/changelog
ReleaseCheck and update CHANGELOG.md with undocumented changes.
/release
ReleaseRelease new version following semantic versioning guidelines.
Command Parameter Patterns
- No Parameters - Conversational commands that ask questions: /project-brief, /adr, /toolkit-init
- Required Arguments - Precise operations on specific targets: /plan 001, /implement 001 1.2
- Optional Arguments - Context-aware commands: /spec, /troubleshoot
- Subcommands - Multiple related operations: /branch create|merge|delete|switch