amadeus-bugfix

Run the AI-DLC bugfix workflow for a specific defect without scope detection.

5|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amadeus-bugfix
Source: https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-bugfix
Command: npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from handling a known bug by locking the workflow into the bugfix scope and driving the AI-DLC loop deterministically.

Core Features & Use Cases

  • Fixed bugfix scope: Starts the workflow with bugfix already selected, so scope detection is skipped.
  • Deterministic orchestration: Repeatedly advances through directives, stage execution, asks, and completion in the same way the AI-DLC engine expects.
  • Interactive issue handling: Supports guided back-and-forth when the engine asks for clarification during a bugfix run.
  • Use case: Ask the skill to resolve a specific defect in an existing AI-DLC workspace and let it route the repair through the correct stages.

Quick Start

Ask the AI to run the amadeus-bugfix skill for the specific bug you want fixed and follow its guided prompts until the workflow completes.

Frequently Asked Questions about amadeus-bugfix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does a guided AI workflow help with software debugging?

A guided AI workflow helps with software debugging by locking the bugfix scope and driving deterministic stage routing, grilling, and reporting until the defect is resolved.

What's the best way to fix a specific defect using AI-DLC orchestration?

To fix a specific defect using AI-DLC orchestration, initiate the skill for that bug and follow the interactive prompts, responding in the prescribed stage protocol format until completion.

How do I handle clarification questions during AI-assisted bugfix routing?

To handle clarification questions during AI-assisted bugfix routing, provide your responses using the prescribed stage protocol format to maintain deterministic directive handling.

Can I skip scope detection when fixing a known defect in an AI-DLC workspace?

Yes, you can skip scope detection when fixing a known defect because the workflow starts with the bugfix scope already selected, removing the guesswork from the initial phase.

What happens if the bugfix scope changes during workflow orchestration?

If the bugfix scope changes during workflow orchestration, the deterministic routing breaks; the workflow requires the bugfix scope to remain fixed until completion.