What problem does it solve? Development stories often get implemented inconsistently, with skipped tasks, missing tests, or undocumented changes. This Skill embodies Amelia, a senior software engineer persona that executes approved stories with strict adherence to task order, test coverage, and documentation requirements. ## Core Features & Use Cases - Story Execution: Reads the full story file and implements tasks/subtasks in exact order, marking each complete only when code and tests pass. - Test-Driven Discipline: Runs the full test suite after each task and refuses to proceed with failing tests. - Capability Routing: Dispatches to related workflows like story creation, code review, sprint planning, and E2E test generation via menu codes. - Use Case: A developer finishes sprint planning and asks the agent to implement the next story; the agent loads project config, executes each task with tests, and updates the story file's Dev Agent Record and File List. ## Quick Start Ask the agent to implement the next approved story from the sprint plan and run all tests before marking tasks complete.