Ai Driven Development Archive banner
CodeAlive-AI CodeAlive-AI

Ai Driven Development Archive

AI community

Description

[ARCHIVED → CodeAlive-AI/ai-driven-development] Original ai-driven-development repo (Bug Fix Protocol article). The protocol has been wrapped as a skill in the new umbrella collection.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ai-driven-development (archived) — moved

**This is the original `ai-driven-development` repo that hosted the Bug Fix Protocol article. Its name is now `ai-driven-development-archive`.**

The current `https://github.com/CodeAlive-AI/ai-driven-development` URL points to a **different** (consolidated umbrella) collection — see below.

Where the content moved

Bug Fix Protocol → `ai-driven-development/skills/bug-fix-protocol`

The 8-step bug-fix protocol that lived in [`BUG-FIX-PROTOCOL.md`](BUG-FIX-PROTOCOL.md) has been wrapped as a proper Agent Skill at:

→ **[ai-driven-development/skills/bug-fix-protocol](https://github.com/CodeAlive-AI/ai-driven-development/tree/main/skills/bug-fix-protocol)**

The skill contains the full protocol text (`PROTOCOL.md`) plus a `SKILL.md` agent-facing wrapper that triggers on bug-fix / production-incident / regression-test contexts.

Install (new location)

# Install just the bug-fix-protocol skill
npx skills add CodeAlive-AI/ai-driven-development --skill bug-fix-protocol

# Or the whole umbrella collection (18 skills + 1 hook)
npx skills add CodeAlive-AI/ai-driven-development

For Claude Code plugin install:

/plugin marketplace add CodeAlive-AI/ai-driven-development
/plugin install ai-driven-development@ai-driven-development

What happened to the old URL?

The original `CodeAlive-AI/ai-driven-development` repo (this one, with 4 stars and the `BUG-FIX-PROTOCOL.md` article) was renamed to `ai-driven-development-archive`. The freed-up `ai-driven-development` URL was then assigned to a much larger consolidated umbrella collection — see [the new repo's README](https://github.com/CodeAlive-AI/ai-driven-development#readme) for context.

GitHub redirects from the original URL no longer apply because the URL is now a real repo again. If you had the original repo bookmarked, this archive (`ai-driven-development-archive`) is its new home.

Archive notice

This repo is **archived and read-only**. T