supersaiyanlisted
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