qwerfunch

39 mods across 1 repository, 14 stars between them.

status

25

qwerfunch/cladding

Skill Claude CodeCodex

Render the feature × stage integrity matrix — every feature vs every Iron Law stage with pass/skip/fail markers. Use when the user wants a project-wide status board, a release-readiness view, or to spot which features are still behind which stage. Activate only when the connected project contains spec.yaml or the user…

14 3d ago A 76 tokens original MIT

sync

26

qwerfunch/cladding

Skill Claude CodeCodex

Validate the active spec.yaml against the Ironclad schema and refresh the inventory. Rarely needed manually — cladcreatefeature already auto-syncs the inventory and clad check / clad done self-validate the spec, so do NOT run it as a reflexive pre-flight before those. Use it only after you have directly hand-edited a…

14 3d ago A 103 tokens original MIT

cladding

27

qwerfunch/cladding

Plugin Claude Code

Reference implementation of the Ironclad standard — multi-agent dev harness for Claude Code.

14 3d ago A tokens not measured original MIT

blind-author

28

qwerfunch/cladding

Agent

Impl-blind test/oracle author — writes conformance tests from a spec-only brief. Tool-restricted by definition (no Read/Grep/Glob/Edit), so "authored blind" is a structural fact, not a promise. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests…

14 3d ago A 75 tokens original MIT

developer

29

qwerfunch/cladding

Agent

Implementer — writes production code, tests, and migrations. The "generic engineer" fallback when no narrower specialist exists. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

14 3d ago A 51 tokens original MIT

observability

30

qwerfunch/cladding

Agent

Log and metrics analyst — reads .cladding/audit.log.jsonl, perf/baseline.json, and drift reports; surfaces patterns the human can act on. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

14 3d ago A 61 tokens original MIT

orchestrator

31

qwerfunch/cladding

Agent

Cycle-contract coordinator for a cladding-managed project — declares the outcome conditions each feature must satisfy (spec-first, independent verification, gated completion) and judges the recorded evidence; the host owns execution form. Activate only when the connected project contains spec.yaml or the user…

14 3d ago A 69 tokens original MIT

planner

32

qwerfunch/cladding

Agent

SSoT custodian — keeps spec.yaml structurally clean. Adds features, archives them, and ensures EARS pattern compliance. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

14 3d ago A 53 tokens original MIT

reviewer

33

qwerfunch/cladding

Agent

Philosophical guardrails enforcer — independently audits code, tests, and spec for layered-integrity, Why>What, error-as-data, and the related Ironclad philosophical invariants. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized…

14 3d ago A 68 tokens original MIT

init

34

qwerfunch/cladding

Command

Use only when the user explicitly names Cladding and asks to initialize, adopt, or refresh it; never use for an ordinary project creation or implementation request. Scaffold from an idea, planning document, or existing project through the MCP prepare/apply flow.

14 3d ago A 52 tokens original MIT

SessionStart

35

qwerfunch/cladding

Hook

Runs when a session starts, executing clad.js via node. From qwerfunch/cladding.

14 3d ago A tokens not measured original MIT

UserPromptSubmit

36

qwerfunch/cladding

Hook

Runs when you submit a prompt, before the agent sees it, executing clad.js via node. From qwerfunch/cladding.

14 3d ago A tokens not measured copy · 92% MIT

PreToolUse

37

qwerfunch/cladding

Hook

Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing clad.js via node. From qwerfunch/cladding.

14 3d ago A tokens not measured copy · 83% MIT

PostToolUse

38

qwerfunch/cladding

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit and Bash tool calls, executing clad.js via node. From qwerfunch/cladding.

14 3d ago A tokens not measured original MIT

Stop

39

qwerfunch/cladding

Hook

Runs when the agent finishes a response, executing clad.js via node. From qwerfunch/cladding.

14 3d ago A tokens not measured copy · 86% MIT