product-vision

Explores a codebase to generate architecture-grounded feature ideas, compound plays, and GitHub issues.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Claudfather/clauDNA --skill product-vision-claudfather
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-vision
Source: https://github.com/Claudfather/clauDNA/tree/main/skills/product-vision
Command: npx skills add https://github.com/Claudfather/clauDNA --skill product-vision-claudfather

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Product roadmaps often drift into blue-sky brainstorming disconnected from what the codebase can actually support. This Skill grounds feature exploration in the real architecture, surfacing ideas that are one or two hops from existing infrastructure and aligning them to a project mission. ## Core Features & Use Cases - Architecture-Grounded Discovery: Launches parallel exploration subagents to map capabilities, data assets, integrations, user flows, and extensibility patterns before proposing anything. - Compound Play Synthesis: Groups related feature ideas into themes where 2-3 features together create outsized value, scored by impact, effort, and mission alignment. - Actionable Output: Creates labeled GitHub Issues per feature and compound play, proposes a PROJECT_MISSION.md when none exists, and supports a fully autonomous --auto mode. - Use Case: Run it on a mature internal tool to discover that freshness monitoring, anomaly alerts, and a health scorecard combine into a data reliability platform worth building next quarter. ## Quick Start Ask the assistant to run the product-vision skill on this repository to explore feasible next features and create GitHub issues for the top compound plays.

Frequently Asked Questions about product-vision

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

FAQPage Schema
How do I generate product feature ideas from my codebase?

Run the product-vision skill, which launches parallel exploration subagents to map your architecture, data, integrations, and user flows. It then proposes one-hop and two-hop features grouped into compound plays, scored by impact and effort.

What is a compound play in product planning?

A compound play is a theme grouping 2-3 related features whose combined value exceeds each individually. The skill identifies these groupings and explains why the whole is greater than the sum of its parts.

Can I run product-vision non-interactively in CI?

Yes, pass --auto to skip plan mode and user confirmations. It implies --output github, creates issues for all ideas scored green or yellow, and emits a structured JSON result as the final output.

When should I use product-enhance instead of product-vision?

Use product-enhance for triaging known issues in an existing product. Product-vision is for open-ended exploration of what the codebase could become, grounded in existing infrastructure.

Does product-vision write a mission statement automatically?

If no PROJECT_MISSION.md exists, it proposes one based on discovered capabilities and trajectory. In --auto mode it only includes the proposal in the summary and never writes the file to disk.