updated subagent workflows

This commit is contained in:
Jonas H
2026-04-06 20:05:59 +02:00
parent 90e62b1a51
commit 0982a37e4d
16 changed files with 65 additions and 262 deletions

View File

@@ -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.