Agent Development Specification
Description
一个通用、不绑定技术栈的 Claude Code 技能:在写第一行代码之前,先为项目铺好 Agent 规则、文档与架构,并在项目演进中持续把它们当作"源真相"。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Development Specification (ADS)
[](LICENSE) [](https://claude.com/claude-code) [](https://docs.claude.com/en/docs/claude-code) [](https://www.python.org/) [](https://github.com/SmartSunruiyang/agent-development-specification/pulls)
**Topics:** `claude-code` · `claude-code-skills` · `agent-skills` · `ai-agents` · `project-scaffolding` · `software-architecture` · `documentation` · `vibe-coding`
**Jump to:** [What it generates](#what-it-generates) · [Install](#install) · [Usage](#usage) · [How it works](#how-it-works) · [Evaluation](#evaluation) · [License](LICENSE) · [中文说明](#中文说明)
A universal, tech-stack-agnostic [**Claude Code**](https://claude.com/claude-code) skill that lays down a project's agent-governance rules, documentation, and architecture **before the first line of code** — and keeps them the source of truth as the project grows.
The governing idea, learned the hard way from AI-assisted "vibe coding":
- Version control from day 0 — initialize the repo before writing any code.
- Documentation before code — requirements, architecture, roadmap, conventions are decided up front, not back-filled.
- Architecture > UI > polish — a project where any bug can instantly be pinned to one module outlives a pretty but tangled one by an order of magnitude.
ADS turns those lessons into an executable workflow. Run it in any repo and it scaffolds a complete governance system, then interviews you to fill it with real, project-specific content.
important !!
你应当第一步先单独与 agent沟通 PRD,之后在 Skills 问你你的项目是关于什么的时候,直接把 PRD 提供进去,跳过引导你完成 PRD。UIUX 同理,你也可以自己准备,同样可以跟随引导。 You should first comm
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11