Agent skill
problem-analysis
Invoke IMMEDIATELY via python script for structured problem analysis and decision reasoning. Do NOT explore first - the script orchestrates the workflow.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/problem-analysis
SKILL.md
Problem Analysis
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invocation
bash
python3 scripts/thinkdeep.py \
--step 1 \
--total-steps 6 \
--thoughts "Problem: <describe>"
| Argument | Required | Description |
|---|---|---|
--step |
Yes | Current step (starts at 1) |
--total-steps |
Yes | Minimum 6; adjust as script instructs |
--thoughts |
Yes | Accumulated state from all previous steps |
Do NOT analyze or explore first. Run the script and follow its output.
Didn't find tool you were looking for?