一键导入
create-build-plan
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-build-plan |
| description | Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks. |
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
{{rnd/agents/team-lead.md}} {{rnd/agents/shared/command-hygiene.md}}
rnd/templates/build_plan.md as the canonical structure and write the final artifact directly to the expected output path.| Input | Location | Purpose |
|---|---|---|
| Technical Spec | rnd/tech_specs/<feature-id>-tech-spec.md | Source of truth for the work and task breakdown |
| Existing Code | Current codebase | Integration points and golden references |
| Existing Tests | Current codebase test locations | Test structure and coverage patterns |
| Stack Rules | repo/app/module-scoped AGENTS.md / CLAUDE.md files | Relevant conventions for the affected areas |
| Architecture Docs | Current codebase documentation | System context and constraints |
rnd/build_plans/rnd/build_plans/<feature-id>-T<n>-build-plan.mdUse rnd/templates/build_plan.md exactly and fill in the task-specific placeholders.
# Build Plan: <feature-id>-T<n>TaskTech Spec Task TitleTech Spec Task DescriptionAGENTS.md / CLAUDE.md files that match the affected areas.rnd/tech_specs/, the current codebase, and repo/app/module-scoped AGENTS.md / CLAUDE.md files.rnd/build_plans/ only.{{rnd/agents/summary.md}}
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Convert product specs into a repo-grounded technical specification / high-level design.
Produce E2E sanity test cases (English) for features and save them under rnd/test_cases/.