planning-with-teams

Solid

Manus-style context engineering for Agent Teams. Coordinate multiple Claude Code instances with shared planning files. Use when complex tasks need parallel work (code review, debugging, feature development). Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.

AI & Automation 26 stars 3 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
48
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Planning with Teams Manus-style context engineering for Claude Code Agent Teams. Coordinate multiple Claude instances with shared planning files, structured task assignment, and persistent working memory. ## Prerequisites **Agent Teams must be enabled:** ```bash # In your shell or settings.json CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 ``` Without this, Claude cannot spawn teammates. The skill will fall back to subagent mode (Task tool only). ## Agent Teams Tools When Agent Teams is enabled, you have access to these tools: | Tool | Purpose | |------|---------| | `Teammate` | Spawn a new teammate with a specific role | | `SendMessage` | Send messages between teammates | | `TaskCreate` | Create tasks in the shared task list | | `Task` | Standard subagent (fallback when teams disabled) | **Hooks for quality gates:** - `TeammateIdle` — Runs when a teammate goes idle. Exit with code 2 to send feedback and keep them working. - `TaskCompleted` — Runs when a task is marked complete. Exit with code 2 to prevent completion and send feedback. ## The Core Insight Agent Teams give each teammate their own context window. But without coordination: - Teammates forget the overall goal - Findings get lost between agents - Work gets duplicated or conflicts **Solution:** Apply Manus principles to multi-agent coordination. ``` Single Agent: Context Window = RAM (volatile) Filesystem = Disk (persistent) Agent Team: Each Agent = Separate RAM ...

Details

Author
OthmanAdi
Repository
OthmanAdi/planning-with-teams
Created
7 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category