Spec-driven development workflow with DinCoder MCP server. Transform ideas into implementation through structured specifications, technical plans, and actionable tasks.
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install dincoder@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/dincoder.json
Step 2: Install the plugin
/plugin install dincoder@dincoder
Transform your development workflow with spec-driven methodology. This plugin integrates the DinCoder MCP server with Claude Code, providing slash commands, specialized agents, and workflow automation.
✨ Slash Commands - Quick access to spec-driven workflows 🤖 Specialized Agents - Expert assistance for specifications, planning, and task management 📊 Progress Tracking - Real-time analytics and dependency visualization 🔧 MCP Server Integration - Automatic installation and configuration 📝 Quality Gates - Validation to ensure high-quality specifications
# In Claude Code
/plugin install dincoder/claude-plugin
After installation, restart Claude Code to activate the plugin.
/spec
Follow the guided workflow to create a detailed specification.
/plan
Transform your specification into a technical implementation plan.
/tasks
Generate an actionable task list with dependencies and metadata.
/progress
View comprehensive progress report with statistics and charts.
Command | Description |
---|---|
/spec | Create or refine project specification |
/plan | Generate technical implementation plan |
/tasks |
Break down plan into actionable tasks |
/progress | View progress report with analytics |
/validate | Check specification quality |
/next | Show next actionable tasks |
Access specialized agents by typing @
:
Agent | Expertise |
---|---|
@spec-writer | Creating validated specifications |
@plan-architect | Designing technical implementation plans |
@task-manager | Managing tasks and tracking progress |
The plugin implements a proven spec-driven methodology:
1. Specify → Define WHAT to build
├── /spec - Create specification
└── /validate - Check quality
2. Plan → Design HOW to build it
└── /plan - Generate implementation plan
3. Execute → Build following tasks
├── /tasks - Create task list
└── /next - Show actionable tasks
4. Track → Monitor progress
└── /progress - View analytics
The plugin creates a .dincoder/
directory in your project:
.dincoder/
├── spec.md # Project specification (WHAT)
├── plan.md # Implementation plan (HOW)
├── tasks.md # Actionable task list
├── research.md # Technical decisions log
└── constitution.json # Project principles
The plugin automatically installs and configures the DinCoder MCP server, providing 26 tools:
Project Setup: specify_start
, prereqs_check
, constitution_create
Specification: specify_describe
, spec_validate
, spec_refine
, clarify_add/resolve/list
Planning: plan_create
, artifacts_analyze
Task Management: tasks_generate
, tasks_visualize
, tasks_filter
, tasks_search
, tasks_stats
, tasks_tick
, tasks_tick_range
Quality: quality_format
, quality_lint
, quality_test
Research: research_append
, artifacts_read
# Use the spec command
/spec
# Claude guides you through:
# - Problem definition
# - User requirements
# - Acceptance criteria
# - Edge cases
# - Out of scope items
# Get expert help writing specs
@spec-writer
> Help me create a specification for a REST API
# The agent will:
# - Ask targeted questions
# - Draft the specification
# - Run validation checks
# - Iterate until complete
# View comprehensive progress report
/progress
# Shows:
# - Overall completion percentage
# - Phase distribution
# - Next actionable tasks
# - Blockers and dependencies
# - Recommendations
(phase: setup, type: backend, priority: high, effort: 3)
/progress
daily or before standupsThe plugin enforces quality at each phase:
✅ Spec Validation - Before moving to planning
✅ Plan-Spec Alignment - Before generating tasks
✅ Dependency Check - Before starting tasks
Current version: 0.5.0
MIT License - see LICENSE
0.5.0