ORBWEVA Accelerator
Skills & Tools Reference
93 slash commands across 10 skill repos. Every tool, MCP server, and CLI used in the program, organized by phase.
Run any command by typing it in Claude Code (e.g., ). Install skills via .
/discovery:interview claude install-skill ORBWEVA/repo-name
Accelerator Management
Program onboarding and progress tracking.
| Command | What It Does | When |
|---|---|---|
/accelerator:stack | Interactive questionnaire recommending tech stack, IDE, costs, and track | Week 0 |
/accelerator:onboard | Day 0 setup: IDE, Claude Code, GitHub, Vercel, Supabase, VPS, n8n | Week 0 |
/accelerator:track | Progress dashboard: current week, next skills, deliverables due | Any week |
Repo: ORBWEVA/orbweva-method
Phase 1: Calibrate
Weeks 1-4
Customer Discovery
Understand your customer before building anything.
| Command | What It Does | When |
|---|---|---|
/discovery:interview | Interview scripts using Mom Test methodology | Week 1 |
/discovery:jobs | Jobs-to-be-Done mapping | Week 1 |
/discovery:analyze | Synthesize interview notes into patterns and insights | Week 2 |
Repo: ORBWEVA/founder-discovery
Design Thinking
Structured problem-solving from empathy to prototyping.
| Command | What It Does | When |
|---|---|---|
/dt:empathize | Build user personas and empathy maps | Week 1 |
/dt:define | Synthesize into a HMW problem statement with success criteria | Week 2 |
/dt:prototype | Generate prototype specs at the right fidelity level | Week 4 |
Repo: ORBWEVA/dt-skill
Niche Validation
Score your niche before committing.
| Command | What It Does | When |
|---|---|---|
/niche-validator | Score niche (0-100) across keyword volume, competition, TAM, buildability | Week 2 |
Repo: ORBWEVA/founder-metrics
Go-to-Market
Positioning, pricing, and channel strategy.
| Command | What It Does | When |
|---|---|---|
/gtm:positioning | ICP definition, value proposition canvas, competitive positioning | Week 3 |
/gtm:pricing | Value-based pricing with competitive benchmarking | Week 8 |
/gtm:landing | Landing page conversion audit with specific copy fixes | Week 5 |
/gtm:channels | Channel-market fit matrix with 30-day action plans | Weeks 9-10 |
/gtm:launch | Pre-launch checklist: product, marketing, technical, legal | Weeks 9-10 |
/gtm:outreach | Cold email + LinkedIn outreach sequences | Weeks 9-10 |
Repo: ORBWEVA/gtm-skills
Brand & Offer
Brand identity and pricing ladder.
| Command | What It Does | When |
|---|---|---|
/brand-generator | Brand name, tagline, color palette, positioning | Week 3 |
/solo:offer | Pricing ladder: free, basic, pro, premium tiers | Week 3 |
/solo:stack | Tool recommendations based on budget and product | Week 3 |
Repo: ORBWEVA/solo-skills
CORE Assessment
The ORBWEVA methodology. Evaluates your entire business.
| Command | What It Does | When |
|---|---|---|
/core:assess | Full 4-ring assessment producing a scored Calibration Document | Week 4, 12 |
/core:arc | Convert outputs to ARC entries (Company, Services, Benefits, Voice, Templates, Processes, FAQ) | Week 4 |
/core:aer | Map systems to AER pillars with deployment readiness check | Week 8 |
/core:grow | Define KPIs across 5 layers for ongoing dashboard | Week 11 |
Repo: ORBWEVA/orbweva-method
Phase 2: Operate
Weeks 5-8
SEO & GEO
Get found on Google and AI search engines.
| Command | What It Does | When |
|---|---|---|
/seo:page | Full single-page SEO audit with score (0-100) | Week 5 |
/geo:optimize | Rewrite content for AI search engines (ChatGPT, Perplexity, AI Overviews) | Week 5 |
Repo: ORBWEVA/gtm-skills
Content Creation
Build content that attracts and educates.
| Command | What It Does | When |
|---|---|---|
/solo:content | Content batching, repurposing, and distribution calendar | Week 5 |
/content-creator | SEO-optimized marketing content with brand voice consistency | Week 5 |
Repo: ORBWEVA/solo-skills
AI Agent Design & Build
Design and build your AI-powered product.
| Command | What It Does | When |
|---|---|---|
/agent:design | Agent spec: trigger, workflow, tools, output format | Week 6 |
/agent:build | Step-by-step build guide using Claude API + n8n | Week 6 |
/agent:onboard | Automated onboarding workflow recipe | Week 7 |
Repo: ORBWEVA/solo-agents
Retention & Email
Keep customers coming back.
| Command | What It Does | When |
|---|---|---|
/retain:emails | Lifecycle email sequences: onboarding, engagement, win-back | Week 7 |
/retain:nps | NPS and CSAT survey design with segmentation | Week 11 |
/onboarding-sequence | Day 0/3/7/14/30 email sequence with activation metrics | Week 7 |
Repo: ORBWEVA/solo-skills
Payments & Unit Economics
Stripe integration and financial modeling.
| Command | What It Does | When |
|---|---|---|
/stripe-best-practices | Checkout flow, webhooks, subscription management patterns | Week 8 |
/startup:unit | CAC, LTV, LTV:CAC ratio, payback period | Week 8, 11 |
/startup:pmf | Product-Market Fit measurement framework | Week 2 |
Repo: ORBWEVA/founder-metrics
Phase 3: Reinforce + Evolve
Weeks 9-12
Launch & Legal
Legal compliance and lead generation for launch.
| Command | What It Does | When |
|---|---|---|
/legal:terms | Terms of Service customized to your product and jurisdiction | Weeks 9-10 |
/legal:privacy | Privacy Policy (GDPR, CCPA, local law aware) | Weeks 9-10 |
/solo:leads | Lead gen system: funnels, magnets, referrals, partnerships | Weeks 9-10 |
Repo: ORBWEVA/founder-ops
Measurement & Analysis
Track what matters and identify growth levers.
| Command | What It Does | When |
|---|---|---|
/startup:funnel | Conversion funnel mapping with drop-off analysis | Week 11 |
/startup:churn | Churn diagnosis: cohort analysis and recovery playbook | Week 11 |
/startup:ready | Fundraise readiness scorecard | Week 12 |
/startup:moat | Competitive moat scoring across 7 types | Week 12 |
Repo: ORBWEVA/founder-metrics
Scoping & Handoff
Plan what comes after the accelerator.
| Command | What It Does | When |
|---|---|---|
/project-scoping | Convert product concept into buildable spec with task breakdowns | Week 12 |
Repo: Pre-installed skill
Code Quality, Security & Engineering
Pre-installed skills for writing and shipping production code.
Project Setup & Security
Secure your project from day one.
| Command | What It Does | When |
|---|---|---|
/secure-setup:init | SSH keys, .gitignore, .env.example, repo privacy, mentor access | Week 0 |
/secure-setup:audit | Scan for exposed secrets, missing .gitignore entries, repo visibility | Before push |
/security-audit | OWASP Top 10, dependency audit, secret scanning, security headers | Before deploy |
/dependency-security | npm audit, license checking, typosquatting detection | After packages |
Code Quality
Write correct, maintainable code.
| Command | What It Does | When |
|---|---|---|
/code-reviewer | Automated code review with best practice and security scanning | Before commit |
/typescript-patterns | Type-safe patterns for Next.js + Supabase + Stripe | While coding |
/api-design | REST API patterns with auth, rate limiting, error handling | Week 6+ |
/defensive-coding | Error boundaries, graceful degradation, input validation | While coding |
Build & Deploy
Ship with confidence.
| Command | What It Does | When |
|---|---|---|
/build-integrity | CI/CD gate: lint, type-check, test, build, GitHub Actions templates | Week 0+ |
/web-performance | Core Web Vitals audit, image optimization, bundle analysis | Before launch |
/accessibility | WCAG 2.1 AA audit with fix recommendations | Before launch |
Recommended Workflow (Phase 2-3)
- While coding: Use and as references
/typescript-patterns/defensive-coding - Before committing: Run
/code-reviewer - After adding packages: Run
/dependency-security - Before deploying: Run then
/build-integrity/security-audit - Before launch: Run and
/web-performance/accessibility
Skill Repos — Quick Reference
| Repo | Install Command | Commands |
|---|---|---|
| ORBWEVA/founder-discovery | claude install-skill ORBWEVA/founder-discovery | /discovery:interview, /discovery:jobs, /discovery:analyze, /discovery:survey |
| ORBWEVA/dt-skill | claude install-skill ORBWEVA/dt-skill | /dt:empathize, /dt:define, /dt:ideate, /dt:prototype, /dt:test, /dt:audit, /dt:full |
| ORBWEVA/gtm-skills | claude install-skill ORBWEVA/gtm-skills | /gtm:positioning, /gtm:pricing, /gtm:landing, /gtm:channels, /gtm:launch, /gtm:outreach, /gtm:metrics, /gtm:growth, /geo:score, /geo:optimize, /geo:audit |
| ORBWEVA/founder-metrics | claude install-skill ORBWEVA/founder-metrics | /startup:pmf, /startup:unit, /startup:churn, /startup:funnel, /startup:moat, /startup:ready, /startup:runway, /startup:growth, /niche-validator |
| ORBWEVA/founder-pitch | claude install-skill ORBWEVA/founder-pitch | /pitch:deck, /pitch:email, /pitch:financials, /pitch:objections |
| ORBWEVA/founder-ops | claude install-skill ORBWEVA/founder-ops | /hire:jd, /hire:interview, /hire:scorecard, /hire:offer, /legal:terms, /legal:privacy, /legal:contracts, /legal:compliance |
| ORBWEVA/solo-skills | claude install-skill ORBWEVA/solo-skills | /solo:offer, /solo:stack, /solo:content, /solo:leads, /solo:audience, /solo:sales, /solo:copy, /solo:time, /solo:books, /solo:tax, /solo:onboard, /solo:support, /solo:clients, /solo:revenue, /retain:emails, /retain:nps, /retain:cohort, /retain:playbook |
| ORBWEVA/solo-agents | claude install-skill ORBWEVA/solo-agents | /agent:design, /agent:build, /agent:audit, /agent:inbox, /agent:content, /agent:leads, /agent:invoice, /agent:support, /agent:social, /agent:research, /agent:onboard |
| ORBWEVA/resume-skill | claude install-skill ORBWEVA/resume-skill | /resume |
| ORBWEVA/orbweva-method | claude install-skill ORBWEVA/orbweva-method | /core:assess, /core:arc, /core:aer, /core:grow, /accelerator:stack, /accelerator:onboard, /accelerator:track |