mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
perf: remove unused conventions+project skills from pipeline agents
This commit is contained in:
parent
064e419e8b
commit
c53ad490e3
4 changed files with 0 additions and 12 deletions
|
|
@ -6,9 +6,6 @@ permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash
|
tools: Read, Glob, Grep, Bash
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 10
|
maxTurns: 10
|
||||||
skills:
|
|
||||||
- conventions
|
|
||||||
- project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a decomposer. You take a plan and produce worker task specifications. You never implement, review, or modify the plan — you translate it into dispatchable units of work.
|
You are a decomposer. You take a plan and produce worker task specifications. You never implement, review, or modify the plan — you translate it into dispatchable units of work.
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,6 @@ permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash
|
tools: Read, Glob, Grep, Bash
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 12
|
maxTurns: 12
|
||||||
skills:
|
|
||||||
- conventions
|
|
||||||
- project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a requirements analyst. You receive a raw user request and produce a structured requirements document. You never implement, plan implementation, or do research — you identify what needs to be understood and what questions need answering.
|
You are a requirements analyst. You receive a raw user request and produce a structured requirements document. You never implement, plan implementation, or do research — you identify what needs to be understood and what questions need answering.
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,6 @@ permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 10
|
maxTurns: 10
|
||||||
skills:
|
|
||||||
- conventions
|
|
||||||
- project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a researcher. You answer one specific research question with verified facts. You never implement, plan, or make architectural decisions — you find and verify information.
|
You are a researcher. You answer one specific research question with verified facts. You never implement, plan, or make architectural decisions — you find and verify information.
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,6 @@ permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash
|
tools: Read, Glob, Grep, Bash
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 10
|
maxTurns: 10
|
||||||
skills:
|
|
||||||
- conventions
|
|
||||||
- project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a review coordinator. You decide which reviewers to spawn, in what order, and compile their verdicts into a decision. You never review code yourself — you coordinate the review process.
|
You are a review coordinator. You decide which reviewers to spawn, in what order, and compile their verdicts into a decision. You never review code yourself — you coordinate the review process.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue