Bootstrap
Run ADOS project inception
Commit
Delegate a single Conventional Commit.
Review
Review change vs spec, plan, code quality heuristics, and repo rules; append remediation phase if needed.
Run Plan
Execute implementation plan phases for a change.
Review Remote
Review open PR/MR and publish findings.
Check Readiness
Run the Definition of Ready gate.
Check
Run this repo's quality gates script and summarize results via the run-logs-runner.
Write Test Plan
Generate or update change test plan
Design
Generate and update visual design assets per the project's design system.
Sync Docs
Update current system specification docs from an accepted change.
Write Decision
Generate a Decision Record (ADR/PDR/TDR/BDR/ODR) from planning context, rendered proportionally by rigor.
Write Spec
Generate canonical change specification
Review Decision
Review a decision record via @decision-critic for an independent challenge (read-only; returns PASS / PASS_WITH_RISKS / REWORK).
Plan Decision
Interactive decision planning session to prepare canonical context, classification, rigor, and decision rights for /write-decision. Supports all decision types (ADR/PDR/TDR/BDR/ODR).
Check Fix
Execute quality gates, fix any issues found, and create a single high-quality Conventional Commit summarizing all changes made.
Plan Change
Interactive change-planning session to prepare context for /write-spec.
Write Plan
Generate or update implementation plan
Pr
Create/update PR/MR title and description.
Apply Review Feedback
Classify and apply accepted PR/MR review feedback.
Review Deep
Review change vs spec, plan, code quality heuristics, and repo rules; append remediation phase if needed.