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.

CommandWhat It DoesWhen
/accelerator:stackInteractive questionnaire recommending tech stack, IDE, costs, and trackWeek 0
/accelerator:onboardDay 0 setup: IDE, Claude Code, GitHub, Vercel, Supabase, VPS, n8nWeek 0
/accelerator:trackProgress dashboard: current week, next skills, deliverables dueAny week

Repo: ORBWEVA/orbweva-method

Phase 1: Calibrate

Weeks 1-4

Customer Discovery

Understand your customer before building anything.

CommandWhat It DoesWhen
/discovery:interviewInterview scripts using Mom Test methodologyWeek 1
/discovery:jobsJobs-to-be-Done mappingWeek 1
/discovery:analyzeSynthesize interview notes into patterns and insightsWeek 2

Repo: ORBWEVA/founder-discovery

Design Thinking

Structured problem-solving from empathy to prototyping.

CommandWhat It DoesWhen
/dt:empathizeBuild user personas and empathy mapsWeek 1
/dt:defineSynthesize into a HMW problem statement with success criteriaWeek 2
/dt:prototypeGenerate prototype specs at the right fidelity levelWeek 4

Repo: ORBWEVA/dt-skill

Niche Validation

Score your niche before committing.

CommandWhat It DoesWhen
/niche-validatorScore niche (0-100) across keyword volume, competition, TAM, buildabilityWeek 2

Repo: ORBWEVA/founder-metrics

Go-to-Market

Positioning, pricing, and channel strategy.

CommandWhat It DoesWhen
/gtm:positioningICP definition, value proposition canvas, competitive positioningWeek 3
/gtm:pricingValue-based pricing with competitive benchmarkingWeek 8
/gtm:landingLanding page conversion audit with specific copy fixesWeek 5
/gtm:channelsChannel-market fit matrix with 30-day action plansWeeks 9-10
/gtm:launchPre-launch checklist: product, marketing, technical, legalWeeks 9-10
/gtm:outreachCold email + LinkedIn outreach sequencesWeeks 9-10

Repo: ORBWEVA/gtm-skills

Brand & Offer

Brand identity and pricing ladder.

CommandWhat It DoesWhen
/brand-generatorBrand name, tagline, color palette, positioningWeek 3
/solo:offerPricing ladder: free, basic, pro, premium tiersWeek 3
/solo:stackTool recommendations based on budget and productWeek 3

Repo: ORBWEVA/solo-skills

CORE Assessment

The ORBWEVA methodology. Evaluates your entire business.

CommandWhat It DoesWhen
/core:assessFull 4-ring assessment producing a scored Calibration DocumentWeek 4, 12
/core:arcConvert outputs to ARC entries (Company, Services, Benefits, Voice, Templates, Processes, FAQ)Week 4
/core:aerMap systems to AER pillars with deployment readiness checkWeek 8
/core:growDefine KPIs across 5 layers for ongoing dashboardWeek 11

Repo: ORBWEVA/orbweva-method

Phase 2: Operate

Weeks 5-8

SEO & GEO

Get found on Google and AI search engines.

CommandWhat It DoesWhen
/seo:pageFull single-page SEO audit with score (0-100)Week 5
/geo:optimizeRewrite content for AI search engines (ChatGPT, Perplexity, AI Overviews)Week 5

Repo: ORBWEVA/gtm-skills

Content Creation

Build content that attracts and educates.

CommandWhat It DoesWhen
/solo:contentContent batching, repurposing, and distribution calendarWeek 5
/content-creatorSEO-optimized marketing content with brand voice consistencyWeek 5

Repo: ORBWEVA/solo-skills

AI Agent Design & Build

Design and build your AI-powered product.

CommandWhat It DoesWhen
/agent:designAgent spec: trigger, workflow, tools, output formatWeek 6
/agent:buildStep-by-step build guide using Claude API + n8nWeek 6
/agent:onboardAutomated onboarding workflow recipeWeek 7

Repo: ORBWEVA/solo-agents

Retention & Email

Keep customers coming back.

CommandWhat It DoesWhen
/retain:emailsLifecycle email sequences: onboarding, engagement, win-backWeek 7
/retain:npsNPS and CSAT survey design with segmentationWeek 11
/onboarding-sequenceDay 0/3/7/14/30 email sequence with activation metricsWeek 7

Repo: ORBWEVA/solo-skills

