build-from-plan

Orchestrate sequential development, testing, and review agents for plan tasks.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/igoyetche/send-to-kindle --skill build-from-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-from-plan
Source: https://github.com/igoyetche/send-to-kindle/tree/main/.claude/skills/build-from-plan
Command: npx skills add https://github.com/igoyetche/send-to-kindle --skill build-from-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development process by orchestrating a sequential pipeline of specialized agents to implement tasks defined in a plan, ensuring consistency and quality.

Core Features & Use Cases

  • Sequential Task Execution: Implements tasks one by one, ensuring each phase (development, testing, review) completes before the next.
  • Automated Task Selection: Can automatically pick the next incomplete task or start from a specified task ID.
  • Continuous Mode: Enables the implementation of all remaining tasks in a plan without manual intervention after each task.
  • Use Case: When managing a complex project with a detailed plan, use this Skill to automatically build, test, and review each task, accelerating development and maintaining a high standard of quality.

Quick Start

Implement the task with ID 'TASK-1' from the plan file 'plan.md'.

Frequently Asked Questions about build-from-plan

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

FAQPage Schema
How do I automate task implementation from a project plan?

Automating task implementation from a project plan involves orchestrating a multi-agent pipeline that sequentially executes development, testing, and code review for each task. This ensures consistent quality and handles code commits automatically.

What is a multi-agent development pipeline for sequential task execution?

A multi-agent development pipeline for sequential task execution is a process where specialized agents handle distinct phases like code implementation, test writing, and reviewing. It ensures each phase completes before the next task begins, maintaining quality throughout the project.

Can I implement all remaining tasks in a plan without manual intervention?

Yes, you can implement all remaining tasks without manual intervention by using continuous mode. This feature automatically selects and processes subsequent incomplete tasks, driving the entire development pipeline to completion seamlessly.

How do I execute a specific task by ID from a plan document?

To execute a specific task by ID from a plan document, you initiate the pipeline and specify the target task identifier. The system validates task readiness and orchestrates the development, testing, and review phases for that exact task.

Does the automated task pipeline handle code commits after review?

Yes, the automated task pipeline handles code commits after review. Once the sequential execution of the developer, test-writer, and reviewer agents finishes, it manages task completion reporting and commits the code automatically.

What are the limitations of continuous mode for code implementation?

A limitation of continuous mode for code implementation is that it processes tasks strictly sequentially, meaning a failure or required validation in an earlier task will halt the pipeline, preventing the automatic implementation of remaining tasks.