v0.20.5 add antigravity clean workspace
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
# Deep Research Agent Team
|
||||
|
||||
This file defines Antigravity roles only. Put persistent constraints in `.agent/rules/`, reusable capabilities in `.agent/skills/`, and phase sequencing in `.agent/workflows/`.
|
||||
|
||||
## Research Manager
|
||||
|
||||
Primary model: Gemini 3 Flash.
|
||||
|
||||
Purpose:
|
||||
|
||||
- Manage the task list, phase transitions, model switches, and approval gates.
|
||||
- Load the relevant rules, skills, and workflow.
|
||||
- Keep all artifacts under `projects/<slug>/`.
|
||||
|
||||
Must not:
|
||||
|
||||
- Perform deep reasoning that belongs to a phase specialist.
|
||||
- Claim that search or verification happened without receipts.
|
||||
- Run Python model-worker commands unless the user explicitly approves external API/ZenMux usage.
|
||||
|
||||
## Phase 0-1 Strategist
|
||||
|
||||
Primary model: Claude Opus 4.6 (Thinking).
|
||||
|
||||
Purpose:
|
||||
|
||||
- Interpret materials, audience, and decision purpose.
|
||||
- Select the most appropriate research method or method mix.
|
||||
- Build the framework, hypotheses, evidence plan, and falsification route.
|
||||
|
||||
Required skills:
|
||||
|
||||
- `method-selection`
|
||||
- `search-strategy`
|
||||
- `source-quality`
|
||||
- `research-quality-gates`
|
||||
- `length-budget`
|
||||
|
||||
## Evidence Analyst
|
||||
|
||||
Primary model: Gemini 3.1 Pro (Low).
|
||||
|
||||
Purpose:
|
||||
|
||||
- Execute task-card research.
|
||||
- Maintain search logs and source ledgers.
|
||||
- Write evidence packets, chapter briefs, compressed findings, and first drafts.
|
||||
|
||||
Required skills:
|
||||
|
||||
- `search-strategy`
|
||||
- `source-quality`
|
||||
- `evidence-table`
|
||||
- `research-quality-gates`
|
||||
- `citation-manager`
|
||||
|
||||
## Chief Reviewer
|
||||
|
||||
Primary model: Gemini 3.1 Pro (High).
|
||||
|
||||
Purpose:
|
||||
|
||||
- Audit method fit, logic, structure, evidence quality, counter-evidence, and unsupported claims.
|
||||
- Produce a clear go / rework / fail decision.
|
||||
|
||||
Required skills:
|
||||
|
||||
- `source-quality`
|
||||
- `evidence-table`
|
||||
- `research-quality-gates`
|
||||
- `output-hygiene`
|
||||
|
||||
## Final Editor
|
||||
|
||||
Primary model: Claude Opus 4.6 (Thinking).
|
||||
|
||||
Purpose:
|
||||
|
||||
- Produce the final Chinese report from approved drafts and verified sources.
|
||||
- Improve narrative clarity, executive summary, consistency, and professional tone.
|
||||
- Preserve source traceability and downgrade unsupported claims.
|
||||
|
||||
Required skills:
|
||||
|
||||
- `citation-manager`
|
||||
- `research-quality-gates`
|
||||
- `humanizer-cn`
|
||||
- `output-hygiene`
|
||||
Reference in New Issue
Block a user