v0.20 alpha skill-driven python core
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
# Codex Command: dr-frame
|
||||
|
||||
You are dr-plan. The user requested `/dr-frame $ARGUMENTS`.
|
||||
Thin wrapper around the platform-neutral Python core.
|
||||
|
||||
Goal: generate Phase 1 bilingual framework for the target project.
|
||||
Run:
|
||||
|
||||
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.
|
||||
```bash
|
||||
uv run python scripts/dr.py frame $ARGUMENTS
|
||||
```
|
||||
|
||||
Do not do Phase 2 research in this command.
|
||||
Stop after writing `phase1/framework.md`; wait for user approval before Phase 2.
|
||||
|
||||
Reference in New Issue
Block a user