create-team-plan

Decompose standard plans into team-plan files with task briefs and dependency graphs.

2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/fredrick84823/fstack --skill create-team-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-team-plan
Source: https://github.com/fredrick84823/fstack/tree/main/skills/create-team-plan
Command: npx skills add https://github.com/fredrick84823/fstack --skill create-team-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read a standard plan and decompose it into a team-plan with task briefs, dependency graph, and model assignments. Use when you want to run a complex plan with agent teams. Outputs a team-plan file for /implement-team-plan to execute. Does NOT spawn teammates — that's implement-team-plan's job.

Core Features & Use Cases

  • Decompose a standard plan into a team-plan that can be executed by multiple agents.
  • Generate task briefs, dependency graphs, and model assignments for collaborative work.
  • Use Case: when a complex plan requires parallelized work streams and clear ownership across teams.

Quick Start

Provide a standard plan path to begin decomposition, or supply a team-plan path to resume editing.

Frequently Asked Questions about create-team-plan

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

FAQPage Schema
How do I decompose a complex plan into parallel work streams for an agent team?

To decompose a complex plan into parallel work streams, you provide a standard plan path. The Skill generates a structured team-plan file containing task briefs, dependency graphs, and model assignments ready for agent execution.

What is a team-plan file and when do I need dependency graphs for task execution?

A team-plan file is a structured output containing task briefs, scopes, ownership, and dependency graphs. You need it when a plan spans multiple phases or modules requiring parallel work streams executed by agent teams.

Does this Skill spawn teammates to execute the generated plan?

No, this Skill does not spawn teammates. It strictly decomposes a standard plan into a ready-to-run team-plan file with clear scopes and validation steps. A separate implementation command executes the plan and spawns the agents.

Can I resume editing a team-plan if I need to adjust task briefs or model assignments?

Yes, you can resume editing a team-plan by supplying an existing team-plan path. The Skill reads the current file structure and allows you to adjust task briefs, dependency graphs, and model assignments for your agent teams.

What's the best way to assign ownership and validation steps across multiple modules?

The best way to assign ownership and validation steps across modules is to decompose the plan into a structured team-plan. This enforces clear scopes, task briefs, and validation steps for each parallel work stream before execution.