🎯

implementation-verification

🎯Skill

from rsmdt/the-startup

VibeIndex|
What it does

Verifies the correctness and quality of code implementations by running comprehensive tests, checking against original specifications, and identifying potential implementation discrepancies or bugs.

implementation-verification

Installation

Install skill:
npx skills add https://github.com/rsmdt/the-startup --skill implementation-verification
5
Last UpdatedJan 10, 2026

Skill Details

SKILL.md

Overview

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?](#-what-is-the-agentic-startup)
  • [πŸš€ Quick Start](#-quick-start)
  • [πŸ“– The Complete Workflow](#-the-complete-workflow)
  • [🎯 Which Command Should I Use?](#-which-command-should-i-use)
  • [πŸ“¦ Plugins](#-plugins)
  • [🎨 Output Styles](#-output-styles)
  • [πŸ“Š Statusline](#-statusline)
  • [🎯 Philosophy](#-philosophy)
  • [πŸ“š Documentation](#-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

```bash

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

```bash

# 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:

```bash

# (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:

```bash

# 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) β”‚

More from this repository10

🎯
requirements-elicitation🎯Skill

Extracts and clarifies project requirements through structured interviews, user research, and systematic analysis to create a comprehensive and precise Product Requirements Document (PRD).

🎯
security-assessment🎯Skill

Performs comprehensive security vulnerability scanning and risk assessment of codebases, identifying potential security weaknesses, misconfigurations, and compliance issues across different layers ...

🎯
feature-prioritization🎯Skill

Prioritizes and ranks product features based on strategic business value, development complexity, and potential impact using data-driven analysis and scoring methodologies.

🎯
knowledge-capture🎯Skill

Captures and organizes project knowledge by extracting key insights, documenting requirements, and creating structured summaries from project discussions and documentation.

πŸ”Œ
startπŸ”ŒPlugin

Initializes a new startup project by generating comprehensive product requirements, system design documents, and implementation plans using spec-driven development workflows.

πŸͺ
rsmdt-the-startupπŸͺMarketplace

Based on the README, the "rsmdt-the-startup" Claude plugin marketplace provides native, zero-configuration plugins for spec-driven development workflows, enabling parallel agent execution and compr...

🎯
api-contract-design🎯Skill

Designs and validates API contracts by generating comprehensive specifications, ensuring clear interface definitions, request/response schemas, and adherence to best practices before implementation.

🎯
bug-diagnosis🎯Skill

Automatically identifies, categorizes, and suggests fixes for software bugs by analyzing code patterns, error logs, and runtime behavior

🎯
implementation-planning🎯Skill

implementation-planning skill from rsmdt/the-startup

🎯
architecture-selection🎯Skill

architecture-selection skill from rsmdt/the-startup