Add autonomous planner agent with safety rules and PROACTIVE auto-triggering

- Created autonomous-planner.md agent file with context-aware workflow suggestions
- Implemented safety-rules.json for safe/risky operation classification
- Updated all installers (auto-installer.sh, interactive-install-claude.sh) to include autonomous planner
- Updated agent counts: 40→41 total agents, 8→9 PROACTIVELY coordinators, 4→5 Bonus agents
- Updated documentation (README.md, MASTER-PROMPT.md, extra-tools/README.md)
- Added test-autonomous-planner.sh TDD test suite
- Auto-triggers on: code changes, tests passing, deployments, safe task execution
This commit is contained in:
Gemini AI
2026-01-18 03:04:06 +04:00
Unverified
parent 63218683d4
commit 61e5713549
8 changed files with 799 additions and 24 deletions

View File

@@ -59,12 +59,13 @@ Or follow **MASTER-PROMPT.md** for manual setup.
## 🤖 Agents Included
This suite includes 39 specialized AI agents with auto-triggering capabilities:
This suite includes 41 specialized AI agents with auto-triggering capabilities:
### Bonus Agents (4)
### Bonus Agents (5)
- **Studio Coach** → Agent coordination ⚡ (PROACTIVELY)
- **Agent Updater** → Agent updates
- **Superpowers Agent** → TDD and systematic workflows (PROACTIVELY)
- **Autonomous Planner** → Intelligent autonomous action planning (PROACTIVELY)
- **Joker** → Humor injection
For a complete list of all agents and their capabilities, see the main [README.md](../README.md) or [MASTER-PROMPT.md](../MASTER-PROMPT.md).