Kanban State: Document
This skill guides agents through the Document state.
Purpose
Document ensures knowledge transfer. We "work backward" from docs, or ensure docs catch up before closing.
Triggers
- •Code is approved (from Review).
Actions in this State
- •Update Artifacts:
- •Update
README.mdif interfaces changed. - •Update
docs/if architecture changed. - •Update
AGENTS.mdif agent instructions changed.
- •Update
- •Capture Evidence: Record screenshots, logs, or metrics proving success.
- •Changelog: Add entry to changelog (if applicable).
Exit Criteria
- • Docs synced: Documentation matches the implemented reality.
- • Evidence: Proof of functionality is recorded on the task/PR.
Allowed Transitions
- •-> Done: When docs are complete.
- •-> Review: If docs need review.