Agent Coordination with Overseer Core Principle: Tickets, Not Todos Overseer tasks are tickets - structured artifacts with comprehensive context: - Description : One-line summary (issue title) - Context : Full background, requirements, approach (issue body) - Result : Implementation details, decisions, outcomes (PR description) Think: "Would someone understand the what, why, and how from this task alone AND what success looks like?" Task IDs are Ephemeral Never reference task IDs in external artifacts (commits, PRs, docs). Task IDs like become meaningless once tasks complete. Describe the wor…