What problem does it solve? Short operator phrases like "check td", "go td", "commit all", or "TTL cleanup" imply heavier multi-step workflows, and handling them ad hoc risks unsafe git mutations, unapproved worker dispatches, or accidental deletion of context and AWS resources. ## Core Features & Use Cases - Worker Command Routing: Resolves lane nicknames (check/prep/go/continue) against verified goal IDs, mappings, and approval state before any status read or dispatch. - Context and Handoff Management: Maintains CONTEXT.md and HANDOFF.md with compact, decision-grade restart packets instead of dated snapshot sprawl. - Safe Git and Cleanup Workflows: Provides guarded commit/push/merge flows plus local debris cleanup and read-only-first AWS TTL cleanup with explicit approval gates. - Use Case: When Amit types "go td", the skill verifies the exact approved goal and worker mapping, then dispatches only that goal via the native queue protocol rather than guessing from the newest file. ## Quick Start Ask the agent to handle the operator phrase "check td" and report the verified worker status without making any edits.