problem-solver
Installation
SKILL.md
Problem Solver
Structured problem-solving with step-by-step explanations.
Problem-Solving Framework
flowchart LR
A[Understand] --> B[Plan]
B --> C[Execute]
C --> D[Verify]
D -->|Error| B
D -->|Correct| E[Explain]