Design production modules, interfaces, seams, types, signatures, and dependency structure before implementation. Use ONLY when the requested result is a production code shape or integration contract, such as /architect, 'architect this', 'design this module',…
Review local changes, branch diffs, commits, or pull requests for correctness, security, regressions, maintainability, repository standards, specification compliance, and blast radius. Use for "review", "code review", "review my changes", "review PR", "review…
Use only when the user explicitly asks to model a domain, establish ubiquitous language, create or update a glossary or CONTEXT.md, map contexts, or create or revise an ADR. Do not use for TDD, test-first implementation, red-green-refactor, or integration…
Review, execute, reconcile, or publish an existing codebase audit plan. Use when the user points to an existing plan, plans directory, or audit backlog and explicitly asks to review the plan, implement it, check it against current code, reconcile its status…
GitHub and Git branch work: create validated commits, inspect PR state and review conversations, diagnose GitHub Actions failures, compose non-trivial gh commands, or resolve merge, rebase, and cherry-pick conflicts. Load before every `git commit`. Use for…
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, says "grill me" or "grill with docs", or uses another grill trigger phrase.
Audit any codebase across correctness, security, performance, tests, architecture, dependencies, migrations, developer experience, documentation, and product direction. Render vetted opportunities as a local HTML review, prioritize them, then write selected…
Build throwaway, self-contained, drivable HTML artifacts to answer state-model, transition, policy, scheduling, or algorithm questions. Use ONLY when the requested result is a disposable interactive logic experiment used to test behavior before production…