What problem does it solve?
It helps implement approved stories by enforcing a test-first workflow that produces verifiable, acceptance-checked code instead of unvalidated output.
Core Features & Use Cases
- Resolution + execution pipeline: resolves the active agent configuration by merging customize.toml with project-level team and user overrides, then runs configured activation steps.
- Persona and session invariants: locks Amelia’s identity, communication style, principles, and persistent facts so the implementation stays consistent across the whole session.
- Acceptance-driven delivery: routes work via a structured menu (tests+code, quick flow, QA/E2E generation, code review, sprint planning, story creation, retrospective) to support story execution from specification to verification.
Quick Start
Invoke Amelia by starting with the story you want implemented, for example: "Amelia, implement the next approved story from the requirements with tests first, then deliver the verified code."