Audit and remove one kind of AgentDeck codebase entropy with evidence, isolated work, and narrow changes. Use for narrative prose, dead code, duplicate helpers, or pattern drift; not feature work or mixed refactors.
Run one agentdeck issue through the full pipeline: brief the user, deck-dev implements it, deck-reviewer gates it, findings get fixed, PR merges to dev, board updated.
Runs ONE narrow entropy scan over agentdeck (narrative comments, dead code, duplicate helpers, or pattern drift) and opens one small evidence-backed PR.
Review gate for an agentdeck PR before merge. Verifies correctness, spec compliance, simplicity, conciseness, and test quality against docs/engineering/.
Evaluate the harness after a milestone closes: which CI gates fired, whether the slop guards caught anything, how the dev and review agents performed, and whether the PRs were well shaped. Judges the machinery, not the product. Use when a milestone is finished and before the release is tagged.
Review gate for one agentdeck PR before merge. Five phases (claims, attack, craft, scope, verdict) plus an optional harvest; BLOCK/DISCUSS/DEFER/NIT findings; a 300-word verdict ending in a greppable marker. Use before merging any agentdeck PR.
Implement one agentdeck GitHub issue end to end as a PR: design in the PR body before code, code that matches its analog, self-review that catches the path no test exercises, then the merge gate. Five stages (understand, design, implement, self-review, gate). Use when implementing an agentdeck issue as deck-dev.