GhostlyGawd/engineering-board

Claude Code plugin: autonomous engineering board management — routes findings, validates entries, surfaces in-progress work, enforces routing before session end.

0Stars on the repository
46Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

board-manager

01

GhostlyGawd/engineering-board

Agent

Use this agent when findings surface during debugging or workflow sessions that need routing to the engineering board, when a question is answered and dependents need unblocking, or when board state needs updating. Typical triggers include a root cause being confirmed mid-session, an unexpected output or regression…

0 yesterday A 202 tokens original MIT

code-reviewer

02

GhostlyGawd/engineering-board

Agent

Read-only review-discipline worker subagent. Reads a single live-board entry (passed by the Stop-hook orchestrator), reviews the test and implementation files the tdd-builder produced, and returns worker-result schema 0.2.2 with an approve (advance to validate) or regress (back to tdd) status. Claim acquire/release is…

0 yesterday A 86 tokens original MIT

consolidator

03

GhostlyGawd/engineering-board

Agent

PM subagent and thin dispatcher over the canonical consolidation engine (hooks/scripts/board-consolidate.sh). The script owns parsing, reject filtering, anchor verification, supersession, and promotion writes; this agent adds the LLM value the script cannot by drafting Done-when criteria for newly promoted entries and…

0 yesterday A 86 tokens original MIT

finding-extractor

04

GhostlyGawd/engineering-board

Agent

Per-turn passive listener. Reads the most recent user+assistant exchange (passed in as prompt text with ---USER MESSAGE---/---ASSISTANT MESSAGE---/---END--- delimiters) and emits finding schema 0.2.1 with bugs, features, questions, or observations surfaced in the turn pair. Emits scratch entries only — never writes to…

0 yesterday D 95 tokens original MIT

learnings-curator

05

GhostlyGawd/engineering-board

Agent

PM subagent that promotes recurring pattern: tags from resolved bug, feature, or observation entries into Learning entries (L###) under /learnings/. Idempotent. Delegates deterministic curation to hooks/scripts/board-curate-learnings.sh; this agent dispatches the script and returns curation schema 0.3.0 verbatim.

0 yesterday A 79 tokens original MIT

tdd-builder

06

GhostlyGawd/engineering-board

Agent

TDD-discipline worker subagent. Reads a single live-board entry (passed by the Stop-hook orchestrator), drafts a failing test that captures the entry's ## Done when criteria, implements minimal code to pass it, runs the test, and returns worker-result schema 0.2.2. Claim acquire/release is handled by the orchestrator…

0 yesterday A 83 tokens original MIT

tidier

07

GhostlyGawd/engineering-board

Agent

PM subagent that maintains board hygiene every PM continuation turn and returns maintenance schema 0.2.2. Idempotent -- detects nothing-to-do and returns quickly. Responsibilities: BOARD.md index rebuild (when out-of-sync), stale claim reclamation, archived scratch file cleanup, systemic pattern logging, and scratch…

0 yesterday A 77 tokens original MIT

validator

08

GhostlyGawd/engineering-board

Agent

Validate-discipline worker subagent. Reads a single live-board entry (passed by the Stop-hook orchestrator), re-runs the full test suite, and empirically verifies the Done-when criteria. Returns worker-result schema 0.2.2 with a resolved, regress-to-tdd, or regress-to-review status. Read-only -- does not modify code.…

0 yesterday A 92 tokens original MIT

GhostlyGawd/engineering-board

Agent

Spike fixture for criterion (e) of the engineering-board v0.3.0 composability spike. Receives a scratch-board entry as untrusted INPUT DATA and verifies that prompt-level framing alone (no extractor blocklist) is enough to prevent imperative-mood content inside the entry from being executed as instructions. Production…

0 yesterday A 107 tokens original MIT