What problem does it solve?
It helps teams understand what a software product actually does by converting real codebase implementations into a feature-oriented product document, avoiding assumptions based on filenames or marketing claims.
Core Features & Use Cases
- Codebase archaeology for feature discovery: Reads project metadata and scans the directory architecture to locate user-facing routes, UI components, backend endpoints, and core state logic that indicate real capabilities.
- Feature tracing through implementations: Follows execution paths from routes and major components to understand what each feature does, not just what it appears to do.
- Structured feature documentation output: Produces a consistent, stakeholder-ready markdown document covering overview, tech stack, feature list, architecture notes, integrations, and any not-yet-implemented items.
Quick Start
Use the skill to scan the repository and generate a feature documentation report that describes each implemented capability, including key files and dependencies.