rsmdt/the-startup

The Agentic Startup - A collection of Claude Code commands, skills, and agents.

168 stars18 forksUpdated Jan 10, 2026
npx skills add rsmdt/the-startup

README

The Agentic Startup

Ship faster. Ship better. Ship with The Agentic Startup.

Release Downloads GitHub Stars Mentioned in Awesome Claude Code


Table of Contents


πŸ€– 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        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                            β”‚
                            β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€

...
Read full README

Publisher

rsmdtrsmdt

Statistics

Stars168
Forks18
Open Issues0
LicenseMIT License
CreatedAug 12, 2025