Skip to main content

Using Commands

ADLC provides slash commands you invoke directly in Claude Code. Type /command-name in the chat.

SpecKit Workflow (Feature Lifecycle)

The core development workflow follows a linear pipeline:

/speckit.specify → /speckit.plan → /speckit.tasks → /speckit.implement → /speckit.retrospective
CommandWhat It DoesWhen to Use
/speckit.specifyCreate feature spec from natural languageStarting a new feature
/speckit.clarifyAsk 5 targeted questions to fill spec gapsSpec feels underspecified
/speckit.planGenerate implementation plan from specReady to design
/speckit.tasksBreak plan into dependency-ordered tasksReady to build
/speckit.implementExecute all tasks from tasks.mdReady to code
/speckit.analyzeCross-artifact consistency checkAfter task generation
/speckit.checklistGenerate custom quality checklistBefore release
/speckit.retrospectiveSession reflection + memory feedbackEnd of session
/speckit.improve6-phase config improvement cyclePeriodic optimization

Infrastructure Commands

CDK (AWS Cloud Development Kit)

CommandWhat It Does
/cdk:testRun Tier 1/2/3 CDK tests
/cdk:synthValidate CloudFormation synthesis
/cdk:diffCross-stack breaking change analysis

Terraform

CommandWhat It Does
/terraform:testRun Tier 1/2/3 Terraform tests
/terraform:synthValidate HCL synthesis
/terraform:diffCross-stack change analysis
/terraform:costInfracost estimation with FOCUS compliance
/terraform:serverlessDeploy serverless-stack module
/terraform:project-initScaffold consumer project
/terraform:registry-publishPublish module to registry

Kubernetes

CommandWhat It Does
/k3d:testTest K3D Docker-based cluster
/k3d:deployDeploy to K3D cluster

Operations Commands

FinOps

CommandWhat It Does
/finops:aws-monthlyAWS monthly cost report
/finops:azure-monthlyAzure monthly cost report
/finops:reportExecutive FinOps report
/finops:analyzeMulti-cloud cost analysis
/finops:metricsAgentOps metrics collection

Documentation

CommandWhat It Does
/documentation:validateBuild + page count + screenshots
/documentation:browseBrowse docs site
/documentation:cross-validateValidate docs against source
/documentation:diagramsGenerate architecture diagrams

Governance

CommandWhat It Does
/speckit.constitutionCreate/update project constitution
/speckit.constitution:validateRun compliance validation
/speckit.constitution:enforceEnforce compliance for session
/screenshotCapture verification screenshots

Tips

  • Commands auto-load context via MANIFEST.json trigger patterns
  • Infrastructure commands require the relevant agent (infrastructure-engineer, kubernetes-engineer)
  • All commands produce evidence in tmp/<project>/
  • Use /speckit.retrospective at session end to capture learnings