elite-feature
Installation
SKILL.md
Feature Enhancement Skill
Analyze an existing feature in the codebase to surface gaps, risks, and improvement opportunities — both technical and business-oriented. Works in two phases: discovery then analysis.
Workflow
Phase 1: Discovery
Before analyzing, you MUST understand the feature. Ask the user targeted questions to build context. Do not skip this phase.
Step 1 — Locate the feature
If the user provided file paths, read them. Otherwise, search the codebase to find the relevant code:
1. Grep/Glob for the feature name, related keywords, route paths, component names
2. Map out all files involved: routes, components, services, models, tests, config
3. Read every relevant file — do not guess from filenames alone