Skip to content

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.

TemplateUse When
Task SpecificationScoping a bounded implementation task with acceptance criteria and sub-tasks
Incremental Service RequirementsModifying an existing service — entity changes, method changes, persistence migrations, API changes
Feature Requirements ListSpecifying a new feature with domain modeling, functional/data/behavioral/integration requirements
New Service ImplementationBuilding 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.