bug-plan-creator

Analyzes error logs and traces to generate an architectural bug-fix plan.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Dethon/ai-dev-flow --skill bug-plan-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-plan-creator
Source: https://github.com/Dethon/ai-dev-flow/tree/main/skills/bug-plan-creator
Command: npx skills add https://github.com/Dethon/ai-dev-flow --skill bug-plan-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes bug input from logs, traces, or user reports to produce an architectural fix plan.

Core Features & Use Cases

  • Process error logs and stack traces to generate an actionable architectural fix plan.
  • Accepts user reports or design files and works with both loop and swarm execution models.
  • Outputs a structured plan with root cause and recommended next steps.

Quick Start

Run the bug-plan-creator with your error context:

/bug-plan-creator "TypeError: 'NoneType' at auth.py:45"

Frequently Asked Questions about bug-plan-creator

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

FAQPage Schema
How do I generate an architectural bug-fix plan from error logs?

To generate an architectural bug-fix plan from error logs, you provide the raw error data or stack traces to the system. It then analyzes the input to output a structured plan identifying the root cause, severity, and recommended next steps.

Can I use design documents to analyze stack traces and find a root cause?

Yes, you can use design documents alongside stack traces to analyze bugs. The system accepts design files or raw user reports as input context to accurately determine the root cause and formulate a targeted fix plan.

Does the bug-fix planning process work with swarm executors?

The bug-fix planning process works with both loop and swarm executors. It processes the provided error context using either execution model to satisfy input constraints and deliver the structured architectural fix plan.

What is the best way to automate bug investigations across systems from user reports?

Automating bug investigations across systems involves feeding user reports and error data into an analysis tool. This skill processes those inputs to automatically produce a structured plan detailing the root cause and actionable next steps.

How do I get recommended next steps and severity assessment for a TypeError stack trace?

To get recommended next steps and severity assessment for a TypeError stack trace, input the error context directly. The system evaluates the trace to deliver a structured plan with severity ranking and a clear path forward.