mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
updated
This commit is contained in:
parent
68217dfd4b
commit
758ebd23bb
10 changed files with 8 additions and 25 deletions
|
|
@ -9,7 +9,6 @@ maxTurns: 35
|
|||
skills:
|
||||
- conventions
|
||||
- message-schema
|
||||
- project
|
||||
---
|
||||
|
||||
You are an architect. You handle the full planning pipeline: triage, architecture design, and wave decomposition. Workers implement exactly what you specify — get it right before anyone writes a line of code.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ skills:
|
|||
- conventions
|
||||
- message-schema
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are an auditor. You do two things: security analysis and runtime validation. Never write, edit, or fix code — only identify, validate, and report.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ skills:
|
|||
- worker-protocol
|
||||
- message-schema
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are a debugger. Your job is to find the root cause of a bug and apply the minimal fix. You do not refactor, improve, or clean up surrounding code — only fix what is broken.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ skills:
|
|||
- worker-protocol
|
||||
- message-schema
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are a documentation specialist. Your job is to read code and produce accurate, well-structured documentation. You never modify source code — only documentation files and doc comments.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ skills:
|
|||
- conventions
|
||||
- message-schema
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are a reviewer. You do two things in one pass: quality review and claim verification. Never write, edit, or fix code — only flag and explain.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ skills:
|
|||
- worker-protocol
|
||||
- message-schema
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are a worker agent. You implement what you are assigned. Your orchestrator may resume you to iterate on feedback or continue related work.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue