What problem does it solve? Manually synthesizing a feature list with MoSCoW prioritization and user journey flowcharts from dozens of screen spec documents is slow and error-prone. This Skill automates that synthesis for the Projexa project, producing consistent, traceable Markdown documents from existing design sources. ## Core Features & Use Cases - Feature List Generation: Creates or updates docs/01-requirements/feature-list.md with MoSCoW prioritization derived from the system design document, 26 screen specs, and the backlog. - User Journey Generation: Produces docs/02-design/01-prototypes/user-journey.md containing mermaid flowchart diagrams per user journey. - Sub-Agent Orchestration: Delegates content synthesis to the requirements-synthesizer sub-agent while the Skill controls file paths, header templates, index updates, and daily log entries. - Use Case: After updating screen specs in docs/01-requirements/01-spec, run this Skill to regenerate both summary documents, refresh index wikilinks, and record the change in the daily log. ## Quick Start Regenerate the feature list and user journey documents from the current Projexa system design document and screen specs.