team-build

Execute a plan from a markdown file and report completion status.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Fleron/Claude-plugins --skill team-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-build
Source: https://github.com/Fleron/Claude-plugins/tree/main/create-feature/skills/team-build
Command: npx skills add https://github.com/Fleron/Claude-plugins --skill team-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of a provided plan, streamlining the implementation of tasks and reporting on their completion.

Core Features & Use Cases

  • Plan Execution: Reads and executes a plan from a specified file path.
  • Automated Reporting: Presents the report section of the executed plan.
  • Use Case: A project manager can use this Skill to automatically execute a development sprint plan defined in a markdown file and then receive a summary of the completed tasks.

Quick Start

Use the team-build skill to execute the plan located at /path/to/your/plan.md.

Frequently Asked Questions about team-build

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

FAQPage Schema
How do I automate task execution from a markdown plan file?

To automate task execution from a markdown plan file, provide a valid file path to your plan document. The Skill reads the file, executes the sequential tasks defined within, and generates a completion status report for your workflow.

Can I use this for automated reporting on a development sprint plan?

Yes, you can use it for automated reporting on a development sprint plan. It executes the markdown plan file and automatically presents a report summarizing the completion status of the implemented tasks.

What is needed to start workflow automation for plan execution?

Workflow automation for plan execution requires a valid file path to a markdown plan document. This file serves as the input for the Skill to read, execute sequential tasks, and generate the outcome summarization.

Does this Skill support script execution alongside task management?

Yes, the Skill supports script execution alongside task management. It executes the plan defined in your markdown file, handling sequential task execution and reporting the completion status of the workflow.

What's the best way to implement sequential tasks from a markdown document?

The best way to implement sequential tasks from a markdown document is to pass the file path to this Skill. It reads the plan, executes the defined tasks sequentially, and reports on the completion status automatically.

Are there limitations when using markdown files for project management automation?

A limitation for project management automation is that the Skill requires a valid file path to a markdown plan document to function. Without a properly defined plan file, it cannot execute tasks or generate the completion report.