Use the real backend contract — the committed OpenAPI/Swagger snapshot, optional Postman enrichment, the endpoint inventory + per-area field slices — when building or auditing DTOs, endpoints, mappers, or data features so the client matches the server instead…
Run-loop mechanics for a single task — adopt when you need to run a task, orchestrate the build loop, drive builders to done, route validators, or drop a task. Covers the full lifecycle from a `todo/TASK_*.md` to a green, validated, reviewer-approved ship:…
Prepare a task — turn a free-text backlog item into a well-formed todo. Take backlog → pending → todo, ask clarifying questions, set acceptance anchors (Automated / Manual split), do the Figma design-system-first split, classify builders and builder order,…
Use the real backend contract — the committed OpenAPI/Swagger snapshot, optional Postman enrichment, the endpoint inventory + per-area field slices — when building or auditing DTOs, endpoints, mappers, or data features so the client matches the server instead…
Run-loop mechanics for a single task — adopt when you need to run a task, orchestrate the build loop, drive builders to done, route validators, or drop a task. Covers the full lifecycle from a `todo/TASK_*.md` to a green, validated, reviewer-approved ship:…
Prepare a task — turn a free-text backlog item into a well-formed todo. Take backlog → pending → todo, ask clarifying questions, set acceptance anchors (Automated / Manual split), do the Figma design-system-first split, classify builders and builder order,…
Build the data layer for a KMP feature — add a data feature, repository, DTO, domain model/enum, persist data, add or extend an endpoint on <Product>Api, add/extend a Room entity, DAO, or migration, or store a DataStore preference. Use when a task introduces…
Build or extend the design system — tokens (AppColor / AppDp / AppTypography / AppIcon / AppString / AppDrawable via the AppTokens facade), theme (AppTheme + composition locals), shared components/widgets (Button, Input, Chip, Toolbar, Card, …), previews…