What problem does it solve? When the Architect and Engineer agents run in separate terminal sessions, one agent's context window becomes stale after the other modifies shared .ai/ memory files, leading to decisions based on outdated task state. ## Core Features & Use Cases - Forced Filesystem Re-Read: Explicitly re-reads .ai/TASKS.md, .ai/architect.md, and .ai/DIGEST.md, bypassing any cached conversational copy. - State Extraction: Pulls open E-##/P-##/T-## tasks, the last completed task, blueprint version markers, and Triad health from the freshly read files. - Structured Sync Report: Outputs a compact [SYNC-STATE] confirmation with open task counts, last completion, blueprint version, and a CLEAN/ACTIVE status. - Use Case: Before the Engineer starts implementing a task, invoke this skill to confirm the Architect's latest TASKS.md changes instead of trusting stale conversation history. ## Quick Start Ask the agent to run the ai-sync-state skill to re-read the current .ai/ memory files and report the latest open tasks before continuing work.