Skip to main content

Framework Architecture

specs.md is built as a pluggable framework where development methodologies are implemented as flows. Choose the flow that matches your project needs.

What is a Flow?

A flow is a complete development methodology implementation that includes:

Agents

Specialized AI agents that guide development

Artifacts

Structured outputs for each phase

State Management

Tracking progress and context

Standards

Project guidelines and conventions

Available Flows

FlowCheckpointsAgentsOptimized For
Simple3 (phase gates)1Spec generation only
FIREAdaptive3Adaptive execution, brownfield
AI-DLCComprehensive4Full traceability
Not sure which flow? Check out our Choose Your Flow guide.

Simple Flow

Simple Flow generates structured specs without execution tracking—perfect for quick feature planning.
AspectDetails
Agent1 (specsmd-agent)
Outputrequirements.md, design.md, tasks.md
PhasesRequirements → Design → Tasks
Best ForPrototypes, MVPs, spec handoff

Simple Flow Documentation

Learn more about Simple Flow

FIRE Flow

FIRE (Fast Intent-Run Engineering) is an Adaptive Spec-Driven Development flow. It right-sizes the rigor to complexity—design docs when needed, implementation plans otherwise.
AspectDetails
Agents3 (Orchestrator, Planner, Builder)
CheckpointsAdaptive (based on complexity + config)
Optimized ForAdaptive execution, brownfield, monorepos
Key FeaturesWalkthrough generation, hierarchical standards

FIRE Flow Documentation

Learn more about FIRE Flow

AI-DLC Flow

AI-DLC (AI-Driven Development Lifecycle) is the full methodology with DDD and comprehensive traceability.
AspectDetails
Agents4 (Master, Inception, Construction, Operations)
PhasesInception → Construction → Operations
Best ForTeams, complex domains, regulated environments
Key FeaturesDDD integration, Mob rituals, full traceability

Bolt Types (AI-DLC)

TypeBest ForStages
DDD ConstructionComplex domain logicModel → Design → ADR → Code → Test
Simple ConstructionUI, integrationsPlan → Implement → Test

AI-DLC Documentation

Learn more about AI-DLC Flow

Tool Integration

All flows integrate with AI coding tools:
ToolIntegration Method
Claude CodeSlash commands in .claude/commands/
CursorRules in .cursor/rules/
GitHub CopilotAgents in .github/agents/
Google AntigravityAgents in .agent/agents/

Next Steps

Choose Your Flow

Detailed comparison guide

Installation

Install and select your flow

VS Code Extension

Track progress visually