Skip to content

Latest commit

 

History

History
118 lines (88 loc) · 4.26 KB

File metadata and controls

118 lines (88 loc) · 4.26 KB

Getting Started with Access to Business

What Is This?

Access to Business is a Claude AI skill that acts as your hands-on startup coach. It doesn't just advise — it builds with you. Every session ends with something shipped.

flowchart LR
    A["Install Skill"] --> B["/start"]
    B --> C["Answer 3 Questions"]
    C --> D["Route to Mode"]
    D --> E["Build"]

    style A fill:#4a90d9,stroke:#2c5f8a,color:#fff
    style B fill:#7b68ee,stroke:#5a4abf,color:#fff
    style C fill:#f5a623,stroke:#c47d10,color:#fff
    style D fill:#e67e22,stroke:#b35e0a,color:#fff
    style E fill:#27ae60,stroke:#1a7a42,color:#fff
Loading

Installation

Option 1: Claude.ai (Recommended)

  1. Download the latest .skill file from Releases

  2. Go to Claude.ai > Settings > Skills

  3. Upload the .skill file

  4. Start a new conversation and type /start

Option 2: Clone the Repo

  1. Clone this repository
  2. Point your Claude skill directory to the repo
  3. The SKILL.md file will be automatically detected

Your First Session

Once installed, just type:

/start

The skill will ask you three questions:

  1. What's your startup or business idea?
  2. Customers or funding — which matters more right now?
  3. How much time do you have?

Then it routes you to the right mode and gets to work.

Key Commands

Command What It Does
/start Full onboarding — identifies your stage and priorities
/help See all available commands
/focus [topic] Lock into one task until it's done
/sprint [topic] 60-minute deep work session with 3-5 micro-tasks
/recover Get unstuck with the smallest possible next step
/decide Compare options and commit to one
/energy Route tasks based on your current energy level
/binder Start building your 17-section investor binder
/score Rate your investor binder readiness
/pitch Draft your pitch (verbal, deck, or one-sheet)
/deck Build or review your pitch deck
/metrics Review your key startup metrics
/runway Calculate your burn rate and runway
/outreach Draft sales or investor outreach messages
/validate Run customer validation exercises

Startup Stages

The skill adapts to your stage:

Stage You Say... The Skill Does...
0 — Idea "I have an idea" Helps you validate before building
1 — Pre-Revenue "No customers yet" Gets you your first 10 customers
2 — Early Revenue "A few paying customers" Builds repeatability and GTM
3 — Growth "We're scaling" Systems, capital, and investor readiness
4 — Scaling "Series A+" Efficiency, team, and operational excellence

What Can It Build With You?

  • Investor binder (17 sections with scoring)
  • Pitch scripts, decks, and one-sheets
  • Financial models and unit economics
  • Sales outreach and pipeline templates
  • Legal formation checklists
  • Contract templates (SaaS, MSA, NDA, DPA)
  • Compliance frameworks (HIPAA, SOC2, GDPR, PCI-DSS)
  • Decision frameworks (should I raise, entity type, build vs buy, when to hire)
  • Advisor session prep and diagnostic tools
  • Integration guides (Stripe, Airtable)
  • State-specific resource guides

Interactive Tools

Four self-contained browser apps ship alongside the skill. Open the HTML file in a browser — no install, no account.

App Purpose
apps/intake-app.html Structured founder intake assessment
apps/pitch-timer.html Pitch rehearsal timer with section pacing
apps/runway-calculator.html Burn rate and runway projection
apps/unit-economics-calculator.html CAC, LTV, payback, and margin modeling

The skill will offer these when they match what you're working on — or you can open them directly.

Contributing

Want to add your state's startup ecosystem? See CONTRIBUTING.md and the Regional Deployment Guide.

Need Help?

  • Open a GitHub Issue
  • See the full command reference with /help