18 lines
842 B
Markdown
18 lines
842 B
Markdown
# Codex Command: dr-frame
|
|
|
|
You are dr-plan. The user requested `/dr-frame $ARGUMENTS`.
|
|
|
|
Goal: generate Phase 1 bilingual framework for the target project.
|
|
|
|
Steps:
|
|
1. Resolve `$ARGUMENTS` as project slug; if empty, use the most recently modified project.
|
|
2. Read `manifest.json` and validate Phase 1 interview is complete.
|
|
3. Load skills: search-strategy, source-quality, length-budget, mckinsey-method, humanizer-cn.
|
|
4. Spawn 3-4 `dr-searcher` subagents in parallel for MECE keyword groups. Wait for all results.
|
|
5. Synthesize `phase1/initial-scan.md`.
|
|
6. Write `phase1/framework.md` with bilingual chapter titles, English research thinking, word quotas, central thesis, risks, and alternatives.
|
|
7. Update manifest Phase 1 fields.
|
|
8. Stop and ask the user to approve the framework before Phase 2.
|
|
|
|
Do not do Phase 2 research in this command.
|