From SaaS Factory
Autonomous end-to-end build mode — chains plan → build → verify → demo across phases with fail-fast guards, stopping only at the human gates the config demands (stack choice, phase demos, budget caps, escalations). Point it at a goal and it builds the whole app.
How this skill is triggered — by the user, by Claude, or both
Slash command
/saas-factory:auto [stop-after PHASE-## | continue][stop-after PHASE-## | continue]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the full pipeline autonomously per `.saas-factory/config.json`.
Run the full pipeline autonomously per .saas-factory/config.json.
Tip: /saas-factory:go "" wraps brief→init→auto in one command. Announce the
plan, then loop. $ARGUMENTS may cap the run (stop-after) or resume (continue).
Loop (resumable — state is all on disk):
sf active-phase empty? → next planned phase → building; none planned? →
/saas-factory:plan next slice. All phases approved + no REQs left → DONE:
final integrator pass + summary + total spend.sf budget check (exit 2 → pause, present
spend + options: raise cap / continue once / stop). Circuit breaker:
sf phase-stats fail ratio ≥ config threshold → pause phase, escalate with
the failed notes (the plan is wrong — do not brute-force it).sf failed
escalations, and the final phase.Report one line per iteration (phase, verified/total, spend). Long runs: state survives /clear and new sessions — rerun /saas-factory:auto continue.
npx claudepluginhub usmanali4073/claude-code-saas-factory-plugin --plugin saas-factoryGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.