agent-based-development

agent-based-development is a skill for Claude Code from RealDougEubanks/ClaudeMarketplace. It costs 34 tokens per session (965 once invoked), scanned A, original, MIT.

A workflow for asynchronous software development by multiple specialized agents. The agents pass work through files, moving from planning and design to development, security review, technical review, and documentation.

In plain words
What is it for?
Use it to organize multi-agent feature development, code reviews, security checks, documentation, and release work through a release-branch Git process.
Why use it?
It gives each agent a clear role and a shared record of decisions and handoffs, reducing confusion when work happens without real-time communication.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code.

Part of the agent-based-development plugin — 12 skills shipped together

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 skills/realdougeubanks/claudemarketplace/agent-based-development
Any agent
npx skills add RealDougEubanks/ClaudeMarketplace --skill agent-based-development
Clone the repo
git clone --depth 1 https://github.com/RealDougEubanks/ClaudeMarketplace

Made for: Claude Code.

Or install agent-based-development, the plugin that ships this one along with the rest of its 12 skills.

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 agent-based-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/agent-based-development.svg)](https://agentmods.dev/skills/realdougeubanks/claudemarketplace/agent-based-development)
Your own site
<a href="https://agentmods.dev/skills/realdougeubanks/claudemarketplace/agent-based-development"><img src="https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/agent-based-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 965 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.1 $0.00034 $0.00965
Opus 5 $0.00017 $0.00483
Sonnet 5 $0.00007 $0.00193
Haiku 4.5 $0.00003 $0.00097

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

Security

Grade A, and why

agent-based-development 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 5d 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.

skills/agent-based-development/skills/agent-based-development/SKILL.md · 66 lines

How it starts

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

Agent-Based Development — Async Multi-Agent Workflow

Run a full async multi-agent software development workflow using file-based artifact handoffs. Each invocation adopts a specific agent role and operates according to that role's responsibilities.

This is the orchestrator skill. Identify your single assigned role first (from the slash command used or the latest plan artifact), then follow that role's skill. Do not attempt to act as multiple roles in one invocation.

Framework Overview

This is an async, artifact-driven workflow. Agents do not communicate in real time — they communicate via JSON files in a handoffs/ directory. The flow is:

Planning → Design → Dev (Senior / Junior)
       ↓                        ↓
  Documentation ← Security + Tech Review
       ↓                        ↓
  Planning (triage) ← findings with severity

All agents must follow the Golden Rules (see CLAUDE.md or run /golden-rules).

Agent Roster

Role skills are namespaced by this plugin (e.g. /agent-based-development:abd-plan). Where your Claude Code resolves unambiguous bare names, the short form also works.

Agent Skill When to Include
Planning abd-plan Almost always — assigns tasks, triages reviews
Design abd-design When the project has a design phase; omit for simple/script-only work
Dev Senior abd-dev-senior When there is higher-complexity implementation work
Dev Junior abd-dev-junior For routine tasks; omit for small teams
Security abd-security Recommended for all projects
Tech Review abd-review Recommended for all projects
Documentation abd-docs Almost always — docs, ToDo, changelogs, assumptions
Planning Triage abd-triage After reviews land — rework assignments
Testing abd-test When the project has automated tests
DevOps abd-devops When the project has CI/CD or a formal release process
Status abd-status At any time — shows project-wide task and finding status

Read the full file on GitHub · 66 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. 5d ago First seen · 66 lines · 34 tokens per session scan A b1926a080f73

Subscribe to this mod's changes

agent-based-development is a skill published in the GitHub repository RealDougEubanks/ClaudeMarketplace (1 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 965 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-08-31.

Related

Other skills, from other repositories

release-notes

Draft a changelog for the next release by summarizing git commits since the last tag. Use only when the user asks to draft release notes, write a changelog entry, or prepare the next version's notes — never trigger automatically.

foyzulkarim/skills · 51 tokens

release-checklist

Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.

IdoCohen560/claude-unity-game-studio · 26 tokens

changelog

Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.

IdoCohen560/claude-unity-game-studio · 29 tokens

start-task

Bootstrap a task into a synced feature branch — one shot, zero confirmations. Detects the source from the args: GitHub issue ('#100', 'issue 100', 'gh issue 100', or bare '100'), Jira key ('PROJ-42'), or a local spec file path; ad-hoc conversation otherwise. Fetches the task, derives {type}/{number}/{slug}, syncs the…

foyzulkarim/skills · 125 tokens

commit

One-shot conventional commit; bundled scripts adaptively gather diff context, draft the message, and stage+commit — pass ask to confirm first or add a hint for the title. Use only when the user asks for a commit.

foyzulkarim/skills · 49 tokens

move-to-worktree

After /start-task: park the current clean, pushed feature branch in its own issue-numbered nested worktree (.worktrees/ ) and return the primary checkout to current main, so the next parallel lane can start. Use when the user says to move the branch or task to a worktree or open a parallel lane.

foyzulkarim/skills · 72 tokens