v0.20 alpha skill-driven python core
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: dr-finalize
|
||||
description: Surface adapter command for Chinese-native Phase 4 finalization.
|
||||
---
|
||||
|
||||
Run the project-owned Python core finalization. Do not hand-translate the report in Claude Code.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py finalize $ARGUMENTS
|
||||
```
|
||||
|
||||
For old projects only, use:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py finalize <slug> --legacy-translate
|
||||
```
|
||||
|
||||
Report PDF/DOCX paths and any citation/rendering warnings.
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: dr-frame
|
||||
description: Surface adapter command for generating Phase 1 framework.md through the Python core.
|
||||
---
|
||||
|
||||
Run the project-owned Python core framework generator. Do not perform Phase 1 orchestration in Claude Code.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py frame $ARGUMENTS
|
||||
```
|
||||
|
||||
Report the framework path and remind the user to approve it before Phase 2.
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: dr-init
|
||||
description: Surface adapter command for initializing a Deep Research v0.20 project.
|
||||
---
|
||||
|
||||
Run the project-owned Python core initialization. Do not create manifest files manually.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py init $ARGUMENTS
|
||||
```
|
||||
|
||||
Report the project slug, manifest path, and next command.
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: dr-research
|
||||
description: Surface adapter command for Deep Research v0.20 Phase 2 task-card research.
|
||||
---
|
||||
|
||||
Run the project-owned Python core Phase 2 command. Do not spawn Claude Code subagents for chapter research.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py research $ARGUMENTS
|
||||
```
|
||||
|
||||
Useful follow-ups:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py research <slug> --workers 6 --execute-packets
|
||||
uv run python scripts/dr.py research <slug> --workers 6 --build-briefs
|
||||
uv run python scripts/dr.py research <slug> --workers 6 --assemble-chapters
|
||||
```
|
||||
|
||||
Report packet/chapter error files if present.
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: dr-review
|
||||
description: Surface adapter command for deterministic Phase 3 review.
|
||||
---
|
||||
|
||||
Run the project-owned Python core review. Claude Code may explain the critique afterwards, but should not overwrite it unless asked.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py review $ARGUMENTS
|
||||
```
|
||||
|
||||
Report the critique path and pause for user decision.
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: dr-run
|
||||
description: Surface adapter command for Deep Research v0.20. Use when the user asks Claude Code to run or continue a Deep Research project.
|
||||
---
|
||||
|
||||
Run the project-owned Python core. Do not perform core orchestration in Claude Code.
|
||||
|
||||
Command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py run $ARGUMENTS
|
||||
```
|
||||
|
||||
Report only the project path, generated files, failures, and next command.
|
||||
Reference in New Issue
Block a user