From finding-unknowns
Logs deviations from the plan and discovered edge cases in a running implementation-notes.md during builds. Useful for long autonomous sessions with agreed plans.
How this skill is triggered — by the user, by Claude, or both
Slash command
/finding-unknowns:implementation-notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
No amount of planning removes every unknown; some only appear once the code is open. When the territory disagrees with the plan, don't stop and don't silently improvise — take the conservative option, write it down, and keep going. The notes file is how the next attempt learns from this one.
No amount of planning removes every unknown; some only appear once the code is open. When the territory disagrees with the plan, don't stop and don't silently improvise — take the conservative option, write it down, and keep going. The notes file is how the next attempt learns from this one.
implementation-notes.md with three headings: Deviations, Discovered edge cases, Questions for review.npx claudepluginhub neeeophytee/finding-unknowns-skills --plugin finding-unknownsWrites and maintains implementation diaries for non-trivial tasks like features, bug fixes, refactors; captures changes, why, successes, failures with errors/commands, learnings, tricky parts, review notes in dated Markdown files.
Implements approved plans from .claude/scratchpad files by reading code fully, executing phases sequentially, verifying work, and updating checkboxes.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.