Loading...
Loading...
Launch automated multi-skill pipeline that chains skills into a loop. Use when user says "run pipeline", "automate research to PRD", "full pipeline", "research and validate", "scaffold to build", "loop until done", or "chain skills". Do NOT use for single skills (use the skill directly).
npx skill4agent add fortunto2/solo-factory solo-pipeline/pipeline research "AI therapist app"/research/validateresearch.mdprd.md/pipeline dev "project-name" "stack"/pipeline dev "project-name" "stack" --feature "user onboarding"/scaffold/setup/plan/build$ARGUMENTSresearchdevWhich 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)Pipeline: {type}
Stages: {stage1} → {stage2} → ...
Idea/Project: {name}
This will run multiple skills automatically. Continue?${CLAUDE_PLUGIN_ROOT}solo-factory/scripts/# Research pipeline
${CLAUDE_PLUGIN_ROOT}/scripts/solo-research.sh "idea name" [--project name] --no-dashboard
# Dev pipeline
${CLAUDE_PLUGIN_ROOT}/scripts/solo-dev.sh "project-name" "stack" [--feature "desc"] --no-dashboard--no-dashboard/research "idea name"/scaffold project-name stack<solo:done/>.solo/pipelines/solo-pipeline-{project}.local.md~/.solo/pipelines/solo-pipeline-{project}.local.md.solo/pipelines/solo-pipeline-{project}.logproject_rootlog_filesolo-pipeline-{project}.local.md--no-dashboardtail -f# Create dashboard for a pipeline
solo-dashboard.sh create <project>
# Attach to existing dashboard
solo-dashboard.sh attach <project>
# Close dashboard
solo-dashboard.sh close <project># Colored status display
solo-pipeline-status.sh # all pipelines
solo-pipeline-status.sh <project> # specific pipeline
# Auto-refresh
watch -n2 -c solo-pipeline-status.sh# Log tail
tail -f .solo/pipelines/solo-pipeline-<project>.log
# Check state file
cat .solo/pipelines/solo-pipeline-<project>.local.md--output-format stream-jsonsolo-stream-fmt.py Read docs/research.md
Glob "*.md" ~/projects/my-app/
Bash npm test
WebSearch voice AI agent developer tools 2026
Task [Explore] Research task
kb_search voice agent--no-color--no-sound[22:30:15] START | my-app | stages: research -> validate | max: 5
[22:30:16] STAGE | iter 1/5 | stage 1/2: research
[22:30:16] INVOKE | /research "AI therapist app"
[22:35:42] CHECK | research | .../research.md -> FOUND
[22:35:42] STAGE | iter 2/5 | stage 2/2: validate
[22:35:42] INVOKE | /validate "AI therapist app"
[22:40:10] CHECK | validate | .../prd.md -> FOUND
[22:40:10] DONE | All stages complete! Promise detected.
[22:40:10] FINISH | Duration: 10m--no-dashboard