with one click
feature-dev
约束 Agent 必须遵循结构化的功能特性开发流程:理解需求 → 技术设想 → 编写代码 → 自验自测。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
约束 Agent 必须遵循结构化的功能特性开发流程:理解需求 → 技术设想 → 编写代码 → 自验自测。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
约束 Agent 必须遵循结构化的 Bug 修复流程:定位 → 根因分析 → 实施修复 → 回归测试验证。
约束 Agent 从正确性、安全性、性能和可维护性四个维度进行系统化的结构性代码审查。
约束 Agent 遵循标准流程生成结构化、高质量且要素齐全的产品需求文档。
约束 Agent 必须遵循安全的重构流程:在保证原有业务逻辑和功能完全等价的前提下,提升代码质量。
Constrains the Agent to generate structured Product Requirements Documents (PRDs) with quality and completeness guarantees.
Constrains the Agent to follow a structured bug fix process — locate → root cause → fix → regression verify.
| name | 特性开发 (Feature Dev) |
| description | 约束 Agent 必须遵循结构化的功能特性开发流程:理解需求 → 技术设想 → 编写代码 → 自验自测。 |
| assets | {"checklist":"assets/checklist.yaml","template":"assets/template.yaml"} |
| references | {"guidelines":"references/guidelines.yaml","security":"references/security.yaml"} |
约束 Agent 必须老老实实地走“理解需求 → 技术设计与设想 → 编写实现代码 → 编写并运行自测”这套严谨的研发闭环规范。
在开始写任何一行新功能的代码前,你必须逐条检查 assets/checklist.yaml 中的项目。
你的输出必须严格符合 assets/template.yaml 中定义的格式框架。
必须实质性涵盖:对需求的重述理解、技术设计方案、具体的实现代码、能跑起来的测试用例代码,以及如何集成改动的注意事项。
你在跑一些终端命令(例如安装包、执行脚本)时,必须先查阅 references/security.yaml 黑名单。
绝对不要为了图省事引入有已知高危漏洞的第三方库,也绝对不要在写新功能时去绕过项目的身份认证机制。
写完代码后,拿着 references/guidelines.yaml 里的标准对你的输出做一次自我审核。
重点死抠的点:你写的代码和用户的一开始提的“验收标准”是不是100%匹配的?你写测试了吗?这次改动兼不兼容历史老代码?
如果不合规,退回重写,最多重试 3 次。