rsmdt/the-startup
The Agentic Startup - A collection of Claude Code commands, skills, and agents.
npx skills add rsmdt/the-startupREADME
Ship faster. Ship better. Ship with The Agentic Startup.
Table of Contents
- π€ What is The Agentic Startup?
- π Quick Start
- π The Complete Workflow
- π― Which Command Should I Use?
- π¦ Plugins
- π¨ Output Styles
- π Statusline
- π― Philosophy
- π Documentation
π€ What is The Agentic Startup?
The Agentic Startup is a spec-driven development framework for Claude Code. Create comprehensive specifications before coding, then execute with parallel specialist agentsβY Combinator energy meets engineering discipline.
Key Features:
- Native Claude Code Integration β Marketplace plugins with zero configuration
- Spec-Driven Development β PRD β SDD β Implementation Plan β Code
- Parallel Agent Execution β Multiple specialists work simultaneously
- Quality Gates β Built-in validation at every stage
Installation
Requirements: Claude Code v2.0+ with marketplace support
curl -fsSL https://raw.githubusercontent.com/rsmdt/the-startup/main/install.sh | sh
This installs the core plugins, configures the default output style, and sets up the statusline with a customizable config file.
Manual Installation
# Add The Agentic Startup marketplace
/plugin marketplace add rsmdt/the-startup
# Install the Start plugin (core workflows)
/plugin install start@the-startup
# (Optional) Install the Team plugin (specialized agents)
/plugin install team@the-startup
After installation:
# (Optional) Create project governance rules
/start:constitution # Auto-enforced during specify, implement, review
# Switch output styles anytime
/output-style start:The Startup # High-energy, fast execution (default)
/output-style start:The ScaleUp # Calm confidence, educational
π Quick Start
Create a specification and implement it:
# Create a specification
/start:specify Add user authentication with OAuth support
# Execute the implementation
/start:implement 001
That's it! You're now using spec-driven development.
π The Complete Workflow
The Agentic Startup follows spec-driven development: comprehensive specifications before code, ensuring clarity and reducing rework.
All Commands at a Glance
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SETUP (optional) β
β β
β /start:constitution βΊ Create project governance rules β
β (auto-enforced in BUILD workflow) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β BUILD (primary flow) β
β β
β /start:specify βββββΊ Create specs (PRD + SDD + PLAN) β
β β β³ Constitution checked on SDD β
β βΌ β
β /start:validate ββββΊ Check quality (3 Cs framework) β
β β β³ Constitution mode available β
β βΌ β
β /start:implement βββΊ Execute plan phase-by-phase β
β β β³ Constitution + drift enforced β
β βΌ β
β /start:review ββββββΊ Multi-agent code review β
β β β³ Constitution compliance checked β
β βΌ β
β /start:document ββββΊ Generate/sync documentation β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββ
...