Common Commands (/common:)
Transversal commands for all projects.
Workflow Commands
| Command | Description |
|---|---|
/common:pre-commit-check | Validate code before commit |
/common:pre-merge-check | Validate code before merge |
/common:release-checklist | Pre-release validation |
Generation Commands
| Command | Description |
|---|---|
/common:generate-changelog | Generate changelog from commits |
/common:architecture-decision | Document an ADR |
Sprint Commands
| Command | Description |
|---|---|
/workflow:start | Initialize a new sprint |
/workflow:auto-sprint | End-to-end sprint orchestrator (start → decompose → validate → implement → PR → CI → review → retro → merge) |
/workflow:review | Generate sprint review summary |
/workflow:retro | Conduct sprint retrospective |
/common:daily-standup | Generate standup summary |
Configuration Commands
| Command | Description |
|---|---|
/common:setup-project-context | Interactive project context configuration |
/common:setup-rtk | Install and configure RTK (token optimization) |
Continuous Loop Commands
| Command | Description |
|---|---|
/common:ralph-run | Run Claude in continuous loop until DoD passes |
Ralph Wiggum executes Claude iteratively until the task is complete:
bash
/common:ralph-run "Implement user authentication"
/common:ralph-run --full "Fix the login bug" # With all DoD checksDefinition of Done validators:
command: Run tests, lint, buildoutput_contains: Check for completion markerfile_changed: Verify documentation updatedhook: Integrate with quality-gate.shhuman: Manual approval gate
Note:
/common:full-auditand/common:ralph-sprintwere removed in v6.0. Use/team:audit --sequentialand/team:sprint --ralph-modeinstead. See Migration Guide.
DevOps Commands
| Command | Description |
|---|---|
/common:setup-ci | Configure CI/CD pipeline |
/docker:optimize | Optimize Docker configuration |
Codebase Packing (v7.33+)
| Command | Description |
|---|---|
/common:pack-repo | Pack the codebase into a single AI-friendly file (XML/Markdown/Plain/JSON). Wrapper around Repomix with native shell fallback. Token counting included. Options : --format, --output, --compress, --include, --exclude, --mcp, --fallback. |
Development Commands
| Command | Description |
|---|---|
/qa:tdd | Fix bug using TDD methodology |
/common:research-context7 | Deep technical research |
UI/UX Commands
| Command | Description |
|---|---|
/uiux:orchestrator | Orchestrate UI, UX, and A11y experts for a task |
/uiux:audit | Complete UI/UX/Accessibility audit |
/uiux:component-spec | Full component specification (UI + UX + A11y) |
/uiux:design-tokens | Define design system tokens |
/uiux:user-flow | Design user journey and flow |
/uiux:a11y-audit | WCAG 2.2 AAA accessibility audit |
/uiux:a11y-component | Accessibility specs for a component |
/uiux:generate-design-md | Generate root DESIGN.md from template (auto-detect Tailwind / W3C tokens). Options : --from-tailwind, --from-tokens, --interactive. Convention : design-md-convention skill. (v7.34+) |
Technology Commands
| Command | Description |
|---|---|
/common:add-technology | Add a new technology to claude-craft |
Add a complete technology stack to claude-craft with best practices:
bash
/common:add-technology "nextjs"
/common:add-technology "golang" backendFeatures:
- Context7 MCP research: Official documentation, best practices, design patterns
- Web search: 2026 trends, community practices, common pitfalls
- Full generation: Rules, commands, templates, skills, agents (5 languages)
- Installation script:
install-{tech}-rules.sh - Documentation updates: README, landing page, Makefile
Definition of Done:
- [ ] Rules (7 files × 5 languages)
- [ ] Commands (5 files × 5 languages)
- [ ] Installation script created
- [ ] README.md updated
- [ ] website/LandingPage.vue updated (stats + tech card)
- [ ] Makefile target added
Agent Teams Commands
| Command | Description |
|---|---|
/team:audit | Parallel multi-tech audit (Agent Teams) |
/team:sprint | Parallel sprint implementation (Agent Teams) |
/team:security | Parallel security review (Agent Teams) |
/team:delivery | Full sprint lifecycle — writing + implementation (Agent Teams) |
/common:sub-agents-patterns | Sub-agent orchestration patterns for Agent Teams |