What problem does it solve? Teams with an existing application often struggle to determine which parts of their code could be licensed, gated, or monetized. This Skill scans the codebase and produces an evidence packet of licensable capabilities with suggested feature keys, removing the guesswork from monetization planning. ## Core Features & Use Cases - Codebase Scanning: Reads project configuration files (package.json, *.csproj, Program.cs, appsettings.json) and key business-logic areas such as controllers, services, middleware, and route handlers to detect the tech stack and structure. - Capability Classification: Classifies each finding as an Access feature (binary yes/no gate) or a RateLimit feature (metered quota) using the scenario taxonomy, and suggests stable FeatureKey values. - Catalog Gap Analysis: When a product catalog already exists, compares catalog features against codebase findings to distinguish existing coverage from gaps. - Use Case: A developer with a .NET 8 Web API wants to know what to monetize. The Skill scans controllers and services, identifies premium endpoints and compute-intensive operations, and outputs a table of capabilities with suggested FeatureKeys ready for pricing design. ## Quick Start Ask the assistant to analyze your codebase and identify which capabilities could be licensed or rate-limited for monetization.