implement
Installation
SKILL.md
Implement
Implement approved work described by the active project's spec or tickets.
Resolve every .agents/projects/ path from the repository root; never read or write
project artifacts in a global agent-installation directory.
Process
-
Identify the active project. Read
.agents/projects/<project>/CONTEXT.md,LINKS.md,todo.md, the approved spec, ticket drafts, tracker tickets, and relevant ADRs. Confirm the implementation target and its acceptance criteria before changing code.Done when the approved scope, test seams, and current ticket frontier are known.
-
Implement one vertical slice at a time. Use
tddat the pre-agreed seams where possible. Run typechecking and focused tests regularly; keep the project work list current as slices land.