一键导入
code-planning
Build an ordered executable code plan for controlled experiment enablement
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build an ordered executable code plan for controlled experiment enablement
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover the concrete benchmark surfaces and entrypoints required for evaluation
Context-efficient file and terminal usage for experiment agents
Enable all required experiment conditions with runnable commands
Normalize idea components into explicit component-disable requirements
Create and verify the experiment runtime environment
Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts
| name | code-planning |
| description | Build an ordered executable code plan for controlled experiment enablement |
| argument-hint | |
| allowed-tools | Bash(*), Read, Edit, Write, Glob, Grep, Agent |
| license | MIT |
Translate the idea into an ordered executable code plan that supports:
CRITICAL: Code must be SELF-CONTAINED in project/
project/.repos/ for core functionality.project/.project/.code.plan at agent_reports/code/plan/latest.json with ordered stages, project target paths, expected outputs, and verification commands.project/
state before the next stage starts.code.blueprint artifact before delegating implementation.final_integration_smoke node that uses the real prepared dataset and the real API/model path when required.dataset_candidate/ MUST be used in experiments, not synthetic data.agent_reports/code/ layout.agent_reports/code/summary.md, optional agent_reports/code/usage.md, agent_reports/code/artifacts/integration_readiness.json, and the reviewer-approved phase report agent_reports/code/phase.json.The runtime owns reports. Do not write report files with tools. Each step keeps:
agent_reports/code/worker/<step>/attempts/NNN.json and latest.jsonagent_reports/code/review/<step>/attempts/NNN.json and latest.jsonagent_reports/code/hook/<step>/attempts/NNN.json and latest.jsonPhase-level reports:
agent_reports/code/plan/latest.json - Ordered step planagent_reports/code/plan/planner_report.json - Planner summaryagent_reports/code/summary.md - Human-readable code statusagent_reports/code/usage.md - How to run experiments (optional)agent_reports/code/artifacts/integration_readiness.json - Readiness statusagent_reports/code/phase.json - Final phase verdictstages list and gates each stage before moving on.final_integration_smoke must not be satisfied by imports, mocks, or dry-run-only evidence.