feat: project skill, Kevin bash access, turn limit tuning, grunt self-check

- 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
This commit is contained in:
Bryan Ramos 2026-03-08 10:00:57 -04:00
parent 49dec3df12
commit 5c2fa9dfa6
7 changed files with 39 additions and 5 deletions

View file

@ -30,6 +30,13 @@ User (invokes via `claude --agent kevin`)
| `conventions` | All agents | Coding conventions, commit format, quality priorities |
| `worker-protocol` | Workers, Senior Workers | Output format, commit flow (RFR/LGTM/REVISE), feedback handling |
| `qa-checklist` | Workers, Senior Workers | Self-validation checklist before returning output |
| `project` | All agents | Instructs agents to check for and ingest `.claude/skills/project.md` if present |
## Project-specific context
To provide agents with project-specific instructions — architecture notes, domain conventions, tech stack details — create a `.claude/skills/project.md` file in your project repo. All agents will automatically check for and ingest it before starting work.
This file is yours to write and maintain. Commit it with the project so it's always present when the team is invoked.
## Communication signals