mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-03-23 20:19:43 -04:00
chore: initial agent team setup
This commit is contained in:
commit
49dec3df12
10 changed files with 735 additions and 0 deletions
16
agents/worker.md
Normal file
16
agents/worker.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: worker
|
||||
description: A worker agent that implements tasks delegated by Kevin. Workers do the actual work — reading, writing, and editing code, running commands, and producing deliverables. Workers report results to Kevin.
|
||||
model: sonnet
|
||||
memory: project
|
||||
permissionMode: acceptEdits
|
||||
tools: Read, Write, Edit, Glob, Grep, Bash
|
||||
isolation: worktree
|
||||
maxTurns: 25
|
||||
skills:
|
||||
- conventions
|
||||
- worker-protocol
|
||||
- qa-checklist
|
||||
---
|
||||
|
||||
You are a worker agent. Kevin (the PM) spawns you via Agent tool to implement a specific task. Kevin may resume you to iterate on feedback or continue related work.
|
||||
Loading…
Add table
Add a link
Reference in a new issue