Skip to content

Common Commands (/common:)

← All command namespaces

Transversal commands for all projects.

Workflow Commands

CommandDescription
/common:pre-commit-checkValidate code before commit
/common:pre-merge-checkValidate code before merge
/common:release-checklistPre-release validation

Generation Commands

CommandDescription
/common:generate-changelogGenerate changelog from commits
/common:architecture-decisionDocument an ADR

Sprint Commands

CommandDescription
/workflow:startInitialize a new sprint
/workflow:auto-sprintEnd-to-end sprint orchestrator (start → decompose → validate → implement → PR → CI → review → retro → merge)
/workflow:reviewGenerate sprint review summary
/workflow:retroConduct sprint retrospective
/common:daily-standupGenerate standup summary

Configuration Commands

CommandDescription
/common:setup-project-contextInteractive project context configuration
/common:setup-rtkInstall and configure RTK (token optimization)

Continuous Loop Commands

CommandDescription
/common:ralph-runRun 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 checks

Definition of Done validators:

  • command: Run tests, lint, build
  • output_contains: Check for completion marker
  • file_changed: Verify documentation updated
  • hook: Integrate with quality-gate.sh
  • human: Manual approval gate

Note: /common:full-audit and /common:ralph-sprint were removed in v6.0. Use /team:audit --sequential and /team:sprint --ralph-mode instead. See Migration Guide.

DevOps Commands

CommandDescription
/common:setup-ciConfigure CI/CD pipeline
/docker:optimizeOptimize Docker configuration

Codebase Packing (v7.33+)

CommandDescription
/common:pack-repoPack 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

CommandDescription
/qa:tddFix bug using TDD methodology
/common:research-context7Deep technical research

UI/UX Commands

CommandDescription
/uiux:orchestratorOrchestrate UI, UX, and A11y experts for a task
/uiux:auditComplete UI/UX/Accessibility audit
/uiux:component-specFull component specification (UI + UX + A11y)
/uiux:design-tokensDefine design system tokens
/uiux:user-flowDesign user journey and flow
/uiux:a11y-auditWCAG 2.2 AAA accessibility audit
/uiux:a11y-componentAccessibility specs for a component
/uiux:generate-design-mdGenerate 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

CommandDescription
/common:add-technologyAdd 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" backend

Features:

  • 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

CommandDescription
/team:auditParallel multi-tech audit (Agent Teams)
/team:sprintParallel sprint implementation (Agent Teams)
/team:securityParallel security review (Agent Teams)
/team:deliveryFull sprint lifecycle — writing + implementation (Agent Teams)
/common:sub-agents-patternsSub-agent orchestration patterns for Agent Teams