GhostlyGawd

62 mods across 2 repositories, 0 stars between them.

pm-start

49

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

50

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

SessionStart

51

GhostlyGawd/engineering-board

Hook

Runs when a session starts, executing board-session-start.sh via bash. From GhostlyGawd/engineering-board.

0 yesterday A tokens not measured original MIT

PostToolUse

52

GhostlyGawd/engineering-board

Hook

Runs after a tool call finishes for Write tool calls, executing board-validate-entry.sh via bash. From GhostlyGawd/engineering-board.

0 yesterday A tokens not measured copy · 58% MIT

UserPromptSubmit

53

GhostlyGawd/engineering-board

Hook

Runs when you submit a prompt, before the agent sees it, executing board-prompt-guard.sh via bash. From GhostlyGawd/engineering-board.

0 yesterday A tokens not measured copy · 63% MIT

Stop

54

GhostlyGawd/engineering-board

Hook

Runs when the agent finishes a response, executing board-stop-gate.sh via bash. From GhostlyGawd/engineering-board.

0 yesterday A tokens not measured original MIT

GhostlyGawd/engineering-board

Skill Claude CodeCodex

Prepare, verify, publish, and close an Engineering Board maintainer release. Use for repository maintenance when the owner asks to bump the product version, prepare a release, rebuild or pin the MCP bundle, update the changelog, create a release tag, publish to GitHub, PyPI, or the MCP Registry, or verify release…

0 yesterday A 73 tokens original MIT

board-consolidate

56

GhostlyGawd/engineering-board

Skill Claude CodeCodex

Protocol for promoting sessions/ scratch entries to the live board on real session end. Triggers when the user says "consolidate the board", "promote scratch", "run consolidation", or when the Stop hook on a non-orchestrator session resolves at session end. Defense-in-depth — re-applies the imperative-verb blocklist…

0 yesterday A 100 tokens original MIT

board-insights

57

GhostlyGawd/engineering-board

Skill Claude CodeCodex

Interpret a ranked Engineering Board cluster into an evidence-linked proposed root-cause hypothesis. Use for /board-insights, /board-hypothesis, /board-demo, and questions about shared causes. Never confirms causation.

0 yesterday A 48 tokens original MIT

board-intake

58

GhostlyGawd/engineering-board

Skill Claude CodeCodex

This skill should be used when the user says "log this to the board", "route this finding", "add a bug", "create a board entry", "intake this", "new finding", "track this issue", "add an observation", or when a confirmed bug, regression, unexpected behavior, root cause, or noteworthy observation surfaces during a…

0 yesterday A 93 tokens original MIT

board-resolve

59

GhostlyGawd/engineering-board

Skill Claude CodeCodex

Use this skill when the user asks to close or resolve an entry. Also use it when the entry satisfies its completion criteria and verification is complete.

0 yesterday A 33 tokens original MIT

board-triage

60

GhostlyGawd/engineering-board

Skill Claude CodeCodex

This skill should be used when the user asks "what's next", "what should I work on", "triage the board", "what's the priority", "what order should I fix these", "start work on", "begin implementation", "pick up the next item", or wants a recommended sequence derived from the current open items.

0 yesterday A 74 tokens original MIT

eb-v3-spike

61

GhostlyGawd/engineering-board

Plugin Claude Code

Composability spike for engineering-board v0.3.0. Tests whether a Stop hook of type:prompt can dispatch Task(subagenttype=finding-extractor) from the main session, capture JSON output, and write it to disk before Stop returns. Installs no production hooks against the engineering-board domain; artifacts land in .eb-v3.

0 yesterday A tokens not measured 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