dwarvesf/dwarves-kit

The control plane for proof-based Claude Code SDLC, built for production teams. Agent loops that self-correct, not self-report.

11Stars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

acceptance-verifier

01

dwarvesf/dwarves-kit

Agent

Dynamically executes the active spec's acceptance criteria via its ## Verification section and reports whether the build actually satisfies them. Fills the agent-less Acceptance row of the V-model right arm. Read-only -- cannot modify the codebase.

11 2d ago A 54 tokens original MIT

advisor

02

dwarvesf/dwarves-kit

Agent

The single cross-cutting generic review lens (ADR-0028 SG-05/P5-P6). Runs in TWO modes at the final integration/UAT boundary -- critique (an extra uniform lens ON TOP of the specialized per-phase reviewers) and over-suggest (proposes additional ideas/sub-goals to improve the work, surfaced to the human just before the…

11 2d ago A 91 tokens original MIT

agent-effectiveness

03

dwarvesf/dwarves-kit

Agent

Validates an agent definition's EFFECTIVENESS (not just its structure) across four lenses -- tools minimal-yet-sufficient, description triggers right, instructions produce a good result, model tier fits. Dispatched diff-keyed on new/changed agent defs at the agent-author phase. Read-only, advisory, fail-safe.

11 2d ago A 69 tokens original MIT

api-reviewer

04

dwarvesf/dwarves-kit

Agent

Reviews a diff through the API-CONTRACT lens only (breaking changes, versioning, request/response schema, error codes, backward compat, idempotency). Read-only. Dispatched by /kit:review-team as the api domain lens when the diff touches a public interface.

11 2d ago A 60 tokens original MIT

audit-scanner

05

dwarvesf/dwarves-kit

Agent

Shared read-only Tier-2 evidence scanner for audit-loop instances (doc-drift, topology-drift, ci-drift, backlog-reconcile, web-drift, future ones). Dispatched by an audit skill with a target set + a contract + an evidence-class instruction; returns per-item findings with quoted evidence and severity in the audit-loop…

11 2d ago A 87 tokens original MIT

brief-reviewer

06

dwarvesf/dwarves-kit

Agent

Statically reviews a design brief or requirement (DECISION-BRIEF.md, a spec's Problem/Context section, or an equivalent requirement doc) for clarity, completeness, and testability before it hardens into a spec. Read-only -- cannot edit the brief.

11 2d ago A 58 tokens original MIT

claim-verifier

07

dwarvesf/dwarves-kit

Agent

Adversarially verifies an ARBITRARY free-text claim before it is trusted. Runs an in-harness panel of N independent skeptics, each told to REFUTE the claim (default-refute-if-uncertain, fail-closed), then returns a STRUCTURED majority-vote verdict (HOLDS / REFUTED, how many refuted, the threshold, per-skeptic…

11 2d ago A 168 tokens original MIT

code-reviewer

08

dwarvesf/dwarves-kit

Agent

Focused code reviewer. Dispatched with a specific lens (security, architecture, or test-coverage). Read-only. Used by /review-team for parallel review.

11 2d ago A 36 tokens original MIT

data-etl-worker

09

dwarvesf/dwarves-kit

Agent

Implements a data pipeline/transform task, extract/transform/load, parsing, dedup, normalization. Write-capable; prefers DuckDB SQL for the transform per the house stack. Dispatched by /kit:execute step 2b-0 as the data-etl domain implementer.

11 2d ago A 64 tokens original MIT

db-migration-worker

10

dwarvesf/dwarves-kit

Agent

Implements a schema migration task, the up migration plus its reverse/rollback, backfill, and index changes. Write-capable. Dispatched by /kit:execute step 2b-0 as the db-migration domain implementer.

11 2d ago A 54 tokens original MIT

devops-triage

11

dwarvesf/dwarves-kit

Agent

Triages a production error alert (service name, error sample, optional deploy sha) into a bounded root-cause verdict, gathering evidence via Cloudflare Workers Logs history and git log/diff/show around the deploy sha. Dispatched on-demand for "triage this production alert/error", "why is erroring in production"…

11 2d ago B 120 tokens original MIT

doc-verifier

12

dwarvesf/dwarves-kit

Agent

Verifies that documentation matches the code. Dispatched by /docs after it updates docs, before the commit. Read-only -- cannot edit docs or code. Checks doc claims against the live codebase, the Docs-phase twin of task-verifier.

11 2d ago A 53 tokens original MIT

fix-agent

13

dwarvesf/dwarves-kit

Agent

Applies targeted fixes based on task-verifier feedback. Scoped to specific files and specific issues. Does not add features or refactor.

11 2d ago A 30 tokens original MIT

frontend-reviewer

14

dwarvesf/dwarves-kit

Agent

Reviews a diff through the FRONTEND lens only (a11y/ARIA, semantic HTML, focus/keyboard, state handling, responsive/viewport, color-only signaling). Read-only. Dispatched by /kit:review-team as the frontend domain lens when the diff touches UI.

11 2d ago A 60 tokens original MIT

infra-reviewer

15

dwarvesf/dwarves-kit

Agent

Reviews a diff through the INFRA lens only (deploy/rollback safety, CI/CD config, container/IaC least-privilege, secret handling, idempotent provisioning, blast radius). Read-only. Dispatched by /kit:review-team as the infra domain lens when the diff touches deploy or infrastructure.

11 2d ago A 67 tokens original MIT

dwarvesf/dwarves-kit

Agent

Verifies that the tasks of a completed build actually wire together. Dispatched once at /execute Step 4 for multi-task specs. Read-only -- cannot modify the codebase. Checks cross-task wiring + global acceptance, not per-task acceptance.

11 2d ago A 53 tokens original MIT

meta-agent

17

dwarvesf/dwarves-kit

Agent

The agent that drafts agents. From a one-line description, drafts a new subagent definition OR a new mega-goal sub-goal file, matching the kit's exact frontmatter + structure. Output is always a DRAFT for human review; it never self-installs or self-runs.

11 2d ago A 62 tokens original MIT

dwarvesf/dwarves-kit

Agent

Reviews a diff through the PERFORMANCE lens only (hot paths, N+1, allocations, caching, latency, complexity). Read-only. Dispatched by /kit:review-team as the performance domain lens when the diff touches performance-sensitive code.

11 2d ago A 52 tokens original MIT

recheck-verifier

19

dwarvesf/dwarves-kit

Agent

Fresh-context re-audit of a right-arm verifier's PASS (task-verifier / integration-verifier / acceptance-verifier / system-verifier). RE-EXECUTES the recorded verification command in a fresh context and re-judges the outcome; it is NOT a read-back of the recorded run-table. Read-only -- cannot modify the codebase.

11 2d ago A 75 tokens original MIT

dwarvesf/dwarves-kit

Agent

Maps architecture patterns and conventions in an existing codebase. Dispatched by /spec for brownfield projects. Read-only.

11 2d ago A 28 tokens original MIT

research-context

21

dwarvesf/dwarves-kit

Agent

Quick brownfield orientation for a target area (endpoints, data models, UI, test coverage, recent history) -- capped at 80 lines, throwaway context for a spec about to be written. Dispatched by /spec, /test-plan. Read-only.

11 2d ago A 57 tokens original MIT

research-features

22

dwarvesf/dwarves-kit

Agent

Deep, uncapped, source-cited feature inventory for one module of a target project -- every entry point gets a file:line citation and a behavior contract; adds a MIGRATE table + parity contract when the request names a port/migration target. The definitive deliverable, not throwaway context (see research-context for…

11 2d ago A 79 tokens original MIT

research-pitfalls

23

dwarvesf/dwarves-kit

Agent

Finds landmines and risks in a codebase area before new work begins. Dispatched by /spec for brownfield projects. Read-only.

11 2d ago A 35 tokens original MIT

research-stack

24

dwarvesf/dwarves-kit

Agent

Maps the technology stack of an existing codebase. Dispatched by /spec for brownfield projects. Read-only.

11 2d ago A 26 tokens original MIT