Clarify Ralph patterns reference in MASTER-PROMPT

Changes:
- Remove Ralph from list of installed components (it was misleading)
- Change component count from 7 to 6
- Add Agent Architecture Patterns section explaining:
  - PROACTIVELY coordinators implement proven coordination patterns
  - Patterns inspired by frameworks like Ralph
  - Supervisor-agent delegation and shared context management
- Clarify Ralph is a conceptual reference, not an installed tool

This prevents confusion - Ralph CLI is not installed, only its
coordination patterns influenced the agent design.
This commit is contained in:
uroma
2026-01-16 09:29:12 +00:00
Unverified
parent ea9b4bb89b
commit 6b1de9f79b

View File

@@ -108,13 +108,15 @@ I want to install the Ultimate Claude Code & GLM Customization Suite with ALL in
This suite includes 6 major components from open-source projects: This suite includes 6 major components from open-source projects:
1. **contains-studio/agents** - 37 specialized AI agents with auto-triggering 1. **contains-studio/agents** - 38 specialized AI agents with PROACTIVELY auto-triggering
2. **@z_ai/mcp-server** - 8 vision and analysis tools (screenshots, videos, diagrams) 2. **@z_ai/mcp-server** - 8 vision and analysis tools (screenshots, videos, diagrams)
3. **@z_ai/coding-helper** - Web search, GitHub integration, GLM setup wizard 3. **@z_ai/coding-helper** - Web search, GitHub integration, GLM setup wizard
4. **llm-tldr** - Token-efficient code analysis (95% reduction, semantic search) 4. **llm-tldr** - Token-efficient code analysis (95% reduction, semantic search)
5. **ui-ux-pro-max-skill** - Professional UI/UX design agent with PROACTIVELY auto-triggering 5. **ui-ux-pro-max-skill** - Professional UI/UX design agent with PROACTIVELY auto-triggering
6. **claude-codex-settings** - MCP configuration patterns and best practices (reference) 6. **claude-codex-settings** - MCP configuration patterns and best practices (reference)
7. **Ralph** - Autonomous agent coordination patterns (reference, integrated into contains-studio agents)
**Agent Architecture Patterns:**
The PROACTIVELY coordinator agents (studio-coach, studio-producer, experiment-tracker, project-shipper) implement proven coordination patterns from autonomous agent frameworks like Ralph, using supervisor-agent delegation and shared context management.
Each component is explained below with real-life examples showing the benefits. Each component is explained below with real-life examples showing the benefits.