Demo Skill
Frozen fixture skill for installer e2e snapshot scenarios.
Pr Make Till Merge
Use when the user wants to create a PR and babysit it until ready to merge, or invokes /pr-make-till-merge.
Pr Babysit
Use when the user wants to babysit a PR through the review/CI cycle, or invokes /pr-babysit. Polls for new review comments and CI failures, fixes them, resolves merge conflicts, and loops until the PR is ready to merge.
Explain
Use when the user wants a dead-simple, plain-words explanation of a slice or a PR — why we need it, what it is, what changes — or invokes /explain.
Pr Breakdown
Use when a PRD issue's slice plan needs breaking into small ~100-200 LOC pull requests recorded as sub-rows in that issue, or invokes /pr-breakdown.
To Issues
Use when a PRD issue needs breaking into vertical, tracer-bullet slices recorded as a table in that same issue, or invokes /to-issues.
Make Pr
Use when explicitly asked to run the architect workflow on an already-scoped PR (the /make-pr command) — drives one single-module coding task to done via a deterministic TDD loop: plans behavior slices, dispatches the tdd-runner/worker-coder/reviewer/critic agents, runs the language gates, and logs every subagent call to a per-run JSONL for validation. Not for feature decomposition, direct coding…
Improve Architecture
Use when the user wants to audit a codebase or subsystem for module-decomposition improvements — whether to split, merge, extract, move, delete, or deepen a module to cut complexity — or invokes /improve-architecture.
Course Correct
Use when PRs have landed mid-build and the plan needs re-checking against a PRD issue's goal and re-planning, or invokes /course-correct.
To Prd
Use when the user wants to turn the current conversation into a short, human-readable PRD published as a GitHub issue, or invokes /to-prd.
Breakdown
Use when the user wants to turn a discussion into a published plan — a short PRD, vertical slices, and a PR breakdown, all in one growing GitHub issue — or invokes /breakdown.
Latest Rebase
Use when the user invokes /latest-rebase or says "rebase on latest main". Rebases current branch onto latest remote main.
Demo Skill Two
Second frozen fixture skill for installer e2e multi-skill scenarios.
Make Pr Lite
Use when explicitly asked to run /make-pr-lite on an already-scoped, low-risk single-module PR. A cheaper alternative to /make-pr — one self-TDD coder, the language gates, then a parallel 3-reviewer panel and a critic, squashed to one commit. Not for feature decomposition, multi-module planning, or high-risk work (filesystem/state mutation, merge/refcount, destructive ops) — route those to /make-…
Pr Make
Use when the user invokes /pr-make to create or update a pull request. Alias for /make-pr.