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

@@ -114,8 +114,8 @@ git clone https://github.com/contains-studio/agents.git /tmp/contains-studio-age
cp -r /tmp/contains-studio-agents/agents/* ~/.claude/agents/
What you get:
38 specialized agents across 8 departments
7 PROACTIVELY auto-triggering coordinators
41 specialized agents across 8 departments
9 PROACTIVELY auto-triggering coordinators
• Automatic multi-agent coordination
Departments:
@@ -126,7 +126,7 @@ Departments:
├── Project Management (3): Experiment Tracker, Project Shipper, Studio Producer
├── Studio Operations (5): Analytics, Finance, Infrastructure, Legal, Support
├── Testing (5): API Tester, Performance, Test Results, Tool Evaluator, Workflow
└── Bonus (4): Studio Coach, Agent Updater, Superpowers Agent, Joker
└── Bonus (5): Studio Coach, Agent Updater, Superpowers Agent, Autonomous Planner, Joker
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -411,9 +411,9 @@ Expected results:
┌─────────────────────────────────────────────────────────────┐
│ COMPONENTS INSTALLED │
├─────────────────────────────────────────────────────────────┤
│ • 40+ AI Agents (8 departments) │
│ • 41+ AI Agents (8 departments) │
│ • 15+ MCP Tools (vision, web, code analysis) │
│ • PROACTIVELY Auto-Triggering (7 coordinators) │
│ • PROACTIVELY Auto-Triggering (9 coordinators) │
│ • Ralph CLI (optional autonomous looping) │
│ • Agent Sync Script (keep everything updated) │
└─────────────────────────────────────────────────────────────┘
@@ -546,10 +546,11 @@ You: We're launching next week
- tool-evaluator → Tool assessment
- workflow-optimizer → Process improvement
### Bonus (4)
### Bonus (5)
- studio-coach → Agent coordination ⚡
- agent-updater → Agent updates
- superpowers-agent → TDD and systematic workflows
- superpowers-agent → TDD and systematic workflows
- autonomous-planner → Intelligent autonomous action planning ⚡
- joker → Humor injection
⚡ = PROACTIVELY auto-triggers