What problem does it solve? After component decomposition, developers still face decisions about directory structure, state management, data flow, API layers, and routing before writing any page code. This Skill converts component trees and design specs into a complete, ready-to-code page implementation blueprint. ## Core Features & Use Cases - Page Blueprint Generation: Produces directory structure, file inventory, state tables, data-flow diagrams, API interface specs, and route configuration for Vue/React pages. - State Management Decision Tree: Guides selection among ref/reactive, Composables, or Vuex/Pinia based on sharing and complexity criteria. - Use Case: Given a component tree for a user management page (SearchForm, UserTable, EditUserModal) plus API specs, generate the full implementation plan including useUserList Composable design, GET/PUT/DELETE endpoint mappings, and an ordered development task list. ## Quick Start Use the page-generator skill to turn this component tree and PAGE_SPECS into a complete page implementation blueprint with state management and API design.