The AI-Driven Dev Framework is a marketplace — skills, agents, commands, rules, prompts, templates, recipes… — that helps you ship high-quality features to production.
Orchestrate your SDLC (Software Development Life Cycle) at scale, the agentic engineering way.
Built by the AI-Driven Dev community: 3 years of R&D, 500+ developers trained in English 🇬🇧 and French 🇫🇷, shipping production software with 100% AI-generated code.
- Join the Discord 🇫🇷 — public roadmap decisions every Thursday morning.
- Want to train your team? See the programme.
- AI is important to you? Join the ecosystem.
Primarily built on Claude Code (they set the standards), but compatibility with the other tools is ensured.
| Tool | Status |
|---|---|
| Claude Code | ✅ Native · recommended |
| GitHub Copilot | ✅ Supported |
| Codex | ✅ Supported |
| Cursor | ✅ Supported |
| OpenCode | ✅ Supported |
| Gemini | 🚧 In progress |
| Mistral | 🚧 In progress |
Two install formats, depending on your tool:
- Marketplace (recommended) — register once, then install and update plugins on demand. Native in Claude Code; for Copilot and Codex, grab the
-marketplace-archive and runaidd marketplace add. - Flat — unzip a
-flat-archive straight into your project (it materializes.cursor/,.opencode/, …). For tools without marketplace support.
All builds are attached to each GitHub release → latest release.
Claude Code — register the marketplace and install the plugins (slash commands, not shell):
/plugin marketplace add ai-driven-dev/framework
/plugin install aidd-context@aidd-framework
/plugin install aidd-refine@aidd-framework
/plugin install aidd-dev@aidd-framework
/plugin install aidd-vcs@aidd-framework
/plugin install aidd-pm@aidd-framework
/plugin install aidd-orchestrator@aidd-framework
Other tools — every release attaches a per-tool archive. Grab yours from the latest release:
GitHub Copilot — marketplace
- Download
aidd-framework-copilot-marketplace-<version>.zipand unzip it. - Register the marketplace:
aidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-<version>
- Install the plugins from the registered
aidd-frameworkmarketplace (same plugin names as Claude Code).
Codex — marketplace
- Download
aidd-framework-codex-marketplace-<version>.zipand unzip it. - Register the marketplace:
aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-<version>
- Install the plugins from the registered
aidd-frameworkmarketplace (same plugin names as Claude Code).
Cursor — flat
- Download
aidd-framework-cursor-flat-<version>.zip. - Unzip it into your project root — it materializes
.cursor/, ready to use.
OpenCode — flat
- Download
aidd-framework-opencode-flat-<version>.zip. - Unzip it into your project root — it materializes
.opencode/, ready to use.
- Onboard — one command inspects your project and guides you:
/aidd-context:00-onboard - Run the flow — take a feature from idea to a tested, shipped PR:
flowchart TD
Idea(["💡 <i>'Add a dark-mode toggle'</i>"])
Onboard["<b>/aidd-context:00-onboard</b><br/><i>understand the project</i>"]
Brainstorm["<b>/aidd-refine:01-brainstorm</b><br/><i>clarify the request</i>"]
Plan["<b>/aidd-dev:01-plan</b><br/><i>draft the technical plan</i>"]
Implement["<b>/aidd-dev:02-implement</b><br/><i>write the code</i>"]
Review["<b>/aidd-dev:05-review</b><br/><i>review the diff</i>"]
Commit["<b>/aidd-vcs:01-commit</b><br/><i>atomic commit</i>"]
PR(["✅ <b>/aidd-vcs:02-pull-request</b><br/><i>tested · shipped</i>"])
Idea --> Onboard --> Brainstorm --> Plan --> Implement --> Review --> Commit --> PR
classDef start fill:#D97757,stroke:#9c4f37,color:#fff;
classDef done fill:#2ea043,stroke:#1a7f37,color:#fff;
class Idea start;
class PR done;
Prefer one command for the whole loop?
/aidd-dev:00-sdlcruns plan → implement → review → ship.
Six plugins covering the whole SDLC — install all of them; they're designed to work together.
|
Project init, architecture, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks), diagrams, learning, exploration. |
⚙️ aidd-dev
SDLC loop: sdlc, plan, implement, assert, audit, review, test, refactor, debug, for-sure. |
🌿 aidd-vcs
Commits, pull / merge requests, release tags, issue creation. |
📋 aidd-pm
Ticket info, user stories, PRD, spec drafting. |
Meta-cognition: brainstorm, challenge, condense, shadow-areas, fact-check. |
Label an issue, get a PR; re-label, get the review applied. |
Task-oriented how-to sheets. Browse all recipes →
| Recipe | What you'll do |
|---|---|
| MCP installations | Choose CLI vs MCP, and wire up the recommended servers (GitHub, Atlassian, Figma, Notion…) |
Actively maintained — see what's shipping next and help shape what comes after.
Got an idea or hit a bug? Open an issue or start a discussion. For everything else, join the Discord 🇫🇷.
Note — code (pull-request) rights on this repo are reserved for certified Core Team members (
GOVERNANCE.md). Everyone else can open issues, join discussions, and shape the roadmap.
Plugins can run commands, edit files, and call external services on your behalf. Before installing any plugin from any marketplace, including this one: read its README and SKILL.md, inspect its actions, and check the permissions in its hooks and MCP servers. Spot a vulnerability? Report it privately via SECURITY.md.
| Doc | What's inside |
|---|---|
ARCHITECTURE.md |
How the framework is structured |
MARKETPLACE.md |
Marketplaces, install scopes, versioning, LLM tiers |
CATALOG.md |
Full skills catalog |
CREATE_PLUGIN.md |
Build your own plugin |
FAQ.md |
Frequently asked questions |
TROUBLESHOOTING.md |
Install issues, load problems, limits |
GLOSSARY.md |
Terms used across the framework |
MAINTAINERS.md |
Maintainer guide |
Made with care in France 🇫🇷 by the AIDD community
