What problem does it solve?
This Skill provides a structured way to document and learn from failures encountered during development, preventing recurring mistakes and improving overall process quality.
Core Features & Use Cases
- Systematic Failure Logging: Capture details about what went wrong, why, and how it was resolved.
- Categorization: Classify failures into Code, Pattern, Tool, Environment, or Process types for better analysis.
- Routing Logic: Directs failures to the most appropriate log (global, skill-specific, or project-specific).
- Prevention Guidance: Encourages documenting steps to avoid future occurrences.
- Use Case: After spending hours debugging an unexpected API response, you can use this skill to log the root cause and the solution, ensuring that anyone encountering a similar issue in the future can quickly resolve it.
Quick Start
Log a new failure by providing its category, context, what went wrong, the cause, and how to prevent it.