Stats
Actions
Tags
From dev-toolkits
Full development workflow from requirements to completion using TDD, worktree branches, and independent subagent reviews. Triggered by explicit development tasks like 'implement X' or 'refactor Y'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkits:ez-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 谨慎决策什么样的功能记为「已完成」——是否构成**独立可交付的功能点**?
| 维度 | 独立条目 | 补丁 |
|---|---|---|
| 业务边界 | 解决独立的用户场景/问题域 | 隶属于已有大功能点的局部优化 |
| 文档载体 | 需要独立 .dev_doc/{feature}/ | 复用现有 feature 文档 |
| 可独立验收 | 完整"输入→处理→输出"链路 | 只是大链路中的一环 |
| 价值颗粒度 | 一次发布即可对外兑现价值 | 离开主条目无独立价值 |
.dev_doc/<feature>/.dev_doc/status.md(per-feature 允许)tests/ 和 .dev_doc/ 不入 git 仓库(需手动同步到本地分支)npx claudepluginhub ayanjiushishuai/dev_toolkitsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.