feat(clp): build full CLP agent roster, templates, and skills library
- 8 company agents: Lyra (intake), Selene (CEO), Atlas (research), Nova (publishing ops), Iris (author), Devon (dev editor), Lane (line editor), Cora (continuity editor) - 19 additional templates (20 total): blog, recipe, short_story, book pipeline, ai_article, planning, boardroom, quick, project_index - 5 skill guides: YA, Romance, SciFi, Blog, Recipe writing - Rewritten charter and business plan Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
27
templates/quick.yml
Normal file
27
templates/quick.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user