Overview
Templates for specifying work on the operations Kotlin backend. These cover the full lifecycle from task scoping through feature requirements to detailed service implementation specifications.
| Template | Use When |
|---|---|
| Task Specification | Scoping a bounded implementation task with acceptance criteria and sub-tasks |
| Incremental Service Requirements | Modifying an existing service — entity changes, method changes, persistence migrations, API changes |
| Feature Requirements List | Specifying a new feature with domain modeling, functional/data/behavioral/integration requirements |
| New Service Implementation | Building a new service module from scratch — entities, service interface, persistence, module config |
All templates follow Arda backend conventions: Result return types, AppError hierarchy, MutationQualifier semantics (LAX/STRICT/PROPAGATE), Exposed ORM, and bitemporal persistence.
Copyright: © Arda Systems 2025-2026, All rights reserved