CurtisThe/three-pillars-plugin

Structured TDD pipeline, council deliberation, and session continuity for Claude Code

4Stars on the repository
59Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

council

01

CurtisThe/three-pillars-plugin

Skill Claude CodeCodex

Convene the Council of High Intelligence — multi-persona deliberation with historical thinkers for deeper analysis of complex problems.

4 1mo ago A 27 tokens original Apache-2.0

tp-design-audit

02

CurtisThe/three-pillars-plugin

Skill Claude CodeCodex

Design Audit — multi-angle review of a detailed design against the actual codebase before implementation.

4 1mo ago A 23 tokens original Apache-2.0

tp-design-complete

03

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.

4 1mo ago A 52 tokens original Apache-2.0

tp-design-detail

04

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.

4 1mo ago A 31 tokens original Apache-2.0

tp-design-learn

05

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.

4 1mo ago A 34 tokens original Apache-2.0

tp-design-release

06

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.

4 1mo ago A 40 tokens original Apache-2.0

tp-design

07

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.

4 1mo ago A 36 tokens original Apache-2.0

tp-docs-init

08

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.

4 1mo ago A 70 tokens original Apache-2.0

tp-docs-update

09

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.

4 1mo ago A 39 tokens original Apache-2.0

tp-guide

10

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.

4 1mo ago A 29 tokens original Apache-2.0

tp-inflight

12

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.

4 1mo ago A 66 tokens original Apache-2.0

tp-merge-from-main

13

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…

4 1mo ago A 85 tokens original Apache-2.0

tp-merge

14

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…

4 1mo ago A 96 tokens original Apache-2.0

tp-migrate

15

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.

4 1mo ago A 41 tokens original Apache-2.0

tp-phase-implement

16

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.

4 1mo ago A 33 tokens original Apache-2.0

tp-phase-review

17

CurtisThe/three-pillars-plugin

Skill Claude CodeCodex

Review what was built against the plan and design. Flags gaps, regressions, and deviations. Writes review.md.

4 1mo ago A 27 tokens original Apache-2.0

tp-plan-audit

18

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.

4 1mo ago A 34 tokens original Apache-2.0

tp-plan

19

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.

4 1mo ago A 33 tokens original Apache-2.0

tp-post-merge

20

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.

4 1mo ago A 58 tokens original Apache-2.0

tp-pr-fix

21

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.

4 1mo ago A 50 tokens original Apache-2.0

tp-pr-iterate

22

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…

4 1mo ago A 85 tokens original Apache-2.0

tp-promote

23

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…

4 1mo ago A 84 tokens original Apache-2.0

tp-revert

24

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.

4 1mo ago A 44 tokens original Apache-2.0