product-enhance

Discover product enhancement opportunities through intent interviews and codebase gap analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Product teams struggle to systematically identify what an existing product should improve next, often relying on ad-hoc feedback instead of structured analysis of the gap between product intent and actual implementation. ## Core Features & Use Cases - Dual-path workflow: Triage mode validates a user-supplied issue list against the codebase, while Discovery mode runs an intent interview and gap analysis to surface enhancement opportunities. - Ranked enhancement proposals: Findings are categorized (missing capability, partial implementation, UX friction, misalignment, untapped potential, reliability gap) and ranked by impact-to-effort ratio. - Phased design docs and GitHub Issues: Generates numbered phase documents under documentation/planning/phases/ or publishes proposals as labeled GitHub Issues via --output github. - Use Case: Point the skill at an existing SaaS codebase, answer the intent interview questions, and receive a ranked table of enhancement proposals plus phased implementation plans ready for a build step. ## Quick Start Ask the AI to run product-enhance on this repository to discover and rank enhancement opportunities, optionally with a focus area like onboarding or search.

Frequently Asked Questions about product-enhance

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

FAQPage Schema
How do I find enhancement opportunities in an existing product codebase?

Run the discovery path: the skill performs codebase reconnaissance with Explore subagents, conducts an intent interview about purpose and aspirations, then produces a gap analysis and ranked enhancement proposals. Findings are categorized into six types including missing capability and UX friction.

How do I triage a list of product issues against my codebase?

Use the triage path by providing your issue list at invocation. The skill validates each item against the code with Explore subagents, checking responsible code, reproducibility, and root causes, then presents a validation table before generating proposals.

Can product-enhance create GitHub Issues automatically?

Yes, pass --output github to write each enhancement proposal as a GitHub Issue with the enhancement label and priority labels mapped from impact rankings. The --auto flag runs fully non-interactively and files all High and Medium impact proposals.

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

Use product-vision for net-new feature brainstorming and divergent ideation about what a codebase could become. Use product-enhance when you have specific issues to triage or want gap analysis of an existing product against its intent.

Does product-enhance write implementation code?

No, it produces plans, not code. The output is phased design documents under documentation/planning/phases/ with an overview, dependency graph, and effort estimates, intended to be handed off to a build skill for implementation.