cahenesy

13 mods across 1 repository, 2 stars between them.

throughline

01

cahenesy/throughline

Plugin Claude Code

Throughline development kit: a PRD/TDD/ADR design-doc pipeline with phase-gate PRs, an independent design-critique gate, toolchain bootstrap, and gated unattended implementation (failing-test-first + mechanical verify + independent review on a diverse model before any TDD is marked done; one PR per TDD).

2 16d ago A tokens not measured original MIT

throughline

02

cahenesy/throughline

Plugin Claude Code

Throughline plugin: a PRD/TDD/ADR design-doc pipeline with phase-gate PRs, layered as a thin governance overlay on top of the official superpowers/pr-review-toolkit plugins (it owns governance; they own discovery + engineering). /prd-author requires an observable acceptance criterion per new requirement. /tdd-author…

2 16d ago A tokens not measured original MIT

design-reviewer

04

cahenesy/throughline

Agent

Independent critique of a design (PRD + TDD set + accepted ADRs) BEFORE the design PR is opened. Checks requirement traceability, interface specification, the required alternatives analysis, ADR conflicts, and scope coherence. Use at /tdd-author close-out.

2 16d ago A 57 tokens original MIT

security-reviewer

05

cahenesy/throughline

Agent

Reviews code for security vulnerabilities. Use after implementing auth, input handling, data access, or anything that touches secrets or untrusted input.

2 16d ago A 31 tokens original MIT

PostToolUse

06

cahenesy/throughline

Hook

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing format-and-lint.sh. From cahenesy/throughline.

2 16d ago A tokens not measured original MIT

SessionStart

07

cahenesy/throughline

Hook

Runs when a session starts, executing throughline-session-reconcile.sh via bash. From cahenesy/throughline.

2 16d ago A tokens not measured original MIT

adr-new

08

cahenesy/throughline

Skill Claude CodeCodex

Create a new Architecture Decision Record with append-only, status-gated supersession, and update the ADR index. Invoke with /adr-new, or let /tdd-author invoke it on approval of an ADR action (this skill stays model-invocable for that reason).

2 16d ago A 57 tokens original MIT

bootstrap-project

09

cahenesy/throughline

Skill Claude CodeCodex

Set up a project's toolchain (linter, formatter, test framework) and verify it end-to-end when starting work on a greenfield or brownfield project. Invoke with /bootstrap-project. Say "skip setup" to bypass.

2 16d ago A 50 tokens original MIT

implement-status

10

cahenesy/throughline

Skill Claude CodeCodex

Show progress for the currently-running /build-tdds job. Prints a one-shot snapshot (current TDD, stage, an estimate-labeled percent, per-TDD statuses, log/PR pointers) and, for a live watch, hands you a one-line !bash …/scripts/status.sh --follow command to paste yourself (Ctrl-C exits the watch; the build is…

2 16d ago A 99 tokens original MIT

build-tdds

11

cahenesy/throughline

Skill Claude CodeCodex

Turn features described in the PRD and designed in TDDs into code and tests. Confirms the queue, then sequences one implementer worker, mechanical gates, one runtime-verify worker, and one reviewer worker. Opens a PR per TDD. Never merges. Invoke with /build-tdds.

2 16d ago A 65 tokens original MIT

prd-author

12

cahenesy/throughline

Skill Claude CodeCodex

Explore a problem space and produce or update the Product Requirements Document (the "what" and "why"). Persists to docs/PRD.md. Invoke with /prd-author. Run in its own session.

2 16d ago A 45 tokens original MIT

tdd-author

13

cahenesy/throughline

Skill Claude CodeCodex

Reconcile the current PRD against the previous PRD version and the existing TDDs, decide how many Technical Design Docs the change needs and their scope, then author them. Run once per PRD update, in its own session. Invoke with /tdd-author.

2 16d ago A 59 tokens original MIT