What problem does it solve?
Tracing & incident analyzer: traces why a feature doesn't work after deploy,
locates the root cause in code across all layers (frontend → API → backend → DB),
generates PlantUML sequence + C4 component diagrams showing the failure path,
produces a structured issue table, and assesses implementation risks.
Use when: a deployed feature doesn't work, triaging bugs, incidents, or production issues.
Core Features & Use Cases
- Tracing across all layers to identify failure paths and bottlenecks.
- Generates PlantUML sequence diagrams and C4 component diagrams for visual root-cause analysis.
- Produces a structured issue table with steps to reproduce, impact assessment, and recommended fixes.
- Performs risk assessment of proposed changes and suggests mitigation strategies.
- Suitable for postmortems, live incidents, and feature-tracing during deployments.
Quick Start
Analyze a reported issue by providing the error context and logs, then invoke the tracing workflow to start the investigation.