solo-pipeline

Chain multiple skills from research to PRD with state tracking.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-pipeline
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/pipeline
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch automated, end-to-end skill pipelines by chaining multiple skills from research to PRD and beyond. This approach eliminates manual handoffs between stages and ensures consistent workflow execution.

Core Features & Use Cases

  • End-to-end orchestration: coordinates sequential skills to move from idea to a validated PRD.
  • Stop hooks and progress tracking: automatically advances stages with safety rails and state persistence.
  • Cross-stack applicability: suitable for research, validation, scaffolding, setup, planning, and building workflows.

Quick Start

Launch the pipeline by providing a project idea and target stack to automatically run through research, validation, scaffold, setup, plan, and build.

Frequently Asked Questions about solo-pipeline

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

FAQPage Schema
How do I automate an end-to-end workflow from research to PRD?

You can automate an end-to-end workflow by chaining multiple skills sequentially, moving from initial research to a validated PRD. This pipeline orchestration eliminates manual handoffs between stages and ensures consistent execution.

How does cross-skill orchestration track progress across multiple pipeline stages?

Cross-skill orchestration tracks progress using local and global state persistence via .solo/pipelines. It applies stop hooks and user confirmation prompts to automatically advance stages with safety rails.

Can I use automated pipeline scaffolding for any project stack?

Yes, automated pipeline scaffolding supports cross-stack applicability for research, validation, setup, planning, and building workflows. You launch the pipeline by providing a project idea and target stack.

What is the best way to coordinate sequential skills for rapid project validation?

The best way to coordinate sequential skills is using an automated pipeline that handles argument parsing and stage execution. This enables rapid validation by executing cross-skill orchestration as a cohesive workflow.

Do I need any external dependencies to run automated skill pipelines?

No external dependencies are required to run automated skill pipelines. The system manages state tracking and stage execution internally without relying on additional external components or libraries.

When should I avoid using an automated pipeline for project scaffolding?

You should avoid using an automated pipeline for project scaffolding when your project requires non-sequential, highly customized stage handoffs that cannot be coordinated through predefined stop hooks and state tracking.