Database migration workflow. Guides you through creating migrations, testing them, and keeping docs current. Use when creating tables, altering schemas, adding indexes, or any database change.
Comprehensive code review. Reviews staged/unstaged changes for correctness, simplicity, and test coverage. Use when the user says 'review', 'code review', or 'check my work'.
Plan and create a new epic with phased ticket breakdown. Walks through goal definition, success metrics, phase scoping, and ticket creation. Use when starting a new initiative or strategic work stream.
Validate backlog ticket format, AC IDs, and verification evidence tracking. Use when checking ticket quality, before marking a ticket done, or during code review.
Orchestrates implementation work in Git worktrees for isolated, parallel coding. Use when working on tickets, features, or any task that should be isolated from the main branch. Especially useful for ticket work.