一键导入
autonomous-feature-developer
Use when a user requests adding a new feature to a webapp project and wants automated implementation with testing and iteration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a user requests adding a new feature to a webapp project and wants automated implementation with testing and iteration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | autonomous-feature-developer |
| description | Use when a user requests adding a new feature to a webapp project and wants automated implementation with testing and iteration |
An autonomous skill that implements new features in webapp projects with minimal user intervention. Follows a full lifecycle: requirement analysis, planning, implementation, testing, debugging, iteration, and delivery with development report.
Core principle: Complete the feature implementation with automated testing and iteration, delivering a polished, production-ready result with a comprehensive development report.
Master-Slave pattern: Master agent coordinates and reviews, subagents execute independent tasks.
User Requirement → Master analyzes & plans → Subagent executes tasks
→ Master reviews results → Iterate until quality
→ Final verification → Deliver report
Required sub-skills: brainstorming, writing-plans, subagent-driven-development, test-driven-development, webapp-testing, systematic-debugging, requesting-code-review, verification-before-completion
brainstorming skill to clarify requirementswriting-plans skill to create detailed implementation plansubagent-driven-development to execute tasks in paralleltest-driven-development for each feature componentwebapp-testing for functional verificationsystematic-debugging when issues are encounteredrequesting-code-review for final code reviewverification-before-completion for end-to-end verificationGenerate development report in user's language containing:
User intervention required for:
Automated (no user intervention):
compress tool regularly to prevent context buildup| Criterion | Target |
|---|---|
| Functional correctness | 100% - all features work as specified |
| Edge case handling | No crashes on boundary inputs |
| User experience | Intuitive, no confusing behavior |
| Code quality | Clean, maintainable, follows project patterns |
| Test coverage | Key paths covered, no regression |
Currently optimized for:
Adaptable to other tech stacks with minor configuration.