idea-refine

Refines raw ideas into actionable .NET concepts through structured divergent and convergent thinking.

7|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/peterblazejewicz/claude-plugins --skill idea-refine-peterblazejewicz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-refine
Source: https://github.com/peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/idea-refine
Command: npx skills add https://github.com/peterblazejewicz/claude-plugins --skill idea-refine-peterblazejewicz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Raw ideas often stay vague, untested, or over-scoped, leading teams to build the wrong thing. This Skill turns a rough concept into a sharp, validated one-pager with explicit assumptions, MVP scope, and a clear "Not Doing" list before any code is written. ## Core Features & Use Cases - Three-phase ideation dialogue: Understand & Expand (divergent variations via lenses like inversion and simplification), Evaluate & Converge (stress-testing on user value, feasibility, differentiation), and Sharpen & Ship (a markdown one-pager). - Codebase-aware grounding: When run inside a .NET solution, it scans existing architecture (MyApp.Core, EF Core models, Directory.Packages.props, ViewModels) to ground variations in real constraints. - Reference frameworks: Bundled references for SCAMPER, JTBD, pre-mortem, an evaluation rubric, and full example sessions. - Use Case: You are deciding what to build next — a new Avalonia app, an ASP.NET Core API, or a NuGet library. Invoke the skill, answer sharpening questions, review 5-8 idea variations, and receive a one-pager saved to docs/ideas/ with assumptions to validate and explicit trade-offs. ## Quick Start Ask the agent to help you refine or stress-test your idea for a new .NET feature or product, and it will guide you through the three-phase ideation dialogue.

Frequently Asked Questions about idea-refine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refine a vague product idea before building it?

Invoke the skill with your idea and it restates it as a How Might We problem statement, asks 3-5 sharpening questions about the target user and success criteria, then generates 5-8 variations using lenses like inversion, simplification, and audience shift before converging on a direction.

How to validate assumptions before starting a .NET project?

The skill's Phase 2 stress-tests each direction on user value, feasibility, and differentiation, then explicitly lists hidden assumptions with validation strategies. For .NET ideas it weighs target framework, cross-platform constraints, NuGet coverage, EF Core migration shape, and auth strategy.

What output does an ideation session produce?

The session ends with a markdown one-pager containing a problem statement, recommended direction, key assumptions to validate, MVP scope, a Not Doing list, and open questions. It is saved to docs/ideas/ only after you confirm.

Does idea-refine work inside an existing .NET codebase?

Yes. When run inside a .NET solution it uses Glob, Grep, and Read to scan solution layout, project references, EF Core models, and existing patterns, grounding idea variations in the actual architecture rather than generic suggestions.

When should I not use structured ideation?

Skip it when the task is a well-defined implementation with no open product questions, since the skill is a dialogue-heavy process. It is designed for deciding what to build, not for executing an already-validated plan.