generate-10-ideas

Generate ten ranked feature ideas by filtering one hundred brainstormed candidates.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/mistakenot/skills --skill generate-10-ideas-mistakenot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-10-ideas
Source: https://github.com/mistakenot/skills/tree/main/plugins/ideation/skills/generate-10-ideas
Command: npx skills add https://github.com/mistakenot/skills --skill generate-10-ideas-mistakenot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Brainstorming sessions often produce shallow, generic suggestions or an unfiltered flood of ideas with no clear priority. This Skill structures ideation by generating a large candidate pool internally and distilling it into ten specific, implementable feature proposals for a system. ## Core Features & Use Cases - Divergent-then-convergent ideation: Internally generates 100 candidate ideas across dimensions like UX, integrations, reliability, and observability, then filters to the top 10 by brilliance, impact, pragmatism, and innovation. - Structured output: Each idea includes a title, one-liner, the non-obvious insight behind it, an implementation sketch, and an honest complexity cost assessment. - Grounded constraints: Ideas must be implementable by a small team in days-to-weeks, avoid architectural rewrites, and be specific to the actual system being examined. - Use Case: Point the Skill at your codebase or product documentation before a planning cycle to produce a ranked shortlist of feature proposals ready for team review and roadmap discussion. ## Quick Start Analyze this repository and generate ten ranked ideas for new functionality with implementation sketches and complexity costs.

Frequently Asked Questions about generate-10-ideas

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

FAQPage Schema
How do I brainstorm feature ideas for my software product?▼

Use this Skill to analyze your system's documentation and code, then generate 100 candidate ideas internally before filtering to the top 10. Each idea comes with an implementation sketch and complexity assessment so you can evaluate feasibility immediately.

How to generate innovative ideas that are actually implementable?▼

The Skill enforces constraints requiring every idea to be buildable by a small team in days-to-weeks with no architectural rewrites. It scores candidates on brilliance, impact, pragmatism, and innovation, filtering out ideas that add complexity without proportional value.

What makes a good feature idea for roadmap planning?▼

Good roadmap ideas are specific to your system, compose well with existing functionality, and act as force multipliers rather than dead ends. This Skill rejects generic suggestions like "add caching" unless the specific application is genuinely novel.

Can AI brainstorming replace team ideation sessions?▼

It complements rather than replaces team sessions by producing a structured, ranked shortlist grounded in your actual codebase. Teams still provide domain context, strategic priorities, and final judgment on which ideas to pursue.

What are the limitations of automated idea generation?▼

Generated ideas depend on the quality of available documentation and code context, and may miss market or business factors outside the codebase. The Skill also deliberately excludes ambitious ideas requiring months of work or fundamental rewrites.