full-pipeline

Orchestrate end-to-end software delivery with gated phases and PR-based merges.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/lendtrain/complete-pipeline --skill full-pipeline-lendtrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-pipeline
Source: https://github.com/lendtrain/complete-pipeline/tree/main
Command: npx skills add https://github.com/lendtrain/complete-pipeline --skill full-pipeline-lendtrain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires completeplan, plan-design-review, makeprompts, build, ship, design-review, qa, browse.

What problem does it solve?

The Full Pipeline orchestrates a complete software delivery lifecycle by coordinating planning, design reviews, generation of implementation prompts, build, QA, and deployment as a single cohesive skill, reducing handoffs and enforcing gate checks between phases.

Core Features & Use Cases

  • Automates end-to-end development flow from planning to production.
  • Coordinates multiple skills with gate checks and PR-based merges for auditable delivery.
  • Enables resume-after-interruption by looking for APPROVED_PLAN.md and prompts.md to continue.

Quick Start

Trigger /full-pipeline to start the end-to-end pipeline from idea to production with automatic phase execution.

Frequently Asked Questions about full-pipeline

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

FAQPage Schema
How do I automate an end-to-end software delivery pipeline from idea to production?

You can automate an end-to-end software delivery pipeline by orchestrating structured planning, design reviews, implementation prompts, build, QA, and deployment into a single cohesive flow with sequential gate checks and PR-based merges.

What is the best way to coordinate gate checks and PR-based merges for software deployment?

Coordinating gate checks and PR-based merges requires a pipeline that enforces sequential phase execution between planning, building, and deployment, ensuring reliable and auditable software delivery from start to finish.

Can I resume an end-to-end development pipeline after an interruption?

Yes, you can resume an end-to-end development pipeline after an interruption by detecting checkpoint files like APPROVED_PLAN.md and prompts.md, which allow the orchestration to continue from the last approved phase automatically.

Does the full-pipeline orchestration work with Claude Code skills for structured planning and QA?

Yes, full-pipeline orchestration works with Claude Code skills by coordinating dependencies for structured planning, design reviews, implementation prompt generation, building, QA, and gated deployment into a single automated workflow.

Do I need APPROVED_PLAN.md to run an end-to-end pipeline orchestration?

You do not need APPROVED_PLAN.md to start, but the pipeline generates it during the planning phase; if interrupted, the orchestration looks for APPROVED_PLAN.md and prompts.md to resume execution from that checkpoint.