Payments & Unit Economics

Stripe integration and financial modeling.

CommandWhat It DoesWhen
/stripe-best-practicesCheckout flow, webhooks, subscription management patternsWeek 8
/startup:unitCAC, LTV, LTV:CAC ratio, payback periodWeek 8, 11
/startup:pmfProduct-Market Fit measurement frameworkWeek 2

Repo: ORBWEVA/founder-metrics

Phase 3: Reinforce + Evolve

Weeks 9-12

Launch & Legal

Legal compliance and lead generation for launch.

CommandWhat It DoesWhen
/legal:termsTerms of Service customized to your product and jurisdictionWeeks 9-10
/legal:privacyPrivacy Policy (GDPR, CCPA, local law aware)Weeks 9-10
/solo:leadsLead gen system: funnels, magnets, referrals, partnershipsWeeks 9-10

Repo: ORBWEVA/founder-ops

Measurement & Analysis

Track what matters and identify growth levers.

CommandWhat It DoesWhen
/startup:funnelConversion funnel mapping with drop-off analysisWeek 11
/startup:churnChurn diagnosis: cohort analysis and recovery playbookWeek 11
/startup:readyFundraise readiness scorecardWeek 12
/startup:moatCompetitive moat scoring across 7 typesWeek 12

Repo: ORBWEVA/founder-metrics

Scoping & Handoff

Plan what comes after the accelerator.

CommandWhat It DoesWhen
/project-scopingConvert product concept into buildable spec with task breakdownsWeek 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.

CommandWhat It DoesWhen
/secure-setup:initSSH keys, .gitignore, .env.example, repo privacy, mentor accessWeek 0
/secure-setup:auditScan for exposed secrets, missing .gitignore entries, repo visibilityBefore push
/security-auditOWASP Top 10, dependency audit, secret scanning, security headersBefore deploy
/dependency-securitynpm audit, license checking, typosquatting detectionAfter packages

Code Quality

Write correct, maintainable code.

CommandWhat It DoesWhen
/code-reviewerAutomated code review with best practice and security scanningBefore commit
/typescript-patternsType-safe patterns for Next.js + Supabase + StripeWhile coding
/api-designREST API patterns with auth, rate limiting, error handlingWeek 6+
/defensive-codingError boundaries, graceful degradation, input validationWhile coding

Build & Deploy

Ship with confidence.

CommandWhat It DoesWhen
/build-integrityCI/CD gate: lint, type-check, test, build, GitHub Actions templatesWeek 0+
/web-performanceCore Web Vitals audit, image optimization, bundle analysisBefore launch
/accessibilityWCAG 2.1 AA audit with fix recommendationsBefore launch

Recommended Workflow (Phase 2-3)

  1. While coding: Use and as references /typescript-patterns /defensive-coding
  2. Before committing: Run /code-reviewer
  3. After adding packages: Run /dependency-security
  4. Before deploying: Run then /build-integrity /security-audit
  5. Before launch: Run and /web-performance /accessibility

Skill Repos — Quick Reference

RepoInstall CommandCommands
ORBWEVA/founder-discoveryclaude install-skill ORBWEVA/founder-discovery/discovery:interview, /discovery:jobs, /discovery:analyze, /discovery:survey
ORBWEVA/dt-skillclaude install-skill ORBWEVA/dt-skill/dt:empathize, /dt:define, /dt:ideate, /dt:prototype, /dt:test, /dt:audit, /dt:full
ORBWEVA/gtm-skillsclaude 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-metricsclaude 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-pitchclaude install-skill ORBWEVA/founder-pitch/pitch:deck, /pitch:email, /pitch:financials, /pitch:objections
ORBWEVA/founder-opsclaude install-skill ORBWEVA/founder-ops/hire:jd, /hire:interview, /hire:scorecard, /hire:offer, /legal:terms, /legal:privacy, /legal:contracts, /legal:compliance
ORBWEVA/solo-skillsclaude 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-agentsclaude 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-skillclaude install-skill ORBWEVA/resume-skill/resume
ORBWEVA/orbweva-methodclaude install-skill ORBWEVA/orbweva-method/core:assess, /core:arc, /core:aer, /core:grow, /accelerator:stack, /accelerator:onboard, /accelerator:track

Get your free automation assessment PDF!

Accelerator Skills & Tools Reference | ORBWEVA | ORBWEVA AER™