kamioj/spec-workflow

Personal Claude Code plugin marketplace for SDD workflow (research / ask / propose / apply / verify / archive)

17Stars on the repository
42Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

apply

01

kamioj/spec-workflow

Command

Implement the code, advancing by proposal/tasks. A pre-command hook checks that proposal.md carries the APPROVED marker. Verification model: cheap self-run working checks per node while implementing; ONE independent spec-verifier pass at the end (never dispatch verification subagents mid-implementation).

17 5d ago A 0 tokens

archive

02

kamioj/spec-workflow

Command

Archives the current change to spec/archive/YYYY-MM-DD- /. Only invoked when the user explicitly says "archive". Writes an archive-stage retrospect, checks for uncommitted code, and is guarded by the check-archive hook.

17 5d ago A 48 tokens

ask

03

kamioj/spec-workflow

Command

Interrogates preference-driven decision points. Uses AskUserQuestion to work through each [TBD] in research.md one by one; answered items are moved to.

17 5d ago A 32 tokens

chat

04

kamioj/spec-workflow

Command

Discussion mode. Everything said during this mode is treated as thinking material only — no documents are touched. Use for brainstorming directions, or to talk through concerns about a proposal before deciding how to change it.

17 5d ago A 40 tokens

design

05

kamioj/spec-workflow

Command

Technical design elaboration. Trigger on demand — use when the architecture is complex, there are more than 3 interfaces, sequence/data-flow diagrams are needed, or a decision requires more than 300 words of deep argumentation. Produces design.md.

17 5d ago A 50 tokens

fix

06

kamioj/spec-workflow

Command

Streaming light tier for bug fixes and small changes (user-explicit only, never model-initiated). Appends F-N entries to the standing spec/changes/fixes/ batch — locate & confirm before touching code, fix directly when confident or research candidates when not, self-check evidence per entry; the ONE independent audit…

17 5d ago A 71 tokens

loop

07

kamioj/spec-workflow

Command

Goal-driven autonomous round loop. Give it a goal + acceptance checklist + round budget (touchpoint 1), then it researches, implements, self-checks, and retrospects round after round — driven by a Stop-event hook, not by prompt discipline — until the final acceptance audit (touchpoint 2, the loop's ONLY independent…

17 5d ago A 116 tokens

research

09

kamioj/spec-workflow

Command

Researches the change — always maps the codebase status quo; dispatches a @researcher web-survey sub-agent ONLY when the decision space is external (new dependency / tech choice / unfamiliar domain), never for internal refactors or fix batches. Findings go into research.md (single file; Open[TBD]/Decided maintained as…

17 5d ago A 100 tokens

resume

10

kamioj/spec-workflow

Command

Resumes a paused change — deletes its .paused marker (after checking the single-active-change slot is free) and reports where the work left off so re-entry is instant.

17 5d ago A 35 tokens

revise

11

kamioj/spec-workflow

Command

Edit a single proposal.md section (why / what / how / risk). A full rewrite goes through /spec:propose. After editing, the HARD GATE must run again.

17 5d ago A 36 tokens

ship

12

kamioj/spec-workflow

Command

Closes the fix batch — dispatches ONE spec-verifier over the batch's accumulated diff (F-N entries are the claim anchors), writes the audit into fix.md, and archives spec/changes/fixes/ on pass; on fail the batch stays in place with findings recorded. Gated by check-archive (empty batch blocks; archiving a fix dir…

17 5d ago A 76 tokens

stash

13

kamioj/spec-workflow

Command

Stashes (suspends) the active change — writes a .paused marker so the gates release the single-active-change slot while every artifact (ledger, index, proposal) stays warm for /spec:resume. Refuses on a running /spec:loop change.

17 5d ago A 54 tokens

status

14

kamioj/spec-workflow

Command

Reports where the current SDD change stands, what artifacts exist, and which commands can be run next. Use when returning after an interruption and unsure where things left off.

17 5d ago A 34 tokens

verify

15

kamioj/spec-workflow

Command

Verifies the current change by dispatching the independent spec-verifier agent (fresh context — the implementing conversation never audits itself) across four dimensions + charter audit; --codex adds a heterogeneous Codex peer review (read-only); --codex --fix lets Codex apply fixes directly; native adds the opt-in…

17 5d ago A 106 tokens

workflow

16

kamioj/spec-workflow

Command

Full SDD workflow, end to end, requirement fully delegated. Open decisions are digested internally (auto triage — no mid-flight questions); MUST stop at exactly two points — the HARD GATE and acceptance/archive. The user participates as an evaluator; evaluation rounds are unlimited. Also accepts the legacy /sdd entry…

17 5d ago A 0 tokens