From planning-with-teams
Starts Manus-style team planning by creating shared team_plan.md, team_findings.md, and team_progress.md files, then guides task breakdown, team composition, and parallel agent setup. Checks Agent Teams prerequisite.
npx claudepluginhub othmanadi/planning-with-teams --plugin planning-with-teamsInvoke the planning-with-teams:planning-with-teams skill and follow it exactly. ## Prerequisite Check First, verify Agent Teams is enabled: If not set to `1`, inform the user: > Agent Teams requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` in your environment or settings.json. > Without this, I'll use subagents instead (less coordination capability). ## Setup Steps 1. **Create the three shared planning files** in the current project directory: - `team_plan.md` — Shared roadmap for all teammates - `team_findings.md` — Shared discovery log - `team_progress.md` — Shared session ...
/teamCreates and orchestrates a multi-agent team simulating a company hierarchy (CEO + sub-agents) to collaboratively execute coding tasks with direct messaging, shared task board, and git worktree isolation.
/teamRuns complete oma phased team pipeline for complex tasks: delegates planning/PRD/execution/verification/fixing to agents iteratively until verified. Produces merged lifecycle report.
/teamManages Claude Code Agent Teams for multi-agent coordination via shared tasks, messaging, and parallel execution. Supports create, status, wave, review, research, build, clean subcommands.
/teamLists all MyConvergio agents organized by category (Leadership, Technical, etc.). Filters to specific category if [category] provided.
/teamLists active team agents with their roles, modules, and current intents. Supports human-readable output and --json for machine-readable format.
/teamTeam and resource management - capacity, skills, workload, burnout, and forecasting
Invoke the planning-with-teams:planning-with-teams skill and follow it exactly.
First, verify Agent Teams is enabled:
echo $CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS
If not set to 1, inform the user:
Agent Teams requires
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1in your environment or settings.json. Without this, I'll use subagents instead (less coordination capability).
Create the three shared planning files in the current project directory:
team_plan.md — Shared roadmap for all teammatesteam_findings.md — Shared discovery logteam_progress.md — Shared session logGuide the user through team planning:
Once plan is ready, offer to spawn the team:
team_plan.md before major decisionsteam_findings.md immediatelyteam_progress.md