CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Design Audit — multi-angle review of a detailed design against the actual codebase before implementation.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Design Audit — multi-angle review of a detailed design against the actual codebase before implementation.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Mark a TDD design as complete — stamp completion, archive handoff.md, archive to three-pillars-docs/completed-tp-designs/, and optionally commit + open a PR merging the design branch back to the base branch.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Produce a detailed-design.md from an existing design.md. Maps high-level entities and behaviors to concrete modules, interfaces, and test boundaries.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Synthesize a completed design's impact into project docs updates and identify affected sibling designs. The "close the loop" step after implementation-audit.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Release your lock on a design without completing it. Use when you're stepping away and want a teammate to pick it up cleanly, without them having to --force-takeover.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Interactive high-level design conversation that produces a design.md artifact in three-pillars-docs/tp-designs/{name}/. First step in the TDD pipeline.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Scaffold architecture.md, productroadmap.md, and knownissues.md in three-pillars-docs/ from codebase analysis. Creates the three project docs that the TDD pipeline reads for context. Assumes three-pillars-docs/vision.md already exists — if missing, recommends /tp-setup first.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Targeted update to vision.md, architecture.md, productroadmap.md, and/or knownissues.md after a milestone. Shows diff-style proposals for user approval.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Read project docs and propose what to do next. Surfaces highest-impact work from roadmap, known issues, and in-flight designs.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Final audit of a completed plan — verify the full implementation against both design.md and detailed-design.md.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Print the in-flight design registry — every origin/tp/ design branch with its owner, phase, branch, age, and staleness — built live from the remote. Read-only, fail-open, no lock, no side effects. Use to see what other designs are in flight before you start work.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Sync a base branch INTO a design's worktree (base-sync) and auto-resolve the safe living-doc conflict classes behind a zero-drop verifier, deferring everything semantic to the human. Re-runs tests, re-pushes only when green, updates the PR. This is the reversible base-into-branch operation — landing the PR is the…
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Land a reviewed PR at the irreversible boundary: enforce the deterministic merge gate (requiremergegatepass — seven predicates incl. a current human approval, a fresh ci-local stamp, and a head-bound review-proof comment) and run the irreversible gh pr merge ONLY on PASS. Refuse on a blocked gate, printing the…
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Migrate a three-pillars repo from the legacy docs/tdd- layout to the current three-pillars-docs/tp- layout. Wraps skills/shared/migrate.py.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Execute a phase from plan.md by running red-green-refactor cycles for each task. Spawns subagents for independent tasks within a phase.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Review what was built against the plan and design. Flags gaps, regressions, and deviations. Writes review.md.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Plan Audit — verify plan.md is consistent with design.md and detailed-design.md. Runs deterministic scripts then convenes an engineering council for judgment calls.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Generate a plan.md from detailed-design.md — a sequenced list of implementation tasks, each with test criteria, ready for /tp-phase-implement.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Post-merge teardown for a completed design. Verifies the completion PR is merged, then removes the design branch, sibling worktree, and MRU entry. The post-merge mirror of /tp-design-complete — the sole merge-verified lifecycle teardown path.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
One-shot PR-fix worker — classify review comments, gate by reviewer identity, generate ONE structural-fix commit per round, push, and label. Composes into the tp-pr-iterate loop or runs standalone.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Autonomous PR-iteration loop driver — poll review comments, classify (heuristic + Sonnet), defer conflicting structural fixes, dispatch to tp-pr-fix per round, reply-and-resolve every thread, apply caps + guards, and terminate only at two-stable: both review sources quiet AND zero unresolved actionable threads…
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Promote a seed (seed.md) to a committed, floor-clearing design.md on the tp/ branch, ready for a design-ready fleet pass. Reads the seed's Open questions, derives a single batched confirm block, collects one operator answer, drafts design.md, validates the floor, and hands off to /tp-run-full-design --skip-design…
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Revert a design landing: probe depth/forecast, apply git revert -m 1, carve out living docs, regenerate amendments, and land as a single-commit PR through the standard gate.
CurtisThe/three-pillars-plugin
Skill Claude CodeCodex
Autonomous full-design orchestrator. Drives the TDD pipeline unattended for a single task — pickup → design → worker → audits → PR — and produces a decision log for human review.