CurtisThe

60 mods across 1 repository, 4 stars between them.

tp-design-audit

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

33

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

35

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

36

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

37

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

38

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

39

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

40

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

41

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

42

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

43

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

44

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

45

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

46

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

47

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

tp-run-full-design

48

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.

4 1mo ago A 42 tokens original Apache-2.0