원클릭으로
feature-dev
Constrains the Agent to follow a structured feature development process — requirements → design → implement → verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Constrains the Agent to follow a structured feature development process — requirements → design → implement → verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
约束 Agent 必须遵循结构化的 Bug 修复流程:定位 → 根因分析 → 实施修复 → 回归测试验证。
约束 Agent 从正确性、安全性、性能和可维护性四个维度进行系统化的结构性代码审查。
约束 Agent 必须遵循结构化的功能特性开发流程:理解需求 → 技术设想 → 编写代码 → 自验自测。
约束 Agent 遵循标准流程生成结构化、高质量且要素齐全的产品需求文档。
约束 Agent 必须遵循安全的重构流程:在保证原有业务逻辑和功能完全等价的前提下,提升代码质量。
Constrains the Agent to generate structured Product Requirements Documents (PRDs) with quality and completeness guarantees.
| name | feature_dev |
| description | Constrains the Agent to follow a structured feature development process — requirements → design → implement → verify. |
| assets | {"checklist":"assets/checklist.yaml","template":"assets/template.yaml"} |
| references | {"guidelines":"references/guidelines.yaml","security":"references/security.yaml"} |
Constrains the Agent to follow "understand requirements → technical design → write code → self-test" structured process.
Before starting development, you must check every item in assets/checklist.yaml.
Your output must strictly follow the format in assets/template.yaml.
Must include: requirement understanding, technical design, implementation code, test code, integration notes.
Commands executed during development must be checked against references/security.yaml.
Do not introduce dependencies with known vulnerabilities or bypass authentication mechanisms.
Audit your development output against references/guidelines.yaml.
Key checks: does it match acceptance criteria? Are there tests? Is it backward compatible?
Roll back and regenerate if non-compliant, up to 3 retries.