원클릭으로
prepare-planning
Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts
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
Build an ordered executable code plan for controlled experiment enablement
Normalize idea components into explicit component-disable requirements
Create and verify the experiment runtime environment
| name | prepare-planning |
| description | Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts |
| argument-hint | |
| allowed-tools | Bash(*), Read, Edit, Write, Glob, Grep, Agent |
| license | MIT |
Decompose workspace preparation into ordered worker tasks and end with reviewer-approved handoff artifacts for later phases.
prepare.plan artifact at agent_reports/prepare/plan/latest.json before dispatching workers.agent_reports/prepare/artifacts/idea.md and agent_reports/prepare/artifacts/target_inventory.json.idea.json.components as a first-class handoff artifact that must be copied into agent_reports/prepare/artifacts/idea.md without renaming or reordering.dataset_candidate/ that later phases (code, science) must use. For each dataset file, explicitly document:
sentence-transformers/all-MiniLM-L6-v2 for embeddings, gpt-4o for LLM)OPENAI_API_KEY is required, always record the paired OPENAI_BASE_URL entry alongside it in reports and handoff artifactsproject/ directory in workspace, NOT src/. The project/ directory is the designated location for experiment code.project/ must be SELF-CONTAINED. It must NOT depend on repos/ for core functionality. Repos are for REFERENCE ONLY.agent_reports/prepare/artifacts/idea.md must include ## Code Implementation Guidance section with:
agent_reports/prepare/artifacts/idea.md must include ## Component Correspondence section mapping:
The runtime owns reports. Do not write report files with tools. Each prepare stage keeps:
agent_reports/prepare/worker/<stage>/attempts/NNN.json and latest.jsonagent_reports/prepare/review/<stage>/attempts/NNN.json and latest.jsonagent_reports/prepare/hook/<stage>/attempts/NNN.json and latest.jsonPhase-level reports:
agent_reports/prepare/plan/latest.json - Ordered stage planagent_reports/prepare/plan/planner_report.json - Planner summaryagent_reports/prepare/artifacts/discovery.json - Search queries, candidates, selection rationale, rejection reasonsagent_reports/prepare/artifacts/repos.json - Verified repository/source manifestagent_reports/prepare/artifacts/dataset.json - Verified dataset manifestagent_reports/prepare/artifacts/model.json - Verified model/API manifestagent_reports/prepare/artifacts/env.json - Verified final environment manifestagent_reports/prepare/artifacts/idea.md - Self-complete handoff documentagent_reports/prepare/artifacts/target_inventory.json - Machine-readable resource/component/benchmark inventoryagent_reports/prepare/phase.json - Final phase verdictagent_reports/prepare/artifacts/idea.md is human-facing only; reviewer reports remain the source of truth.agent_reports/prepare/artifacts/idea.md must contain these EXACT sections:
## Idea Summary - Complete restatement of the idea## Idea JSON Components - Full copy of idea.json.components## Code Implementation Guidance - How to implement as code## Component Correspondence - Which code implements which component## Dataset Usage Guidance - Exact paths and usage for datasets## Environment Variable Usage Guidance - Env vars needed by each component## Resource Acquisition Log - What was acquired## Repository-to-Dataset Mapping - Repo to dataset linkage## Real Experiment Targets - Verified targets## Canonical Idea Components - Canonical component list from idea.json