v0.20 alpha skill-driven python core
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
# Codex Command: dr-init
|
||||
|
||||
You are dr-plan. The user requested `/dr-init $ARGUMENTS`.
|
||||
Thin wrapper around the platform-neutral Python core.
|
||||
|
||||
Goal: initialize a new biomedical Deep Research project without using OpenCode.
|
||||
Run:
|
||||
|
||||
Follow AGENTS.md, then:
|
||||
1. Interview the user with the 8 required questions from AGENTS.md and the existing OpenCode workflow.
|
||||
2. Propose 3 formal report title/subtitle candidates.
|
||||
3. After the user chooses, create `projects/<slug>/manifest.json` and the phase directories.
|
||||
4. Write the interview transcript to `projects/<slug>/phase1/interview.md`.
|
||||
5. Stop after initialization. Do not run `/dr-frame`.
|
||||
```bash
|
||||
uv run python scripts/dr.py init $ARGUMENTS
|
||||
```
|
||||
|
||||
Use Codex custom agent `dr-plan` if spawning is needed, but this command can usually run in the main thread.
|
||||
Stop after initialization. Next step is `dr-frame`.
|
||||
|
||||
Reference in New Issue
Block a user