solo-pipeline
Installation
SKILL.md
/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