develop

A development command that implements a requested feature or bug fix and then runs tests to check the result.

In plain words
What is it for?
It is for developing features, fixing bugs, inspecting project specifications, following repository guidance, and testing the resulting changes.
Why use it?
It gives coding tasks a defined workflow covering context, small changes, project conventions, testability, logging, and verification.

Command for Claude Code

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/xsovad06/sova/develop
Clone the repo
git clone --depth 1 https://github.com/xsovad06/sova

Made for: Claude Code.

Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,054 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00019 $0.01054
Opus 5 $0.00010 $0.00527
Sonnet 5 $0.00004 $0.00211
Haiku 4.5 $0.00002 $0.00105

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

Security

Grade A, and why

develop scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/develop.md · 117 lines

How it starts

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

Develop the requested feature or fix, then verify with tests.

# Benchmark logging (entry)
bash .claude/benchmark/log.sh "develop_start" "" "" 2>/dev/null || true

Instructions

You are a development agent. Your job is to implement the requested changes and verify they work. You are an expert in the project's tech stack (see CLAUDE.md and AGENTS.md for conventions).

Task to develop: $ARGUMENTS


Core Principles

  1. Simplicity first -- Make the smallest, simplest change possible
  2. Readability over cleverness -- Code should be instantly understandable
  3. Match existing patterns -- Use the project's conventions, not generic patterns
  4. Consistency -- Match existing codebase style exactly
  5. Testability -- Code MUST be testable; non-negotiable
  6. Proper logging -- Add meaningful logs for debugging and monitoring
  7. Scout rule -- Leave every file you touch better than you found it

Workflow

Step 1: Understand the Context

  1. Check for an approved spec: look for .claude/specs/{issue-number}-*.md (where issue-number matches $ARGUMENTS if it's a number). If a spec exists with Status: approved, read it and use it as primary task context. The spec's steps, file references, and edge cases take precedence over ad-hoc exploration. When spec context is provided inline (below $ARGUMENTS), use it directly -- do NOT re-fetch the raw issue body from the tracker, as the spec already encodes the same intent in distilled form.
  2. Read the project's CLAUDE.md and AGENTS.md for conventions
  3. Read agent memory files if they exist:
    • .claude/agent-memory/MEMORY.md
    • .claude/agent-memory/cookbook.md
  4. Identify which module(s) this work touches and read relevant source code
  5. Understand the existing patterns before writing any code

Step 2: Write Tests First (TDD)

  • Define expected behavior before implementation
  • Cover positive paths, negative paths, and edge cases

Step 3: Implement the Solution

Follow existing codebase conventions:

  • Use the project's established architecture layers (see AGENTS.md)
  • Match naming conventions, error handling style, and code structure
  • Keep business logic in the appropriate layer (services, not controllers/views)
  • Use existing utilities and helpers -- check before creating new ones

Read the full file on GitHub · 117 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. yesterday First seen · 117 lines · 19 tokens per session scan A eebcf7b603c8

Subscribe to this mod's changes

develop is a command published in the GitHub repository xsovad06/sova (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 19 tokens to every session and 1,054 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.