solo-pipeline

Solid

Use when "run pipeline", "automate research to PRD", "full pipeline", "research and validate", "scaffold to build", "loop until done", "chain skills", or need multi-skill automation. Do NOT use for single skills (use the skill directly).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /pipeline Launch an automated multi-skill pipeline. The Stop hook chains skills automatically — no manual invocation needed between stages. ## Available Pipelines ### Research Pipeline `/pipeline research "AI therapist app"` Chains: `/research` -> `/validate` Produces: `research.md` -> `prd.md` ### Dev Pipeline `/pipeline dev "project-name" "stack"` `/pipeline dev "project-name" "stack" --feature "user onboarding"` Chains: `/scaffold` -> `/setup` -> `/plan` -> `/build` Produces: full project with workflow, plan, and implementation ## Steps ### 1. Parse Arguments Extract from `$ARGUMENTS`: - Pipeline type: first word (`research` or `dev`) - Remaining args: passed to the launcher script If no arguments or unclear, ask: ``` Which pipeline do you want to run? 1. Research Pipeline — /research → /validate (idea to PRD) 2. Dev Pipeline — /scaffold → /setup → /plan → /build (PRD to running code) ``` ### 2. Confirm with User Show what will happen: ``` Pipeline: {type} Stages: {stage1} → {stage2} → ... Idea/Project: {name} This will run multiple skills automatically. Continue? ``` Ask via AskUserQuestion. ### 3. Start First Stage Run the first skill in the pipeline directly: For research pipeline: Run `/research "idea name"` For dev pipeline: Run `/scaffold project-name stack` The Stop hook (if configured) will handle subsequent stages automatically. Without a Stop hook, manually invoke each skill in sequence. ### 3b. Launcher Scripts (optional, Claude Code plug...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

full-pipeline

Orchestrates the user's full end-to-end workflow in order — gstack office-hours, autoplan, autoresearch-plan, superpowers writing-plans and subagent-driven-development, autoresearch-impl, code-review, and qa — invoking each skill in sequence and handing its output forward as the next step's input. At two fixed checkpoints (after the plan is locked, and after implementation lands) it judges whether the change touches database schema and if so invokes supabase:supabase-postgres-best-practices before continuing. Use whenever the user wants to "run the whole pipeline", "go from idea to shipped", "do the full flow", or asks Claude Code to chain their office-hours → autoplan → superpowers → qa workflow automatically instead of invoking each skill by hand.

0 Updated 3 weeks ago
darkstar1227
Data & Documents Listed

pipeline

Use when the user asks to take a substantial feature from an initial idea through implementation in one mostly autonomous run.

2 Updated today
kardebadas
Data & Documents Listed

task-pipeline

Use when work changes the repository — feature, fix, refactor, migration, integration, rewrite, adoption or hardening; фича, фикс, рефактор, миграция, интеграция, доработать, починить, внедрить, перевести — or when the output is a finding that lands in it: audit/аудит, bug hunt/проверь ошибки, production check/проверь прод, PR review/ревью PR — or on 'run this through the pipeline' / 'прогони по конвейеру', 'full cycle, the full cycle' / 'полный цикл', /task-pipeline. Runs a substantial task through an intake grill, docs study, brainstorm, spec, plan, build, tests, deploy, post-deploy, docs/wiki sync and acceptance with explicit gates. 'checkup' / 'чекап' reports unconfirmed releases; 'setup' audits existing docs. Not for: answering a question, explaining code, a typo or a one-line edit, a mechanical rename, reconnaissance that lands nothing — say 'без пайплайна' / 'quick' to opt out.

4 Updated today
ssheleg