dev

dev is a command for coding agents from RaNDoM6913/claude-code-superkit. It costs 51 tokens per session (3,766 once invoked), scanned A, original, MIT.

A full development workflow command that guides a coding task through understanding, design, planning, implementation, testing, review, and documentation. It uses separate checkpoints to decide whether each phase is ready to continue.

In plain words
What is it for?
Use it for end-to-end feature work or other development tasks that need structured planning, implementation, verification, and review.
Why use it?
It provides a repeatable path for complex changes and catches planning, implementation, testing, and review problems before the task is declared complete.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/random6913/claude-code-superkit/dev
Clone the repo
git clone --depth 1 https://github.com/RaNDoM6913/claude-code-superkit

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev

README.md
[![agentmods](https://agentmods.dev/badge/commands/random6913/claude-code-superkit/dev.svg)](https://agentmods.dev/commands/random6913/claude-code-superkit/dev)
Your own site
<a href="https://agentmods.dev/commands/random6913/claude-code-superkit/dev"><img src="https://agentmods.dev/badge/commands/random6913/claude-code-superkit/dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.03766
Opus 5 $0.00026 $0.01883
Sonnet 5 $0.00010 $0.00753
Haiku 4.5 $0.00005 $0.00377

Measured today against content hash c4a4fd3c9e81, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| 1 | [specific, testable outcome] | [grep / curl / test / read] | Score ≥ 7 | MUST |
packages/core/commands/dev.md · 303 lines

How it starts

The opening of the file, as written. The whole thing — 303 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Development Orchestrator

Run the full development cycle for the task below as 16 numbered phases. You are the orchestrator: you execute phases yourself and dispatch specialist agents at the gates.

Task

$ARGUMENTS

Hard Rules

  1. Execute phases in order 0 → 15. Skip a phase ONLY when the Skip Matrix says so for the task's complexity class.
  2. A phase is complete only when its Done when condition holds. If a phase produces errors, fix them before advancing.
  3. Consume gate verdicts exactly as produced: plan-checker → PASS/REVISE/BLOCK · evaluator → PROCEED/ITERATE/ESCALATE · goal-verifier → PASS/NEEDS-ATTENTION/NEEDS-REMEDIATION · critic → APPROVE/CONCERN/BLOCK.
  4. On any failed gate or retry, escalate effort to max for the next attempt and say you are doing so — never silently re-run at the same effort.
  5. Never claim completion while compilation or tests fail. The Phase 15 report is emitted only after every non-skipped phase has run.
  6. If the task is ambiguous, ask the user before Phase 7 (Implement) — not after.
  7. Always read existing patterns before writing new code — search first, reuse the closest implementation as reference.

Phase Overview & Skip Matrix

Complexity (Simple / Standard / Complex) is decided in Phase 1 and never changes mid-run.

# Phase Simple Standard Complex Gate agent
0 Read Docs
1 Understand
2 Architect architect
3 Pseudocode
4 Plan
5 Contract
6 Validate Plan plan-checker
7 Implement
8 Evaluate ✓ (max 2 passes) ✓ (max 3 passes) evaluator
9 Verify health-checker
10 Test test-generator
11 Verify Goals goal-verifier
12 Review reviewers (parallel)
13 Critic critic
14 Document docs-reviewer
15 Report

Read the full file on GitHub · 303 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 303 lines · 0 tokens per session scan A c4a4fd3c9e81

Subscribe to this mod's changes

dev is a command published in the GitHub repository RaNDoM6913/claude-code-superkit (2 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 3,766 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.