Commands
The platform's repeatable workflows are versioned under commands/ and surfaced through every assistant entrypoint (Claude, Cursor, Copilot).
| Command | Source |
|---|---|
/dev-pipeline | commands/dev-pipeline.md |
/jira-load-story | commands/jira-load-story.md |
/scaffold-app | commands/scaffold-app.md |
/scaffold-package | commands/scaffold-package.md |
/scaffold-service | commands/scaffold-service.md |
/security-review | commands/security-review.md |
/spec-review | commands/spec-review.md |
/sync-api-surface | commands/sync-api-surface.md |
/sync-docs-portal | commands/sync-docs-portal.md |
Each command's playbook is the single source of truth ? assistants must read it fully before acting.