implement-team-plan

Orchestrate team-plan execution with Claude Code agent teams and produce a walkthrough artifact.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill orchestrates the end-to-end execution of a team-plan produced by /create-team-plan using Claude Code's native agent teams, enabling automated spawning of teammates, parallel work, and standardized outcomes.

Core Features & Use Cases

  • Spawn teammates per task brief and manage execution across tasks with a lead coordinating progress.
  • Verify task-completions via a structured completion workflow, integrate accepted outputs, and produce a walkthrough artifact.
  • Use cases include running multi-task engineering plans, QA sprints, or research-to-implementation pipelines where defined team-plan briefs guide execution.

Quick Start

Provide a ready team-plan path to begin or instruct the system to load a ready plan and run the team-based execution.

Frequently Asked Questions about implement-team-plan

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

FAQPage Schema
How do I execute a team-plan with Claude Code agent teams in parallel?

To execute a team-plan in parallel, spawn teammates per task brief and coordinate progress through assign, execute, verify, integrate, and close phases using Claude Code's native agent teams. Provide a ready team-plan path to begin.

What is a walkthrough artifact in agent team task management?

A walkthrough artifact is the standardized output produced after orchestrating a team-plan execution. It integrates accepted outputs from teammates spawned per task brief and verifies task-completions via a structured completion workflow.

Does Claude Code agent teams require experimental flags to run a team-plan?

Yes, running a team-plan with Claude Code agent teams requires setting the environment variable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 and using Claude Code v2.1.32 or higher. The system performs pre-checks to enforce these prerequisites.

Can I use this skill to orchestrate multi-task engineering sprints with task dependencies?

Yes, you can orchestrate multi-task engineering plans, QA sprints, or research-to-implementation pipelines. It manages task dependencies, enforces status readiness, and coordinates lead and teammates to run tasks in parallel.

Best way to coordinate lead and teammates when running a team-plan?

The best way to coordinate a team-plan is using a lead agent to manage execution across tasks, spawning teammates per brief, and coordinating through assign, execute, verify, integrate, and close phases with completion reporting via task-completion.yaml.

Why does my team-plan execution fail pre-checks before spawning teammates?

Team-plan execution fails pre-checks if the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable is not set, the Claude Code version is below v2.1.32, or the team-plan does not have a status of ready for task brief spawning.