adr
01Command
Architecture decision records: durable decisions with their date, context, and consequences — supersede, never rewrite.
Senior-developer discipline for AI coding agents. A commit gate that counts unchecked as failing, quality controllers that refuse to call unfinished work done, and a lessons loop that closes each escaped bug's class. One Go binary, no runtime deps, works with 20+ agents.
Command
Architecture decision records: durable decisions with their date, context, and consequences — supersede, never rewrite.
Command
Keep the universal agent layer in sync: per-host rule files derived from AGENTS.md, with drift blocking the gate.
Command
Onboard an existing codebase: every domain's checks over the whole tree, then a triaged plan to bring it in line.
Command
The project layer: milestones, epics, and user stories with refusing controllers — spec-seeded, sprint-ready.
Command
Run the formatting gate over the changed files, as a commit or CI would.
Command
CI/CD hygiene and run health: pinned actions, timeouts, concurrency, tests — plus the latest runs via gh.
Command
Copilot's auto-review escapes: find them since the last look, sanitise them, and turn each one into a lesson.
Command
Systematic debugging: root cause before any fix, one hypothesis at a time, and a three-strikes rule that questions the architecture instead of stacking patches.
Command
The dependency freshness report: what is behind, by how much, per ecosystem — judgment stays yours.
Command
The documentation report: references, diagrams, drift, API docs, badges, README structure, links, Pages.
Command
Report which formatters this repository needs, which are installed, and how to install the rest.
Command
What changed in the project's environment since you last synced: dependencies, migrations, new env keys.
Command
Show the formatted result for files, so you can review and write it.
Command
The pre-finish status: branch, hygiene findings, message checks, workflow lint, template state.
Command
The code index: build it, then find, search, refs, outline, and impact instead of grepping blind.
Command
DevOps hygiene where the files exist: Dockerfiles, Terraform, Kubernetes manifests, Helm charts.
Command
Install the formatters this repository needs, with every command visible before it runs.
Command
The canonical linter per ecosystem over your changes: findings are diagnoses you judge, fix, or explain.
Command
The maintainability report: dead-code candidates, complexity, function length — judgment calls you decide on.
Command
Finish a PR properly: every check green, every review addressed — human and bot — then merge and clean up.
Command
The performance discipline: measure before touching, benchmark what matters, prove regressions and fixes with numbers.
Command
Turn an approved spec into an implementation plan an engineer with zero context could execute — with a quality controller that blocks placeholders and hollow tasks.
Command
Prepare and open a pull request the senior way: gate, template, scrubbed, everything visible.
Command
The pre-tag controller: version sync, changelog, clean tree, gate, and suite — every failure listed, the tag printed, never run.