From finding-unknowns
Structures implementation plans to surface reversible decisions first, then mechanical work. Use when planning is requested before a build.
How this skill is triggered — by the user, by Claude, or both
Slash command
/finding-unknowns:implementation-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A plan's job is not to prove you thought of everything. It's to put the reversible-but-expensive decisions in front of the user while changing them is still free. Order the plan by likelihood-of-tweaking, not by build order.
A plan's job is not to prove you thought of everything. It's to put the reversible-but-expensive decisions in front of the user while changing them is still free. Order the plan by likelihood-of-tweaking, not by build order.
npx claudepluginhub neeeophytee/finding-unknowns-skills --plugin finding-unknownsProduces a structured implementation plan with decision gates and open judgment calls, for architectural decisions, multi-file changes, or strategic pivots before coding.
Generates tightly scoped implementation plans (≤5 steps, ≤1250 words) for tasks, framed as staff engineer discussions. Use for sprint-ready breakdowns.
Generates detailed implementation plans for features, refactors, migrations, bug fixes, and architectural changes using multi-agent collaboration. Outputs structured Markdown files with steps, scope, and risks.