Skip to main content

Prerequisites

  • Node.js 18 or higher
  • An AI coding tool (Claude Code, Cursor, GitHub Copilot, or Google Antigravity)

Install specs.md

Always use npx to get the latest version. Do not install globally with npm.
npx specsmd@latest install

Select Your Flow

During installation, you’ll be prompted to select a development flow:
? Select a development flow:
  Simple - Spec generation only (requirements, design, tasks)
❯ FIRE - Adaptive execution, brownfield & monorepo ready
  AI-DLC - Full methodology with DDD (comprehensive checkpoints)
FlowBest ForAgents
SimpleQuick specs, prototypes, handoff1
FIREAdaptive execution, brownfield, monorepos3
AI-DLCFull traceability, comprehensive documentation4
Not sure which flow? Check out our Choose Your Flow guide.
The installer automatically detects your AI coding tools and sets up:

Agent Definitions

Specialized agents for your selected flow

Standards

Project guidelines and conventions

Slash Commands

Easy agent invocation commands

What Gets Installed

After installation, you’ll see the following structure based on your selected flow:
.specsmd/
├── manifest.yaml              # Installation manifest
└── simple/                    # Simple flow
    └── agents/                # Single agent

specs/                         # Your specs will go here
└── (feature folders)

Tool-Specific Setup

Slash commands are installed in .claude/commands/. Type / to see available commands:
Claude Code Commands
Simple Flow:
  • /specsmd-agent
FIRE Flow:
  • /specsmd-fire
  • /specsmd-fire-planner
  • /specsmd-fire-builder
AI-DLC Flow:
  • /specsmd-master-agent
  • /specsmd-inception-agent
  • /specsmd-construction-agent
  • /specsmd-operations-agent

Next Steps

Simple Quick Start

Generate specs in minutes

FIRE Quick Start

Ship your first feature fast

AI-DLC Quick Start

Full methodology walkthrough