run-prompt
25Command Claude Code
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution.
Command Claude Code
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution.
Command Claude Code
Diagnose and repair corrupted workflow state. Use when state.yaml is invalid, phases are stuck, or domain-memory.yaml has stale locks.
Command Claude Code
Reduce spec ambiguity via targeted questions with adaptive auto-invocation (planning is 80% of success).
Command Claude Code
Execute systematic debugging workflow via spec-cli.py, track failures in error-log.md, and generate session reports.
Command Claude Code
Finalize documentation (CHANGELOG, README, help docs), update GitHub milestones/releases, and cleanup branches after production deployment.
Command Claude Code
Execute all implementation tasks from tasks.md with test-driven development, parallel batching, and atomic commits.
Command Claude Code
Run 15 parallel quality gates (core checks, E2E/visual, pre-CI validation, plus contracts/load/integrity for epics) with auto-retry for transient failures.
Command Claude Code
Generate implementation plan from spec using research-driven design (meta-prompting for epics).
Command Claude Code
Generate complete feature specification with research, requirements analysis, and quality validation.
Command Claude Code
Generate TDD task breakdown from plan.md with test-first sequencing and mockup-first mode (--ui-first).
Command Claude Code
Analyze spec, plan, and tasks for consistency violations, breaking changes, and constitution compliance. Generates analysis-report.md with CRITICAL/MAJOR/MINOR findings.
Command Claude Code
Add, update, or remove engineering principles in docs/project/engineering-principles.md with atomic versioned commits.
Command Claude Code
Interactive wizard to configure user preferences for command defaults and behavior.
Command Claude Code
Generate 8 project design documents (overview, architecture, tech-stack, data, API, capacity, deployment, workflow) via interactive questionnaire or config file.
Command Claude Code
Generate OKLCH design tokens with WCAG validation, shadcn/ui integration, and Tailwind v4 theming via 8 customization questions.
Command Claude Code
Discovery-first prototyping - explore app ideas with zero-risk iteration before committing to roadmap/features.
Command Claude Code
Manage product roadmap via GitHub Issues (brainstorm, prioritize, track). Auto-validates features against project vision (from overview.md) before adding to roadmap.
Command Claude Code
Diagnose and fix CI/deployment blockers for pull requests to enable safe deployment.
Command Claude Code
Run quality gates (CI checks or security scanning).
Command Claude Code
Run on-demand code review during development (voting-enabled).
Skill Claude CodeCodex
Validates cross-artifact consistency and detects breaking changes during feature analysis. Use when running /analyze command, validating spec-plan alignment, checking task-implementation consistency, or identifying API/database/UI breaking changes before deployment. (project).
Skill Claude CodeCodex
Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.
Skill Claude CodeCodex
Audit and refactor CLAUDE.md files to eliminate bloat, enforce context engineering best practices, and create folder-level CLAUDE.md files for complex domain-specific instructions.
Skill Claude CodeCodex
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response…