Discover and explore top open-source AI tools and projects—updated daily.
Spec-driven development for AI coding assistants
Top 26.1% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> OpenSpec enforces spec-driven development for AI coding assistants, aligning humans and AI on requirements before code generation. It ensures deterministic, auditable outputs, benefiting teams seeking predictable AI-assisted development and clear scope management.
How It Works
OpenSpec uses a lightweight specification workflow: developers draft proposals, review/align with AI, implement AI-generated tasks, and archive changes to update source specs. This ensures human-AI agreement on intent before implementation, providing structured, auditable change folders.
Quick Start & Requirements
npm install -g @fission-ai/openspec@latest
openspec init
in your project directory. This prompts for AI tool selection, configures slash commands or AGENTS.md
, and creates an openspec/
directory.Highlighted Details
AGENTS.md
convention.openspec/changes/<feature-name>/
) containing proposals, tasks, and spec deltas.Maintenance & Community
pnpm
.Licensing & Compatibility
Limitations & Caveats
AGENTS.md
for non-native integrations.1 day ago
Inactive