GhostlyGawd

62 mods across 2 repositories, 0 stars between them.

finding-extractor

25

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

26

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

27

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

28

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

29

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

board-claim-release

30

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

32

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

33

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

34

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

35

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

36

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

38

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

39

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

40

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

41

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

42

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

43

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

44

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

45

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

46

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

47

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

48

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