forked from admin/claude-code-glm-suite
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:
35
README.md
35
README.md
@@ -1,11 +1,11 @@
|
||||
# 🚀 Ultimate Claude Code & GLM Suite
|
||||
|
||||
> **40+ specialized AI agents, 15+ MCP tools, 7 PROACTIVELY auto-triggering coordinators** for Claude Code. Works with Anthropic Claude and Z.AI/GLM models (90% cost savings).
|
||||
> **41+ specialized AI agents, 15+ MCP tools, 9 PROACTIVELY auto-triggering coordinators** for Claude Code. Works with Anthropic Claude and Z.AI/GLM models (90% cost savings).
|
||||
|
||||
> 💡 **Tip:** Use invite token `R0K78RJKNW` for **10% OFF** Z.AI GLM Plan subscription: https://z.ai/subscribe?ic=R0K78RJKNW
|
||||
|
||||
[](agents/)
|
||||
[](#-proactively-auto-coordination)
|
||||
[](agents/)
|
||||
[](#-proactively-auto-coordination)
|
||||
[](#-mcp-tools)
|
||||
[](LICENSE)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
═════════════════════════════════════════════════════════════════════
|
||||
|
||||
**📊 Agent Coordination System**
|
||||
→ 8 PROACTIVELY coordinators automatically orchestrate 31 specialists
|
||||
→ 9 PROACTIVELY coordinators automatically orchestrate 32 specialists
|
||||
→ Context-aware triggering for seamless workflows
|
||||
→ Automatic quality gates and multi-agent coordination
|
||||
|
||||
@@ -483,9 +483,9 @@ claude
|
||||
|
||||
## ✨ What's Included
|
||||
|
||||
→ **🤖 39 Custom Agents** across 8 departments
|
||||
- **7 PROACTIVELY coordinators** that auto-trigger and orchestrate specialists
|
||||
- **31 specialist agents** for domain-specific tasks
|
||||
→ **🤖 40 Custom Agents** across 8 departments
|
||||
- **8 PROACTIVELY coordinators** that auto-trigger and orchestrate specialists
|
||||
- **32 specialist agents** for domain-specific tasks
|
||||
|
||||
→ **🔧 15+ MCP Tools** for vision, search, and GitHub integration
|
||||
|
||||
@@ -588,12 +588,13 @@ claude
|
||||
|
||||
---
|
||||
|
||||
### Bonus (3 agents)
|
||||
### Bonus (4 agents)
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| **Studio Coach** | Team coaching and motivation for complex tasks (PROACTIVELY) |
|
||||
| **Superpowers Agent** | Test-Driven Development and systematic engineering workflows (PROACTIVELY) |
|
||||
| **Autonomous Planner** | Intelligent autonomous action planning with safe auto-execution (PROACTIVELY) |
|
||||
| **Joker** | Humor and team morale |
|
||||
|
||||
---
|
||||
@@ -602,7 +603,7 @@ claude
|
||||
|
||||
### How It Works
|
||||
|
||||
The 8 PROACTIVELY coordinators automatically orchestrate the 31 specialists based on context:
|
||||
The 9 PROACTIVELY coordinators automatically orchestrate the 32 specialists based on context:
|
||||
|
||||
**Two Pathways:**
|
||||
|
||||
@@ -619,7 +620,7 @@ The 8 PROACTIVELY coordinators automatically orchestrate the 31 specialists base
|
||||
|
||||
---
|
||||
|
||||
### The 8 PROACTIVELY Coordinators
|
||||
### The 9 PROACTIVELY Coordinators
|
||||
|
||||
#### 1. ui-ux-pro-max (Design)
|
||||
|
||||
@@ -729,6 +730,20 @@ The 8 PROACTIVELY coordinators automatically orchestrate the 31 specialists base
|
||||
|
||||
---
|
||||
|
||||
#### 9. autonomous-planner (Bonus)
|
||||
|
||||
**Triggers on:** Code changes, tests passing, deployments, or when tasks can be executed safely without confirmation
|
||||
|
||||
**Provides:**
|
||||
→ Context-aware workflow suggestions and execution
|
||||
→ Safe autonomous execution of routine operations (testing, linting, formatting)
|
||||
→ Intelligent action planning with safety rules
|
||||
→ Action history tracking for learning user preferences
|
||||
→ Automatic task orchestration without manual intervention
|
||||
→ Risk assessment and confirmation for sensitive operations
|
||||
|
||||
---
|
||||
|
||||
### Real Workflow Example
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user