DinCoder
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime
IMPORTANT:
> - **Using Claude Code?** → Install the [Plugin](#-claude-code-plugin-recommended-for-claude-code) (easier, includes slash commands & agents)
> - **Using VS Code/Codex/Cursor?** → Install [MCP Server Only](#installing-via-smithery) (plugins not supported)
>
> ⚠️ **Don't install both!** The plugin automatically installs the MCP server - installing both may cause conflicts.
DinCoder brings the power of GitHub Spec Kit to any AI coding agent through the Model Context Protocol. It transforms the traditional "prompt-then-code-dump" workflow into a systematic, specification-driven process where specifications don't serve code—code serves specifications.
🌟 The Power Inversion: A New Development Paradigm
For decades, code has been king. Specifications were scaffolding—built, used, then discarded once "real work" began. PRDs guided development, design docs informed implementation, but these were always subordinate to code. Code was truth. Everything else was, at best, good intentions.
Spec-Driven Development inverts this power structure:
Specifications Generate Code: The PRD isn't a guide—it's the source that produces implementation
Executable Specifications: Precise, complete specs that eliminate the gap between intent and implementation
Code as Expression: Code becomes the specification's expression in a particular language/framework
Living Documentation: Maintain software by evolving specifications, not manually updating code
This transformation is possible because AI can understand complex specifications and implement them systematically. But raw AI generation without structure produces chaos. DinCoder provides that structure through GitHub's proven Spec Kit methodology.
Plugin install :
**Step 1: Add the DinCoder marketplace**
```bash
# In Claude Code
/plugin marketplace add flight505/dincoder-plugin
```
**Step 2: Install the plugin**
```bash
/plugin install dincoder
```