What problem does it solve? Deciding what to build next in a spec-driven project is hard when features, roles, and roadmap items are scattered across files. This Skill reads the full project context and produces ranked, justified feature proposals so teams always know the highest-priority next step. ## Core Features & Use Cases - Gap Analysis Across Five Dimensions: Evaluates role coverage, domain coverage, dependency order, status gaps, and the MVP critical path to find what is missing. - Ranked Feature Proposals: Scores candidates by MVP criticality, dependency unblocking, role coverage, scope fit, roadmap alignment, and deferred user intent, then presents the top N with scope estimates and quick-start commands. - Read-Only Operation: Creates or modifies no files, making it safe to run anytime for reassessment. - Use Case: After finishing a messaging feature, run the command to discover that the Admin role has zero coverage and receive a ready-to-run /spec-specify command for an admin moderation feature. ## Quick Start Ask the assistant to run /spec-propose to analyze the project context and propose the next feature to build.