Orchestrate the full SDLC from spec to shipped code: generate implementation plans, execute them phase by phase, write and iterate tests, run codebase audits, review diffs, refactor across quality axes, and debug bugs with a test-driven workflow.
Milestone executor. Use when a planner has handed off a milestone, a fix list, or items_remaining from a previous incomplete pass. Codes, tests, repairs. Returns what's done, what's remaining, and a completion score. Never replans, never judges.
Planning agent. Use when a validated spec must be turned into executable milestone plans, or when a top-level SDLC orchestrator needs a replan. Writes plans and decisions only. Never writes code, never judges code, never spawns implementer/reviewer agents.
Independent critic in fresh context. Use when an artifact (code, spec, plan, doc) needs verification against a validator (acceptance criteria, checklist file, or any explicit ruleset). Returns reviewed items, findings, completion score and quality score. Never edits the artifact, never decides what to do next.
Pure orchestrator for the full AIDD development flow. Use when a human (or Gardener) needs to take a free-form request from idea to shipped code, end-to-end. Coordinates spec generation, planning, implementation, review, and shipping by composing other skills and agents. Supports two modes - `auto` (default, no human interaction) and `interactive` (pauses for human confirmation at key gates). Holds no business logic of its own; every step is delegated.
Generate technical implementation plans, define component behaviors, and extract design details from images.
Execute an implementation plan phase by phase via the implementer agent, iterating until 100% completeness.
Assert features work as intended - general assertions, architecture conformance, and frontend UI validation.
Read-only codebase audit across quality pillars (code-quality, architecture, security, dependencies, performance, tests, ui). Diagnoses and reports findings; never edits code. Use when the user wants to assess, audit, or health-check a codebase or one dimension of it, then hands off to the act-skills (refactor, test, impeccable) to fix. Do NOT use for fixing the findings (hand off to refactor/test/impeccable), per-PR code review (use 05-review), or validating that a feature works (use 03-assert).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
π«π· 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:
-marketplace- archive and run aidd marketplace add.-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:
aidd-framework-copilot-marketplace-<version>.zip and unzip it.aidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-<version>
aidd-framework marketplace (same plugin names as Claude Code).aidd-framework-codex-marketplace-<version>.zip and unzip it.aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-<version>
aidd-framework marketplace (same plugin names as Claude Code).npx claudepluginhub ai-driven-dev/framework --plugin aidd-devMeta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.
Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, explore, recipe how-to sheets
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
External artifacts: commit, pull-request, release-tag, issue-create
Product management: ticket-info, user-stories-create, prd, spec
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
The only Claude Code plugin that verifies AI-generated code against its own design specs.
An agent-routed harness for end-to-end software product development
AI-First SDLC β zero-debt development with validators, enforcement, and workflows
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Helder's personal SDLC toolbelt for AI coding agents β from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.