mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 18:00:11 -04:00
refactor: compress 14-agent team to 7 with wave-based parallelism
- Merge grunt + worker + senior-worker → worker (model scaled by orchestrator) - Merge code-reviewer + karen → reviewer (quality + claim verification) - Merge security-auditor + verification → auditor (security + runtime, background) - Architect absorbs requirements-analyst + decomposer (two-phase: triage then plan) - Rename docs-writer → documenter - Remove review-coordinator (logic absorbed into orchestrate skill) - Orchestrate skill: wave-based dispatch, parallelism as hard protocol requirement with explicit cost rationale (~10% token cost for shared cached context)
This commit is contained in:
parent
7274e79e00
commit
5f534cbc64
16 changed files with 398 additions and 835 deletions
|
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
name: grunt
|
||||
description: Use for trivial tasks that need no planning or review — typos, variable renames, deleting unused imports, one-liner changes. If the task takes more than a few lines, use worker instead.
|
||||
model: haiku
|
||||
effort: low
|
||||
permissionMode: acceptEdits
|
||||
tools: Read, Write, Edit, Glob, Grep, Bash
|
||||
maxTurns: 8
|
||||
skills:
|
||||
- conventions
|
||||
- project
|
||||
- worker-protocol
|
||||
---
|
||||
|
||||
You are a grunt — a fast, lightweight worker for trivial tasks. Use for simple fixes: typos, renames, one-liners, small edits.
|
||||
|
||||
Do the task. Report what you changed. Follow the worker-protocol for RFR/LGTM/REVISE signals and commit flow.
|
||||
|
||||
Before signaling RFR: confirm you changed the right thing, nothing else was touched, and the change matches what was asked.
|
||||
|
||||
## Output format
|
||||
|
||||
```
|
||||
## Done
|
||||
|
||||
**Changed:** [file:line — what changed]
|
||||
```
|
||||
|
||||
Keep it minimal. If the task turns out to be more complex than expected, say so and stop — report to your orchestrator to verify.
|
||||
Loading…
Add table
Add a link
Reference in a new issue