From saas-toolkit
Phase-by-phase SaaS build from a spec. Dispatches the right agents per phase, tracks progress in TASKS.md, suggests /clear between phases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/saas-toolkit:buildThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reads TASKS.md and executes the build phase by phase, dispatching specialist agents and verifying results after each phase.
Reads TASKS.md and executes the build phase by phase, dispatching specialist agents and verifying results after each phase.
TASKS.md file exists in the project root (created by /init-saas or manually)TASKS.md to find the current phase and pending tasksCLAUDE.md for project contextWork through the 8 build phases in order. Skip phases that are fully completed.
stripe.* schema)/auth skill patterns for all Supabase auth codestripe.* tables for business logic (feature provisioning, emails)/stripe-setup skill patterns for Stripe integrationstripe.* tables)testing-specialist + security-reviewer agents in parallelnpm run build to check for build errors[x], blocked tasks with [!]/clear + /resumeIf TASKS.md shows partially completed phases:
/auth patterns for any auth code/stripe-setup patterns for any billing code/db-migration patterns for any migrationsnpx claudepluginhub mickaelmamani/saas-toolkit --plugin saas-toolkitGenerates phased roadmaps for full application builds and executes autonomously—committing, deploying, testing phase-by-phase. Modes: plan, start, resume, status.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.