| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🇫🇷 The first French open-source framework for AI-driven development.
6 plugins · 38 skills · 3 agents · MIT
🗺️ Live roadmap — what's shipping Now / Next / Later
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.
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:
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 — marketplaceaidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-<version>aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-<version>/aidd-context:00-onboard
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-sdlc runs plan → implement → review → ship.
Six plugins covering the whole SDLC — install all of them; they're designed to work together.
|
13 skills · stable Project init, architecture, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks), diagrams, learning, exploration. |
⚙️ aidd-dev11 skills · stable SDLC loop: sdlc, plan, implement, assert, audit, review, test, refactor, debug, for-sure. |
🌿 aidd-vcs4 skills · stable Commits, pull / merge requests, release tags, issue creation. |
📋 aidd-pm4 skills · stable Ticket info, user stories, PRD, spec drafting. |
5 skills · stable Meta-cognition: brainstorm, challenge, condense, shadow-areas, fact-check. |
1 skill · stable (async-dev) 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…) |
⭐ Free & open-source (MIT), built by the AIDD community. If AIDD saves you time, a star genuinely helps the project grow and helps other developers find it.
Actively maintained — the roadmap is public; 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
| Back | FazBrowse Home | New Git URL |