wf-develop

wf-develop is a skill for Claude Code, Codex from marchatton/agent-skills. It costs 38 tokens per session (817 once invoked), scanned A, original, MIT.

A guide for implementing software changes through a verification-first workflow, usually driven by a project requirements file.

In plain words
What is it for?
Use it to implement planned changes, update requirement stories, record development notes, and hand work back with verification evidence.
Why use it?
It keeps work organized around small tasks, records what was verified, and makes it easier to pause and continue without losing context.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to implement planned changes, update requirement stories, record development notes, and hand work back with verification evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marchatton/agent-skills/wf-develop
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.

Any agent
npx skills add marchatton/agent-skills --skill wf-develop
Clone the repo
git clone --depth 1 https://github.com/marchatton/agent-skills

Made for: Claude Code, Codex.

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 wf-develop

README.md
[![agentmods](https://agentmods.dev/badge/skills/marchatton/agent-skills/wf-develop/github.svg)](https://agentmods.dev/skills/marchatton/agent-skills/wf-develop)
Your own site
<a href="https://agentmods.dev/skills/marchatton/agent-skills/wf-develop"><img src="https://agentmods.dev/badge/skills/marchatton/agent-skills/wf-develop/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wf-develop

Your own site · 80×15
<a href="https://agentmods.dev/skills/marchatton/agent-skills/wf-develop"><img src="https://agentmods.dev/badge/skills/marchatton/agent-skills/wf-develop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 817 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00038 $0.00817
Opus 5 $0.00019 $0.00409
Sonnet 5 $0.00008 $0.00163
Haiku 4.5 $0.00004 $0.00082

Measured 7d ago against content hash f43cd597bd20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

wf-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 7d ago.

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.

.agents/skills/04-develop/wf-develop/SKILL.md · 97 lines

How it starts

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

wf-develop

Purpose

Implement changes with a verification-first loop, keeping context clean between workflow steps.

prd.json (single-PRD dossier or slice PRD). plan.md may exist for higher-risk work, but it’s optional.

Prefer plan-driven work when plan.md exists, but allow PRD-driven work (especially with PRD JSON: prd.json).

Inputs

Preferred:

  • Dossier path (contains one or moreprd.json ) - implement one prd.json at a time.
  • Or explicit PRD JSON path (prd.json / prds/<slice_id>_<slug>/prd.json)

Optional:

  • plan.md path (only when created by wf-plan)

Also:

  • Target repo + branch
  • Known risks/deps

Outputs

  • Code changes
  • Verification evidence (what ran, result, screenshots/logs when relevant)
  • Update the relevant PRD JSON story passes and notes to reflect reality (prd.json or a slice prds/.../prd.json)
  • Dev log artefact saved per repo conventions (summary + verification evidence + GO/NO-GO) (optional but nice)

Steps

  1. (Recommended) Pickup if starting fresh thread / resuming
  • Invoke pickup skill if:
    • new chat/thread, or
    • user says “resume / pick up”, or
    • repo/branch uncertain
  1. Confirm work input
  • If PRD JSON missing (prd.json): check if prd.md exists. If yes, run create-json-prd first (NO-GO if schema invalid). If not, ask user to create prd.md.
  • If plan.md exists: use it in conjunction with prd.json to guide development.
  • If no plan.md: proceed from the prd.json directly (this is normal for small work).
  1. Baseline verification (before touching code)
  • Run verify skill and record result.
  • If verify fails before changes:
    • call out as pre-existing failure
    • ask whether to fix baseline first (recommended) or continue
  1. Implement in smallest verifiable increments Loop:
  • pick the next smallest slice that proves progress toward an acceptance criterion
  • implement minimal change
  • run targeted check then verify skill
  • record evidence (what ran, result, any screenshots/logs)
  • update the relevant PRD JSON:
    • set passes=true for stories fully meeting criteria
    • use notes for partials, tradeoffs, follow-ups

Read the full file on GitHub · 97 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. 7d ago First seen · 97 lines · 38 tokens per session scan A f43cd597bd20

Subscribe to this mod's changes

wf-develop is a skill published in the GitHub repository marchatton/agent-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 817 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens