← ClaudeAtlas

supersaiyanlisted

End-to-end AI development pipeline — idea to merged PR with one command set. Handles brainstorming, spec writing, task decomposition, issue filing, and autonomous Build → QA → Review execution. Use when the user types "/supersaiyan", "supersaiyan", or any supersaiyan verb (new, setup, prepare, run, status, lint, stop).
BankNatchapol/SuperSaiyan · ★ 1 · AI & Automation · score 55
Install: claude install-skill BankNatchapol/SuperSaiyan
# SuperSaiyan One command set. Idea → merged PR. ## The pipeline ``` /supersaiyan new <name> ← brainstorm → spec → tasks → queue /supersaiyan run ← autonomous Build → QA → Review ``` `<name>` is a kebab-case slug for anything you want to build — a single feature (`health-endpoint`), a product idea (`my-saas-app`), or a project (`chat-system`). The brainstorm phase asks what context you're working in and adjusts accordingly. For a new app or large project, `new` automatically switches to project mode and decomposes the work into phases. ``` /supersaiyan new <name> ← brainstorm → spec → phases → tasks per phase /supersaiyan run ← run Phase 1 /supersaiyan prepare <name> --phase 2 ← unlock Phase 2 when Phase 1 is done /supersaiyan run ← run Phase 2 (repeat per phase) ``` --- ## All verbs | Verb | What | Next step after | |------|------|-----------------| | `supersaiyan setup` | One-time: docs layout + GitHub Project + board config | Run `supersaiyan new <name>` | | `supersaiyan new <name>` | Full pipeline: brainstorm → spec → tasks → commit → prepare | Run `supersaiyan run` | | `supersaiyan prepare <feature>` | Re-sync issues, add to Ready, run lint (re-run anytime) | Run `supersaiyan run` | | `supersaiyan prepare <slug> --phase N` | Unlock next project phase after previous phase is done | Run `supersaiyan run` | | `supersaiyan run [slug]` | Start the autonomous Build → QA → Review loop | Watch the boar