updated subagent workflows
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: planner
|
||||
description: Creates detailed implementation plans from scout context and task requirements. Writes the plan to a file for the next agent in the chain.
|
||||
tools: read, write, grep, find, ls
|
||||
model: zai/glm-5.1
|
||||
model: opencode/qwen3.6-plus-free
|
||||
output: plan.md
|
||||
defaultReads: scout.md
|
||||
---
|
||||
@@ -75,5 +75,5 @@ Numbered, each actionable by a coder agent without further context:
|
||||
- What to watch out for
|
||||
- What assumptions this plan makes
|
||||
|
||||
## Parallelization
|
||||
Which steps can run in parallel (no dependencies between them) and which must be sequential.
|
||||
## Ordering
|
||||
Which steps must be sequential and why.
|
||||
|
||||
Reference in New Issue
Block a user