team-plan

Coordinate parallel research agents to produce actionable implementation plans with defined phases and tasks.

1|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill team-plan-parisgroup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-plan
Source: https://github.com/parisgroup-ai/imersao-ia-setup/tree/main/skills/team-plan
Command: npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill team-plan-parisgroup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning vague feature requests into concrete implementation plans by coordinating parallel research agents to explore context, requirements, and risks, and then consolidating them into a ready-to-execute plan.

Core Features & Use Cases

  • Scatter-gather planning with a small, defined agent team to analyze the codebase, requirements, and constraints.
  • Consolidation of findings into a single, standardized plan compatible with /team-execute and /plan-to-tasks.
  • Output a traceable plan file stored under .claude/plans/{date}-{slug}.md for audits and handoffs.

Quick Start

Run the team-plan command with a feature description to generate a plan file.

Frequently Asked Questions about team-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a feature request into a structured implementation plan with task breakdowns?

To turn a feature request into a structured implementation plan, you coordinate parallel research agents to analyze requirements and consolidate them into actionable phases including Database, API, Frontend, Tests, and Docs with defined acceptance criteria.

What is scatter-gather planning for feature development?

Scatter-gather planning deploys a small team of parallel research agents to explore codebase context, requirements, and constraints, then consolidates their findings into a single, ready-to-execute implementation plan with clear task breakdowns.

How do I generate an implementation plan compatible with team-execute workflows?

Generate an implementation plan compatible with team-execute workflows by running the team-plan command with a feature description to output a standardized plan file containing phase definitions, risks, and dependencies.

Can I define project phases like Database, API, and Frontend automatically during feature planning?

Yes, feature planning automatically defines standardized project phases including Database, API, Frontend, Tests, and Docs, ensuring every implementation plan enforces a consistent structure for stakeholder communication and handoffs.

Where are generated implementation plans stored for audit and handoff purposes?

Generated implementation plans are stored as traceable markdown files under the .claude/plans/{date}-{slug}.md directory path, providing a persistent record for audits, stakeholder communication, and team handoffs.

Does feature planning with parallel agents include risk assessment and dependency tracking?

Yes, planning with parallel agents includes comprehensive risk assessment and dependency tracking within the consolidated output, ensuring the actionable implementation plan accounts for project constraints before execution.