The canonical command definitions (the markdown files Cursor executes) live in commands/ at the repo root; those files are the source of truth. This documentation describes what each command does. For full instruction content, see the repository commands/ folder. Command files are plain markdown with structured sections; validate with python schemas/validate.py commands/<name>.md (see schemas/README).
Commands are markdown files that tell AI agents what to achieve. The AI reads your project structure, issue tracker, implementation plans, and team conventions, then executes contextually - same command, different projects, intelligent adaptation.
Each command aligns with specific ASDLC patterns and pillars (Factory Architecture, Standardized Parts, Quality Control); see individual command pages for details.