jrpease/throughline

Throughline — one unbroken line from design to code. A Claude Code plugin that guides you from a blank Figma file to a synced, story-tested component library.

76Stars on the repository
36Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

jrpease/throughline

Agent

Plans a build stage on the deep tier and emits a transcription-grade spec addressed in stable identifiers (component/page/token/style names, never nodeIds). Reads existing Figma state read-only to plan against it; it does not write. Dispatched concurrency-1 because it touches the single Figma bridge.

76 4d ago A 62 tokens original MIT

code-executor

02

jrpease/throughline

Agent

Transcribes code or generated output from a complete, transcription-grade spec and verifies its own build. Dispatched on the fast tier for mechanical, parallel-safe code-gen (per-adapter token output, per-component stories, SVGR transforms). Not for planning or design decisions — those belong to the dispatcher or the…

76 4d ago A 67 tokens original MIT

figma-executor

03

jrpease/throughline

Agent

Runs an architect's Figma spec — resolves stable names to nodeIds at run time, builds into a named working frame, read-back-verifies structure (asserts a real COMPONENTSET, not frames), and finalizes by build-verify-then-replace. Defaults to the balanced tier for a real component build; fast only for trivial…

76 4d ago A 96 tokens original MIT

reviewer

04

jrpease/throughline

Agent

Reviews a completed unit of work for spec compliance and quality before it is combined or landed. Two modes — code-diff review (a git diff) and Figma-visual review (screenshot then analyze). Dispatched on the balanced tier, scaled to the diff's risk. Reports a verdict; does not fix.

76 4d ago A 67 tokens original MIT