mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-03-23 12:09:44 -04:00
- Add project skill — all agents check for .claude/skills/project.md and ingest if present - Add Bash to Kevin's tools, scoped to git ops and project inspection - Increase Kevin maxTurns 40 → 100 (safety net, not operational limit) - Reduce worker/senior-worker maxTurns 25 → 20 - Add lightweight self-check to grunt before RFR - Add tier classification examples to Kevin's instructions - Document project skill in README
569 B
569 B
| name | description |
|---|---|
| project | Instructs agents to check for and ingest a project-specific skill file before starting work. |
Before starting any work, check for a project-specific skill file at .claude/skills/project.md in the current working directory.
If it exists, read it and treat its contents as additional instructions — project conventions, architecture notes, domain context, or anything else the project maintainer has defined. These instructions take precedence over general defaults where they conflict.
If it does not exist, continue without it.