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-claim-release

01

GhostlyGawd/engineering-board

Command

Manually release a claim on an engineering-board entry. Useful when a worker session has gone offline or an entry is stuck inprogress. Reads the claim owner from claims/ /owner.txt and verifies session ownership before releasing. Use --force to override a mismatched owner (breaks the active worker's lock).

0 yesterday A 65 tokens original MIT

board-demo

03

GhostlyGawd/engineering-board

Command

Run the contained pattern-intelligence first-win: three synthetic cross-domain findings become one deterministic cluster and one evidence-linked proposed hypothesis. Writes only run-scoped .engineering-board/demo state and supports fingerprinted cleanup.

0 yesterday A 41 tokens original MIT

board-graph

04

GhostlyGawd/engineering-board

Command

Build a deterministic structural graph (GRAPH.yml) of all open board entries. Same input always produces byte-identical output (modulo generatedat), with no LLM in the construction step. Downstream AI consumers read the structural facts and interpret them at point of use.

0 yesterday A 54 tokens original MIT

board-hypothesis

05

GhostlyGawd/engineering-board

Command

List durable root-cause hypotheses or preview/apply evidence-cited proposal, evaluation, reopen, split, and merge operations.

0 yesterday A 25 tokens original MIT

board-init

06

GhostlyGawd/engineering-board

Command

Initialize the engineering-board/ scaffold for a project. Creates BOARD-ROUTER.md (or appends to it), the project board directory, BOARD.md, ARCHIVE.md, five entry-type directories, and the hypotheses directory. Prints the recommended .gitignore stanza (pass --private for a fully untracked board).

0 yesterday A 64 tokens original MIT

board-insights

07

GhostlyGawd/engineering-board

Command

Rank deterministic finding clusters for root-cause investigation and show linked hypothesis and negative-memory records.

0 yesterday A 18 tokens original MIT

GhostlyGawd/engineering-board

Command

Install the engineering-board plugin allowlist into your user-scope settings. Reads references/required-permissions.json, shows the proposed patterns, asks for confirmation, then prints copy-pasteable claude config add lines for you to run. Interactive-only by design.

0 yesterday B 54 tokens original MIT

board-migrate

09

GhostlyGawd/engineering-board

Command

Run one of two independent board maintenance workflows. Use --apply, --rollback, or --status for the v0.2.x to v0.3.0 data migration. Use --relocate to move committed boards from docs/boards/ to engineering-board/. The modes use separate scripts and safety boundaries.

0 yesterday A 62 tokens original MIT

board-outcome

10

GhostlyGawd/engineering-board

Command

Preview or apply one explicit fix result against a durable root-cause hypothesis and review the resulting Learning feedback.

0 yesterday A 21 tokens original MIT

board-pattern

11

GhostlyGawd/engineering-board

Command

List canonical patterns or preview/apply create, alias, assign, and correction operations against durable P### pattern records.

0 yesterday A 23 tokens original MIT

board-pause

12

GhostlyGawd/engineering-board

Command

Pause passive listening in this session. The Stop hook will bypass the finding-extractor and return decision:approve. Use when you need a quiet session (planning, drafting, brainstorming) without scratch-board capture.

0 yesterday A 41 tokens original MIT

board-promote

13

GhostlyGawd/engineering-board

Command

Preview or apply foreground promotion of captured scratch findings into canonical Markdown entries. Applies only an unchanged content-bound plan and records per-finding provenance.

0 yesterday A 28 tokens original MIT

board-rebuild

14

GhostlyGawd/engineering-board

Command

Regenerate BOARD.md and GRAPH.yml from the entry .md files on disk (the single source of truth). Deterministic refresh that fixes board/filesystem drift (B004) and is safe to run anytime. Other modifying commands should call this as their last step to close the staleness loop.

0 yesterday A 61 tokens original MIT

board-remember

15

GhostlyGawd/engineering-board

Command

Save a durable insight straight to the board's learnings/ as L###- .md (frontmatter source: remember) and update BOARD.md. Explicit user intent bypasses the curator's recurrence-≥3 promotion threshold — use for "remember this" moments worth keeping across sessions.

0 yesterday A 59 tokens original MIT

board-resume

16

GhostlyGawd/engineering-board

Command

Resume passive listening after /board-pause. Restores prior session mode and clears the pausedat timestamp.

0 yesterday A 21 tokens original MIT

board-run

17

GhostlyGawd/engineering-board

Command

Drive ONE board entry end-to-end (tdd → review → validate) in this session, under claim lock, without per-discipline session restarts. The Conductor's inner loop (RFC 0001, slice 1) as a foreground command — no mode file is written; passive capture is unaffected.

0 yesterday A 63 tokens original MIT

board-setup

18

GhostlyGawd/engineering-board

Command

Prepare the board, check permissions, and print a short readiness summary. This command can also run the optional pattern-intelligence demonstration. It uses /board-init and the permission self-check. It leaves the session in passive capture mode. Repeated use has the same result.

0 yesterday A 54 tokens original MIT

board-view

19

GhostlyGawd/engineering-board

Command

Generate a self-contained HTML view with ranked pattern intelligence, durable hypotheses, and the project Kanban. Writes engineering-board/ /board.html or prints to stdout.

0 yesterday A 33 tokens original MIT

pm-start

20

GhostlyGawd/engineering-board

Command

Start a PM (project manager) session for the engineering board. Writes session-mode=pm to .engineering-board/session-mode.json so the Stop hook routes through the PM continuation path on each subsequent assistant turn. Idempotent.

0 yesterday A 45 tokens original MIT

worker-start

21

GhostlyGawd/engineering-board

Command

Start a Worker session for the engineering board with a specific discipline (tdd, review, or validate). Writes session-mode=worker + discipline to .engineering-board/session-mode.json so the Stop hook dispatches the matching worker subagent each turn. Idempotent.

0 yesterday A 53 tokens original MIT