The Claude Code plugin for ido4 — the platform that makes AI-hybrid software development work at scale. Specs-driven, methodology-aware, with full project context for every AI coding session.
ido4dev gives AI coding agents the understanding to build correctly:
- Context intelligence — every session starts with full project context (upstream decisions, downstream needs, sibling progress)
- Quality enforcement — 34-step Business Rule Engine validates every state transition. Deterministic, not AI reasoning.
- Institutional memory — audit trails, context comments, and accumulated knowledge compound across sessions
- Multi-agent coordination — work distribution, task locking, handoff protocols
- Methodology support — Hydro (wave-based), Scrum (sprint-based), Shape Up (cycle-based). The engine is code; methodologies are profiles.
21 skills, 4 agents, 2 governance hooks. Built on the @ido4/mcp server.
# Add the ido4 plugin marketplace
/plugin marketplace add ido4-dev/ido4-plugins
# Install ido4dev
/plugin install ido4dev@ido4-pluginsThe MCP server (@ido4/mcp) is installed automatically on first session start — no manual setup needed.
# Set your GitHub token
export GITHUB_TOKEN=$(gh auth token)
# Start Claude Code, then:
/ido4dev:onboardThe onboarding skill auto-clones a demo codebase, creates a governed sandbox with embedded violations, and walks you through governance discovery in ~10 minutes.
| Category | Skills |
|---|---|
| Onboarding | /ido4dev:onboard, /ido4dev:guided-demo, /ido4dev:sandbox-explore |
| Project Intelligence | /ido4dev:standup, /ido4dev:board, /ido4dev:health, /ido4dev:compliance |
| Planning | /ido4dev:plan-wave, /ido4dev:plan-sprint, /ido4dev:plan-cycle |
| Retrospectives | /ido4dev:retro-wave, /ido4dev:retro-sprint, /ido4dev:retro-cycle |
| Specification | /ido4dev:decompose, /ido4dev:spec-validate, /ido4dev:spec-quality |
| Sandbox | /ido4dev:sandbox, /ido4dev:pilot-test |
- ido4shape — Creative specification through conversation. Shapes what to build.
- ido4dev (this plugin) — Specs-driven development at scale. Governs how it's built.
Both available from the same marketplace: /plugin marketplace add ido4-dev/ido4-plugins
- ido4.dev — Product website
- Documentation — GitBook docs
- @ido4/mcp on npm — MCP server
- ido4-demo — Demo codebase for sandbox
MIT