← ClaudeAtlas

feature-discoverylisted

Discover what to build next across a whole product: fan out parallel agents to map the current repo into a feature inventory, research competitors, ideate across seven value lenses, dedup and shortlist, spec and adversarially validate the winners, then synthesize a ranked roadmap. Distinct from brainstorm, which goes deep on one feature - this goes wide and returns a ranked roadmap of many candidates. Heavyweight: runs a deterministic multi-agent Workflow of roughly 35-40 sub-agents at exhaustive depth. Use when the user asks what to build next, wants feature ideas, a roadmap or gap analysis, a competitor analysis, "what are we missing", or "where can we add value". For a casual "give me three ideas", answer directly instead of invoking this.
rube-de/cc-skills · ★ 10 · AI & Automation · score 78
Install: claude install-skill rube-de/cc-skills
# Feature discovery Turns "what should we build next?" into a grounded, ranked roadmap by fanning out many agents instead of one agent guessing. The whole run is a deterministic Workflow script, so every invocation follows the same pipeline rather than being re-improvised. **Distinct from `brainstorm`.** `pm:brainstorm` goes deep on one known-ish feature (interactive Q&A, a single spec doc). This goes wide across the whole product and returns a ranked roadmap of many candidate features. Reach for brainstorm to design *how* to build a chosen feature; reach for this to discover *what* to build. ## When this fits Use it when the user wants ideas that are researched, deduped, specced, and pressure-tested, not a quick off-the-cuff list. It is deliberately heavyweight (roughly 35-40 agents at exhaustive depth), so for a casual "give me three ideas" just answer directly. ## The pipeline (what the script runs) The Workflow engine runs five phases - you do not run these yourself, the engine does (see [scripts/feature-discovery.workflow.js](scripts/feature-discovery.workflow.js)): - **Ground** - one agent maps the current product from the repo (entry points, routes, data models, content, services, config, docs); in parallel a planner proposes competitor segments and one analyst researches each via web search. The product is always mapped, even in `internal` scope, so ideation never re-proposes what exists. - **Ideate** - one agent per value lens (discoverability, core va