find-edgecase-slop
Installation
SKILL.md
Find Edge-Case Slop
Look for places where we have hard coded or spiked the complexity for an edge case. Report your findings.
This skill is read-only planning: enter plan mode, scan the CWD repo, and materialize every hit as a todo. Do not edit code or start cleanup unless the user explicitly asks after reviewing the plan.
Enter plan mode (first action)
- If the session is not already in plan mode, switch into it (Cursor:
SwitchMode→plan; other harnesses: the equivalent read-only / planning posture if available). Explain briefly: edge-case slop findings must land as a plan with exhaustive todos before any cleanup. - If already in plan mode, stay there — do not bounce modes.
- Stay in plan mode through the scan and todo materialization. Only leave plan mode if the user later asks to clean up (then switch to agent / implementation mode).