All commands
Every command in one place.
Pipeline
| Command | What it does |
|---|
/discover | Research your market, competitors, and tools. Produces seven product documents. |
/setup | Configure environment, API keys, database, and verify connections. |
/mvp-spec | Generate specs for all MVP features with build order and dependencies. |
/mvp-build | Build the next feature from the roadmap. One feature per session. |
Build
| Command | What it does |
|---|
/spec | Interactive spec wizard for a single new feature. |
/enhance | Improve an existing feature with full awareness of current code. |
/settings | Generate a settings page based on your actual built features. |
Design and brand
| Command | What it does |
|---|
/logo | Generate six logo variations for your brand. |
/landing-design | Design competition: four designers build variant landing pages, you pick the winner. |
/design | Tune your design system tokens and component styles. |
/domain | Configure email sender domain and audit email template design. |
Content and growth
| Command | What it does |
|---|
/blog | Build blog infrastructure: database, API, pages, RSS, sitemap. |
/emails | Design and implement lifecycle email sequences. |
/seo | Implement technical SEO: sitemaps, metadata, schema markup, internal linking. |
/ai-seo | Optimize content for AI search engines like ChatGPT and Perplexity. |
/analytics | Discover features, identify events, implement PostHog tracking. |
Quality and security
| Command | What it does |
|---|
/security | Static security audit across five attack categories. |
/pentest | Active penetration testing against your running app. |
/performance | Frontend, backend, and architecture performance audit. |
/audit | Dependency vulnerabilities, dead code, and code health. |
/drift | Pattern consistency check across recent features. |
/rate-limit | Set up production-grade rate limiting on your endpoints. |
Monitoring and healing
| Command | What it does |
|---|
/sentry | Analyze production errors from Sentry with root cause analysis. |
/fix-issue | Interactively fix issues from the latest Sentry report. |
/monitor | Schedule recurring checks on your machine via cron. |
/heal | Read all reports, fix issues on a branch, test, score confidence, email verdict. |
Utilities
| Command | What it does |
|---|
/schema-sync | Regenerate db-schema.md from the live database. |
/fumadocs | Generate or update the product documentation site. |