The Agentic Startup banner
rsmdt rsmdt

The Agentic Startup

Git community intermediate

Description

- [๐Ÿค– What is The Agentic Startup?](#-what-is-the-agentic-startup) - [๐Ÿš€ Quick Start](#-quick-start) - [๐Ÿ“– The Complete Workflow](#-the-complete-workflow) - [๐ŸŽฏ Which Skill Should I Use?](#-which-skill-should-i-use)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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


Table of Contents


**New in v3:** Agent Teams (experimental) โ€” enable multi-agent collaboration where specialized agents coordinate and work together on complex tasks. The installer now offers to configure this automatically.


๐Ÿค– What is The Agentic Startup?

**The Agentic Startup** is a multi-agent AI framework that makes Claude Code work like a startup team. Create comprehensive specifications before coding, then execute with parallel specialist agents โ€” expert developers, architects, and engineers working together to turn your ideas into shipped code.

**10 slash commands across 3 phases.** Specify first, then build with confidence.

**Key Features:**

  • Spec-Driven Development โ€” PRD โ†’ SDD โ†’ Implementation Plan โ†’ Code
  • Parallel Agent Execution โ€” Multiple specialists work simultaneously
  • Quality Gates โ€” Built-in validation at every stage
  • Zero Configuration โ€” Marketplace plugins, one-line install

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](#-statusline) with a customizable config file.

Manual Installation

Start `claude` and run the following:

# Add The Agentic Startup marketplace
/plugin marketplace add rsmdt/the-startup


...