What problem does it solve? Turning a raw site specification into actionable developer tasks is error-prone: requirements get misread, scope creeps, and tasks lack clear acceptance criteria. This Skill reads the actual specification file and produces a structured, realistic task breakdown that developers can implement without confusion. ## Core Features & Use Cases - Specification Analysis: Reads the site specification, quotes exact requirements, and flags gaps or unclear items without inventing premium features. - Task List Generation: Breaks specs into 30-60 minute development tasks with acceptance criteria, file references, and technical stack notes (Laravel, Livewire, FluxUI), saved to a memory-bank tasklist file. - Quality Guardrails: Enforces rules such as no background processes, mobile responsiveness, approved image sources, and Playwright screenshot testing. - Use Case: Given a client site spec in ai/memory-bank/site-setup.md, generate a complete tasklist markdown file that a development team can execute task by task. ## Quick Start Ask the agent to read the site specification in ai/memory-bank/site-setup.md and generate a development task list with acceptance criteria for each task.