raisedadead

30 mods across 1 repository, 2 stars between them.

dossier

03

raisedadead/claude-code-plugins

Plugin Claude Code

Engineering workflow in one resumable DOSSIER.md: dependency-ordered tasks, invariants, drift detection, cross-repo state, a rolling status log, and scout + reviewer subagents.

2 6d ago A tokens not measured original ISC

dossier-reviewer

04

raisedadead/claude-code-plugins

Agent

Fresh-context pre-commit reviewer for ds:build. Receives ONLY the staged diff, the test output, and the task contract (§T row + §V check) — never the parent reasoning transcript. Returns severity-tagged findings on two axes (Spec vs Standards) and a deterministic PASS/CHANGES verdict. Read-only. Spawn from ds:build…

2 6d ago A 85 tokens original ISC

dossier-scout

05

raisedadead/claude-code-plugins

Agent

Read-only investigator for dossier work. Scans .scratchpad/, git state, code drift, and external docs. Returns caveman-compressed reports. Refuses all writes. Spawn for ds:check drift sweeps, ds:migrate repo inspection, ds:backprop root-cause research, or ds:build failure analysis. Mission must be self-contained …

2 6d ago A 84 tokens original ISC

PreToolUse

07

raisedadead/claude-code-plugins

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit and Skill tool calls, executing marker_guard.py, invariant_guard.py, verify_hook.py and skill_gate.py via python3 (4 commands). From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured copy · 84% ISC

UserPromptExpansion

08

raisedadead/claude-code-plugins

Hook

Runs to expand your prompt before the agent sees it for review, security-review and simplify tool calls, executing skill_gate.py via python3. From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured original ISC

PreCompact

09

raisedadead/claude-code-plugins

Hook

Runs before the context is compacted, executing precompact-roll.py via python3. From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured original ISC

SessionEnd

10

raisedadead/claude-code-plugins

Hook

Runs when a session ends, executing precompact-roll.py via python3. From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured original ISC

Stop

11

raisedadead/claude-code-plugins

Hook

Runs when the agent finishes a response, executing fakeimpl_stop.py via python3. From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured original ISC

UserPromptSubmit

12

raisedadead/claude-code-plugins

Hook

Runs when you submit a prompt, before the agent sees it, executing convergence_state.py via python3. From raisedadead/claude-code-plugins.

2 6d ago A tokens not measured original ISC

backprop

13

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Bug → §V protocol. Traces root cause, decides whether a new §V invariant prevents recurrence. Invoke when the user says "ds:backprop", "bug: ", "backprop B ", "root-cause this", "add invariant for ", or auto-trigger from ds:build on test failure.

2 6d ago A 71 tokens original ISC

check

14

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Drift detector. Mutates no DOSSIER.md and no repo; it writes only derived caches. Invoke when the user says "ds:check", "check drift", "audit dossier", "does code still match spec", "verify invariants", or before opening a PR.

2 6d ago A 59 tokens original ISC

converge

15

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Run a wave contract's done-when criteria and report whether the wave is over. Use when the user says "ds:converge", "are we done", "is this wave finished", or asks whether more work on the current wave is warranted.

2 6d ago A 56 tokens original ISC

grill

16

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Define-phase interrogation before ds:new. Separates environment-lookup facts (model looks up, cites, never asks) from operator decisions (asked, never assumed) — serial one-question-at-a-time while decisions chain, frontier-batched rounds once independent. Stops only when the frontier is empty AND the operator…

2 6d ago A 140 tokens original ISC

migrate

17

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Convert legacy 4-file dossiers (PLAN+SPEC+AUDIT+closeout/) to single-file DOSSIER.md. Invoke when the user says "ds:migrate", "migrate dossiers", "convert legacy dossier", "migrate from ck/cavekit/SPEC.md", or after installing the plugin to upgrade existing repos.

2 6d ago A 70 tokens original ISC

new

18

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Scaffold a new dossier. Sole entrypoint for starting a phase wave. Invoke when the user says "new dossier", "start dossier", "open dossier", "ds:new", or "scaffold dossier ".

2 6d ago A 46 tokens original ISC

roll

19

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Persist Claude Code TaskList across session boundaries. PreCompact + SessionEnd hooks auto-dump. Invoke when user says "/dossier:roll", "roll the session", "save tasks before compact", "restore tasks", "dump tasklist".

2 6d ago A 51 tokens original ISC

ship

20

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Ship-stage changelog before ds:close, derived from the §T ledger. Version bump is advisory, never an auto tag. Invoke when the user says "ds:ship", "generate the changelog", "write the changelog for this wave", "what's the version bump", or before ds:close --complete / --successor on a dossier with unreleased §T work.…

2 6d ago A 102 tokens original ISC

status

21

raisedadead/claude-code-plugins

Skill Claude CodeCodex

The dossier driver + read-only sit-rep. Default session-open action. Invoke when the user says "ds:status", "ds", "dossier status", "where are we", "sit-rep", "what's next", "check dossier", or session-start before any other ds: verb.

2 6d ago B 64 tokens original ISC

verify

22

raisedadead/claude-code-plugins

Skill Claude CodeCodex

Empirical fact-check for freshness-sensitive claims — versions, EOLs, package latest, GitHub Action SHAs, k8s apiVersions, AI model deprecations, image tags, or anything the model's training cutoff may have staled. Primary sources only. Auto-fires as a PreToolUse hook on Edit/Write/MultiEdit, but only in a repo with a…

2 6d ago A 133 tokens original ISC

whetstone

23

raisedadead/claude-code-plugins

Plugin Claude Code

Engineering-craft skills that sharpen the edge: red-green TDD, flaky-test audit, pre-decision doubt review, merge-conflict resolution, skill linting, and a column budget computed from the staged diff. Each carries a deterministic self-verify.

2 6d ago A tokens not measured original ISC

whetstone-doubter

24

raisedadead/claude-code-plugins

Agent

Fresh-context adversarial design reviewer for doubt-pass. Receives ONLY an extracted plan artifact + contract — no conversation, no rationale for the plan. Finds where the plan breaks, not whether it is good. Read-only. Spawn from doubt-pass step 3 (DOUBT).

2 6d ago A 63 tokens original ISC