Files
crimson_leaf_research/templates/quick.yml
David Baity 2fe8364255 Add aggregator agent, strategy template, research templates; fix ASCII in existing templates
- agents/aggregator/: new Aggregator specialist agent (agent.yml + identity.md)
- agents/voss/agent.yml: add aggregator to manages, add research_brief/intelligence_report templates
- templates/strategy.yml: new intake routing template for InputFromUser strategy type
- templates/research_brief.yml: new research brief output template
- templates/intelligence_report.yml: new intelligence report template
- skills/: add IntelligenceFormatGuide, ResearchMethodGuide, skills.md
- templates/*.yml: fix em-dash Unicode violations -> ASCII double-hyphens

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-15 00:12:57 -04:00

28 lines
529 B
YAML

name: quick
description: "Single-pass execution. No review, no planning. Fastest possible response."
debug: true
system: agent_prompt
agent_prompt:
- "= identity.md"
sections:
- agent
- project
- history
- rag
- message
- instructions
steps:
- type: think
hint: |
Execute the assigned task directly and concisely.
Produce your best output in one pass -- no preamble, no self-commentary.
Be specific and actionable.
- type: close
rag_update: false
adjudication:
enabled: false