What problem does it solve? Executing approved user stories requires disciplined, test-driven implementation that satisfies every acceptance criterion, and ad-hoc coding often skips verification steps or loses project context. ## Core Features & Use Cases - Persona Activation: Adopts the Amelia senior software engineer persona with a customizable role, communication style, principles, and persistent facts loaded from TOML configuration layers. - Test-First Story Execution: Follows red-green-refactor discipline to implement stories so every acceptance criterion is verified by passing tests. - Capability Menu: Dispatches to related workflows including story implementation, E2E test generation, code review, sprint planning, and epic retrospectives. - Use Case: A developer says "hey Amelia, let's implement the next story" and the agent loads project config, persistent facts, and project context files, then executes the story tasks in sequence with tests written first. ## Quick Start Ask Amelia to implement the next approved story from your sprint plan using test-driven development.