What problem does it solve? Hand-maintained task indexes in a fulcra-agent-teams space drift out of sync as tasks change, forcing agents to read hundreds of raw task files to answer simple status questions. This Skill makes the task index engine-owned and self-healing, and adds structured queries the bare teams convention lacks. ## Core Features & Use Cases - Incremental Reconciliation: Folds changed OKF task docs from the data-updates feed using a durable cursor, with a fail-closed full-scan fallback that never publishes a truncated view. - Self-Healing Indexes: Regenerates task/index.md and task/log.md, runs periodic full-scan drift checks, and rebuilds any divergence from ground truth. - Structured Queries: Answers status, board, needs-me, and search from a single summaries.json aggregate, including review and forge projections. - Use Case: On a heartbeat, run reconcile for a busy team so every agent wake can answer "what needs me?" in one download instead of scanning hundreds of task shards. ## Quick Start Ask the agent to run coord-engine doctor for your team, then reconcile the team and show the board of open work.