archive
01Command
Close out a change whose branch already merged — confirm the merge from git alone, then file the change folder under changes/archive/ with its ship date.
A multi-host plugin for Claude Code, Codex, and OpenCode. It gives a repository one explicit, change-driven engineering workflow:
Command
Close out a change whose branch already merged — confirm the merge from git alone, then file the change folder under changes/archive/ with its ship date.
Command
Conduct a large outcome decomposed into changes — decompose a requirements document if needed, dispatch every ready change to an owner in parallel, track the delivery, and close out. Resumable.
Command
Execute a change's tasks.md from the first unticked step — implement each task, run its validation, commit, then the quality gate and runtime verification of every acceptance criterion.
Command
Set up specwright in this repository — the .specwright/ vault, the specwright section in the canonical AGENTS instructions, the Codex role profiles, and the ignore rules. Idempotent.
Command
Turn an approved proposal.md into its plan — tasks.md always, design.md when the scope calls for one — written so an agent with no conversation context can implement it, then checked by the handoff validator.
Command
Turn intent into an approved change ticket — harvest the conversation, explore what is still open, decide one change or a delivery, and write proposal.md with binary acceptance criteria.
Command
Review a branch diff with a find-only subagent across rubric and conventions, change conformance, and documentation consistency — one verdict that reaches lgtm only when no dimension has an open blocker.
Command
Run the whole change ladder without stopping — ticket, plan, implementation, quality gate, runtime verification, PR, review to lgtm — deciding open questions autonomously and recording each decision.