Skip to content

Latest commit

 

History

History
74 lines (66 loc) · 4.98 KB

File metadata and controls

74 lines (66 loc) · 4.98 KB

UDS Commands Index

Auto-generated — do not edit manually. Run npm run docs:generate-index to update. Last regenerated: 2026-07-23 | UDS v6.1.1 | 51 commands

Type any command in Claude Code to run it. Commands not visible in the menu are still callable — Claude Code loads them on demand. Each row is generated from a /command definition file in skills/commands/.


All Commands (alphabetical)

Command Category Description
/ac-coverage testing Generate AC-to-test traceability matrix and coverage report
/api-design reference Guide API design following REST, GraphQL and gRPC best practices
/atdd testing Guide through Acceptance Test-Driven Development workflow
/audit methodology UDS health check and feedback system, diagnose installation integrity and detect development patterns
/bdd testing Guide through Behavior-Driven Development workflow
/brainstorm docs Structured AI-assisted brainstorming before spec creation
/changelog docs Generate and maintain CHANGELOG.md entries
/check core Verify standards adoption status
/checkin quality Pre-commit quality gates verification
/ci-cd ops Guide CI/CD pipeline design, configuration and optimization
/code-review core Perform systematic code review with checklist
/commit core Generate commit messages following Conventional Commits standard
/config core Configure project development standards
/coverage testing Analyze test coverage and provide recommendations
/database reference Guide database design, migration planning and query optimization
/derive testing Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications.
/derive-all testing Derive all test structures (BDD, TDD, ATDD) from SDD specification
/derive-atdd testing Derive ATDD acceptance tests from SDD specification
/derive-bdd testing Derive BDD Gherkin scenarios from SDD specification
/derive-tdd testing Derive TDD test skeletons from SDD specification
/dev-workflow methodology Guide for mapping software development phases to UDS commands and features
/discover methodology Assess project health, architecture, and risks before adding features
/docgen docs Generate usage documentation from project sources
/docs docs Manage, guide, and generate documentation.
/durable ops Guide workflow failure recovery with checkpoints, retries and rollback strategies
/e2e testing Generate E2E test skeletons from BDD scenarios with framework detection
/guide reference Access Universal Development Standards guides and references.
/incident ops Guide incident response, root cause analysis and post-mortem documentation
/init core Initialize development standards in current project
/journey-test testing Generate coherent user journey test plans (TESTPLAN) and E2E skeletons from a project description.
/methodology methodology Manage development methodology workflow
/metrics ops Track development metrics, code quality indicators and project health
/migrate methodology Guide code migration, framework upgrades and technology modernization
/observability ops Guide observability setup, metrics design, alerting, and maturity assessment
/pr docs Guide Pull Request creation, review automation and merge strategies
/refactor quality Guide refactoring decisions and strategy selection
/release methodology Manage release process and changelogs.
/requirement docs Write user stories and requirements following INVEST criteria
/reverse quality Reverse engineer code to Specs, BDD, or TDD coverage.
/reverse-bdd quality Transform SDD acceptance criteria to BDD scenarios
/reverse-sdd quality Reverse engineer code into SDD specification document
/reverse-tdd quality Analyze BDD-TDD coverage gaps
/runbook ops Guide runbook creation, maintenance, drills, and coverage reporting
/scan quality Guide automated security scanning, dependency auditing and secret detection
/sdd core Create or review specification documents for Spec-Driven Development
/sdd-retro docs Create retroactive specs for untracked feat/fix commits
/security quality Guide security review and vulnerability assessment following OWASP standards
/skill-builder methodology Identify repeated processes and build Skills with the right development depth.
/slo ops Guide SLI selection, SLO setting, and Error Budget management
/tdd testing Guide through Test-Driven Development workflow
/update core Update development standards to latest version

Related