Automates the full Git-based development workflow: create atomic commits with conventional messages, open templated pull requests, cut annotated semver releases with auto-generated notes, and create structured issues in your ticketing tool.
Create an atomic git commit with conventional message format. Use when the user says "commit", "git commit", "create a commit", "commit my changes", "commit and push", or invokes `/commit`. Do NOT use for amending existing commits, force-pushing, rebasing, opening pull requests, or release tagging.
Create a draft pull or merge request from the current branch. Use when the user says "open a pr", "open a pull request", "create a pr", "create a merge request", "open mr", "draft a pr for this branch", or invokes `/pull-request`. Do NOT use for committing changes, pushing a branch directly, tagging releases, merging an existing request, or amending commits.
Cut a semver release with annotated tag and release notes. Use when the user says "release", "tag", "tag this release", "bump version", "release v1.2.0", "cut a release", or invokes `/release-tag`. Do NOT use for plain commits without a tag, opening pull requests, pushing a branch only, or amending existing tags.
Create an issue in the configured ticketing tool. Use when the user says "new issue", "create an issue", "file a bug", "file an issue", "report bug", "open an issue", or invokes `/issue-create`. Do NOT use for committing changes, opening pull requests, tagging releases, or commenting on existing issues.
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.
6 plugins · 37 skills · 3 agents · MIT
Quick start → · Browse plugins → · How it works → · Join Discord →
The AIDD Framework is a marketplace of skills, agents, rules, and conventions that make the AI-Driven Development flow concrete inside your AI coding assistant - the full SDLC (plan → implement → review → ship) under rigorous human supervision. It is the open toolset of the AI-Driven Dev community.
The framework is authored for Claude Code, and this repository is its native marketplace. Every release also attaches archives adapted to each tool we support - Cursor, GitHub Copilot, Codex, OpenCode (marketplace or flat format per tool) - so you grab the build that matches your assistant. See Another AI tool? for the per-tool download + install table.
Founded by Alex Soyes - Blog · GitHub · LinkedIn · X.
Join the conversation: Discord · YouTube · LinkedIn · Website
Just an AI coding assistant. Everything else is per-plugin and optional.
| To… | You need |
|---|---|
| Register & run the marketplace | An AI assistant - Claude Code runs this marketplace natively; for another tool, grab the release archive the aidd-cli builds for it |
| Use a plugin's extras | Only what that plugin's README lists - e.g. gh / glab for VCS, a ticketing tool for PM |
Nothing beyond the AI tool is required just to register the marketplace.
Register the marketplace and install the core plugins (Claude Code 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
Then set up project context (guided onboard, or direct project-init) and run the dev flow:
---
title: AIDD quick start
---
flowchart TD
Install["Marketplace + plugins installed"]
Setup{"Set up context"}
Onboard["aidd-context:00-onboard - guided hub"]
Init["aidd-context:02-project-init - context engineering"]
Brainstorm["aidd-refine:01-brainstorm"]
Plan["aidd-dev:01-plan"]
Implement["aidd-dev:02-implement"]
Assert["aidd-dev:03-assert"]
Review["aidd-dev:05-review"]
Commit["aidd-vcs:01-commit"]
PR["aidd-vcs:02-pull-request"]
Learn["aidd-context:10-learn"]
Install --> Setup
Setup -->|guided| Onboard
Setup -->|direct| Init
Onboard --> Init
Init --> Brainstorm
Brainstorm --> Plan
Plan --> Implement
Implement --> Assert
Assert --> Review
Review --> Commit
Commit --> PR
PR --> Learn
/aidd-context:00-onboard - it inspects the project and guides you./aidd-dev:00-sdlc runs plan → implement → review → ship./plugin Discover tab.npx claudepluginhub ai-driven-dev/frameworkCode transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.
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.
Product management: ticket-info, user-stories-create, prd, spec
Meta-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, discovery
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
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.
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Production-ready slash commands for Git workflow automation including PR creation, release management, and QA testing
Git-as-knowledge-graph workflow for traceability across issues, branches, commits, reviews, and PRs.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.