| Define | tgd-interview-me | Surface what the user actually wants before any plan, spec, or code exists |
| Define | tgd-idea-refine | Refine ideas through structured divergent and convergent thinking |
| Define | tgd-spec-driven-development | Requirements and acceptance criteria before code |
| Define | tgd-sketch | Throwaway HTML mockups — 2-3 design variants to compare |
| Plan | tgd-planning-and-task-breakdown | Decompose into small, verifiable tasks |
| Plan | tgd-jira-auto-sync | Auto-create Jira issues from TASKS.md (opt-in, after /tgd-plan) |
| Build | tgd-incremental-implementation | Thin vertical slices, test each before expanding |
| Build | tgd-subagent-driven-development | Fresh subagent per task with two-stage review |
| Build | tgd-verification-before-completion | Evidence before completion claims, always |
| Build | tgd-source-driven-development | Verify against official docs before implementing |
| Build | tgd-doubt-driven-development | Adversarial fresh-context review of every non-trivial decision |
| Build | tgd-context-engineering | Right context at the right time |
| Build | tgd-frontend-ui-engineering | Production-quality UI with accessibility |
| Build | tgd-api-and-interface-design | Stable interfaces with clear contracts |
| Verify | tgd-test-driven-development | Failing test first, then make it pass |
| Verify | tgd-agent-browser | CDP-based browser automation for E2E verification |
| Verify | tgd-debugging-and-error-recovery | Reproduce → localize → fix → guard |
| Review | tgd-code-review-and-quality | Five-axis review with quality gates |
| Review | tgd-security-and-hardening | OWASP prevention, input validation, least privilege |
| Review | tgd-performance-optimization | Measure first, optimize only what matters |
| Review | tgd-code-simplification | Simplify for clarity without changing behavior |
| Release | tgd-git-workflow-and-versioning | Atomic commits, clean history |
| Release | tgd-ci-cd-and-automation | Automated quality gates on every change |
| Release | tgd-documentation-and-adrs | Document the why, not just the what |
| Release | tgd-deprecation-and-migration | Sunset old systems and migrate users safely |
| Release | tgd-shipping-and-launch | Pre-launch checklist, monitoring, rollback plan |