
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.
AI-native development framework with pluggable flows for every use case.
Choose the flow that matches your project needs: Simple for quick specs, FIRE for adaptive execution, or AI-DLC for full methodology with DDD.
Track your progress with our sidebar extension for VS Code and compatible IDEs.
AI-DLC Flow:
FIRE Flow:
Note: Works with any VS Code-based IDE including Cursor, Google Antigravity, Windsurf, and others.
Features:
Install from:
| Flow | Optimized For | Agents | Checkpoints |
|---|---|---|---|
| Simple | Spec generation, prototypes | 1 | 3 (phase gates) |
| FIRE | Adaptive execution, brownfield, monorepos | 3 | Adaptive (0-2) |
| AI-DLC | Full traceability, DDD, regulated environments | 4 | Comprehensive |
Not sure which flow? If you want quick specs without execution tracking, use Simple. If you want adaptive execution that right-sizes rigor, use FIRE. If you need comprehensive documentation and DDD, use AI-DLC.
[!NOTE] Always use npx to get the latest version. Do not install globally with npm.
npx specsmd@latest install
During installation, select your 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)
The installer detects your AI coding tools and sets up agent definitions, slash commands, and project structure for your selected flow.
Track specsmd flow state from a local browser dashboard:
npx specsmd@latest dashboard
Useful options:
npx specsmd@latest dashboard --flow fire --path . --no-open
npx specsmd@latest dashboard --host 127.0.0.1 --port 4317
Prefer the terminal dashboard?
npx specsmd@latest dashboard-cli
npx specsmd@latest dashboard-cli --flow fire --path . --refresh-ms 1000
Track your progress visually with our sidebar extension:
# Check the manifest
cat .specsmd/manifest.yaml
# List installed agents (adjust path for your flow)
ls .specsmd/fire/agents/ # FIRE flow
ls .specsmd/simple/agents/ # Simple flow
ls .specsmd/aidlc/agents/ # AI-DLC flow
Spec generation only. Generate requirements, design, and task documents without execution tracking.
/specsmd-agent
Three Phases:
requirements.md - User stories, EARS criteriadesign.md - Technical design, architecture diagramstasks.md - Implementation checklistBest for: Prototypes, MVPs, spec handoff, projects that don't need AI-assisted execution.
Output structure:
specs/
└── {feature-name}/
├── requirements.md
├── design.md
└── tasks.md
Fast Intent-Run Engineering. Adaptive execution with brownfield and monorepo support. Ships in hours with 0-2 checkpoints based on task complexity.
/fire-orchestrator # Entry point, routing
/fire-planner # Intent capture, work item decomposition
/fire-builder # Run execution, walkthrough generation
Key Features:
Best for: Teams who hate friction, brownfield projects, monorepos.
Output structure:
.specs-fire/
├── state.yaml # Central state tracking
├── standards/ # Project standards
├── intents/ # Intent documentation
├── runs/ # Run logs
└── walkthroughs/ # Generated documentation
Full methodology. Implements the AI-Driven Development Lifecycle with Domain-Driven Design and comprehensive traceability.
/specsmd-master-agent # Orchestrates & navigates
/specsmd-inception-agent # Requirements, stories, bolt planning
/specsmd-construction-agent # Execute bolts through DDD stages
/specsmd-operations-agent # Deploy, verify, monitor
Three Sequential Phases:
Best for: Complex domains, multi-team coordination, regulated environments.
Output structure:
memory-bank/
├── standards/ # Project standards
├── intents/ # Intent documentation
│ └── {intent-name}/
│ ├── requirements.md
│ ├── system-context.md
│ └── units/
├── bolts/ # Bolt execution records
└── operations/ # Deployment context
From quick specs (Simple) to adaptive execution (FIRE) to full methodology (AI-DLC). Choose the flow that matches your project needs.
Right-sizes the rigor. Simple bug fixes burn through fast. Critical changes get design review. You configure your autonomy preference.
Auto-detects existing patterns and respects your conventions. Hierarchical standards with module-specific overrides.
Domain-Driven Design is integral to Construction, not an optional add-on. Every decision documented with full traceability.
Works with Claude Code, Cursor, GitHub Copilot, and other AI coding assistants. Markdown-based agents work anywhere—no vendor lock-in.
Structured artifacts provide persistent context for AI agents. Agents reload context each session—no more lost knowledge.
specs.md is IDE and AI-agnostic—your specs and agents are portable markdown files that work anywhere.
| Tool | Integration |
|---|---|
| Claude Code | Slash commands in .claude/commands/ |
| Cursor | Rules in .cursor/rules/ (.mdc format) |
| GitHub Copilot | Agents in .github/agents/ (.agent.md format) |
| Google Antigravity | Agents in .agent/agents/ |
| Windsurf | Rules in .windsurf/rules/ |
| Amazon Kiro | Steering in .kiro/steering/ |
| Gemini CLI | Commands in .gemini/commands/ (.toml format) |
| Cline | Rules in .clinerules/ |
| Roo Code | Commands in .roo/commands/ |
| OpenAI Codex | Config in .codex/ |
| OpenCode | Agents in .opencode/agent/ |
Ensure specs.md is installed correctly:
# Check for your flow
ls .specsmd/fire/agents/ # FIRE
ls .specsmd/simple/agents/ # Simple
ls .specsmd/aidlc/agents/ # AI-DLC
If the directory is empty or missing, reinstall:
npx specsmd@latest install
Check if the artifacts directory exists for your flow:
ls .specs-fire/ # FIRE flow
ls specs/ # Simple flow
ls memory-bank/ # AI-DLC flow
If missing, initialize your project using the appropriate agent.
Ensure standards are defined in your flow's standards directory:
.specs-fire/standards/memory-bank/standards/Run project initialization if missing.
Q: Which flow should I choose?
Q: Can I switch flows after installation? Flows are independent—they're not an upgrade path. Each is designed for different use cases. You can reinstall to change flows, but artifacts are structured differently.
Q: Agents don't seem to remember previous context? Each agent invocation starts fresh. Agents read context from artifacts at startup. Ensure artifacts are saved after each step.
Q: How do I reset project state? Delete the artifacts directory for your flow:
.specs-fire/specs/memory-bank/To remove specsmd entirely, also delete .specsmd/ and tool-specific command files.
Q: What project types is this suited for? specs.md supports everything from quick prototypes (Simple) to complex enterprise systems (AI-DLC). Choose the flow that matches your project needs.
MIT License - see LICENSE for details.
Built by the specs.md team.
FAQs
Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.
The npm package specsmd receives a total of 124 weekly downloads. As such, specsmd popularity was classified as not popular.
We found that specsmd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.