raisedadead/claude-code-plugins
Plugin Claude Code
Claude Code plugins by @raisedadead. Personal toolbox: dossier workflow, scratchpad management, and friends.
raisedadead/claude-code-plugins
Plugin Claude Code
Claude Code plugins by @raisedadead. Personal toolbox: dossier workflow, scratchpad management, and friends.
raisedadead/claude-code-plugins
Instructions file
Claude Code instructions for raisedadead/claude-code-plugins, covering claude.md, before proposing a change, priorities, evidence and tests.
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.
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…
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 …
raisedadead/claude-code-plugins
Hook
Runs when a session starts, executing session-start.sh. From raisedadead/claude-code-plugins.
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.
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.
raisedadead/claude-code-plugins
Hook
Runs before the context is compacted, executing precompact-roll.py via python3. From raisedadead/claude-code-plugins.
raisedadead/claude-code-plugins
Hook
Runs when a session ends, executing precompact-roll.py via python3. From raisedadead/claude-code-plugins.
raisedadead/claude-code-plugins
Hook
Runs when the agent finishes a response, executing fakeimpl_stop.py via python3. From raisedadead/claude-code-plugins.
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.
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.
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.
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.
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…
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.
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 ".
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".
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.…
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.
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…
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.
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).