Discover and document business rules, technical patterns, and system interfaces through iterative analysis
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
Executes the implementation plan from a specification
Initialize The Agentic Startup framework in your Claude Code environment
Refactor code for improved maintainability without changing business logic
Generate structured agent prompts with FOCUS/EXCLUDE templates for task delegation. Use when breaking down complex tasks, launching parallel specialists, coordinating multiple agents, creating agent instructions, determining execution strategy, or preventing file path collisions. Handles task decomposition, parallel vs sequential logic, scope validation, and retry strategies.
Discover patterns, rules, and interfaces through iterative analysis cycles. Use when analyzing business rules, technical patterns, security, performance, integration points, or domain-specific areas. Includes cycle pattern for discovery to documentation to review workflow.
Apply scientific debugging methodology through conversational investigation. Use when investigating bugs, forming hypotheses, tracing error causes, performing root cause analysis, or systematically diagnosing issues. Includes progressive disclosure patterns, observable actions principle, and user-controlled dialogue flow.
Document business rules, technical patterns, and service interfaces discovered during analysis or implementation. Use when you find reusable patterns, external integrations, domain-specific rules, or API contracts. Always check existing documentation before creating new files. Handles deduplication and proper categorization.
Execute implementation plans phase-by-phase with checkpoint validation. Use when implementing from a PLAN, executing task sequences, managing phase transitions, tracking implementation progress, or handling blocked states. Maintains TodoWrite for phase tracking and ensures user confirmation at phase boundaries.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ship faster. Ship better. Ship with The Agentic Startup.
The Agentic Startup is a spec-driven development framework for Claude Code that transforms how you build software. Think of it as having instant access to expert developers, architects, and engineers - all working together in parallel to turn your ideas into shipped code.
We follow Spec-Driven Development, where comprehensive specifications are created before coding begins, ensuring clarity and reducing rework.
The workflow:
The framework leverages Claude Code's plugin system to provide workflow commands, autonomous skills, specialized agents, and quality templates - all working together like a high-velocity startup team.
Native Claude Code Integration - Distributed as official marketplace plugins with zero manual configuration
Autonomous Skills System - Model-invoked skills that activate based on natural language with progressive disclosure
Specialized Agent Team - 11 agent roles across 27 activity-based specializations (optional team@the-startup plugin)
Migrating from 1.x? See the complete migration guide for step-by-step instructions.
Requirements: Claude Code v2.0+ with marketplace support
# 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
Alternatively, browse and install interactively via /plugin
Configure output style and statusline (one-time setup):
/start:init
1. Create a specification:
/start:specify Add user authentication with OAuth support
Creates docs/specs/001-user-authentication/ with product-requirements.md, solution-design.md, and implementation-plan.md documents.
2. Execute the implementation:
/start:implement 001
Runs phase-by-phase with parallel agents, validation gates, and progress tracking.
Quick reference for all workflow commands:
| Command | Description |
|---|---|
/start:init | Initialize environment (output style, statusline) |
/start:specify | Create specification documents from brief description |
/start:implement | Execute implementation plan phase-by-phase |
/start:validate | Validate specs, implementations, or understanding (quality gate) |
/start:analyze | Discover and document patterns, rules, interfaces |
/start:refactor | Improve code quality while preserving behavior |
/start:debug | Conversational debugging with systematic root cause analysis |
📖 View detailed command documentation →
1. Create Specification
/start:specify Add real-time notification system with WebSocket support
docs/specs/001-notification-system/2. Validate Before Implementation (Optional)
/start:validate 001
3. Execute Implementation
/start:implement 001
Validate understanding or implementation:
/start:validate Check the current auth implementation against the SDD
Analyze existing code:
/start:analyze security patterns in authentication
Refactor code safely:
/start:refactor Simplify the WebSocket connection manager
npx claudepluginhub neonleif/the-startup --plugin startEngineering team consisting of specialized agents for software development
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.