What problem does it solve? Starting a new feature in a Feature-Sliced Design monorepo requires deciding the correct layer, creating Scrum tasks, and generating consistent boilerplate across web, API, and shared packages. This Skill automates that entire setup process so nothing is misplaced or forgotten. ## Core Features & Use Cases - FSD Layer Analysis: Determines whether the request maps to pages, widgets, features, entities, or shared segments, and which apps or packages are affected. - Workflow Stage Selection: Classifies the work as Bugfix (1 agent), Lite (Senior + QA), or Full Scrum (full team) based on file count and scope. - Scrum Task Creation: Generates a structured task file in .scrum/backlog/ with user story, acceptance criteria, and technical planning. - Boilerplate Scaffolding: Creates Zod schemas in shared-types, query factories, mutation hooks, thin route wrappers, and Hono API routes with JSDoc and public API index files. - Use Case: Ask to add a user profile page with avatar upload, and receive a prioritized Scrum task plus the complete directory skeleton across shared-types, entities, features, pages, and API routes. ## Quick Start Ask the assistant to create a new feature such as a posts page with comments, and it will analyze the scope, pick a workflow stage, create the Scrum task, and scaffold all FSD-compliant files.