What problem does it solve? Managing goals inside an OMP (Oh My Pi) AI coding session requires knowing which goal surface is supported and how to hand off completed or blocked work. This Skill wraps goal creation, status checks, and completion or blocked handoffs into a single consistent entrypoint. ## Core Features & Use Cases - Goal Creation: Create a new session goal via the goal tool or the /goal slash command. - Status Tracking: Check the current state of an active goal within the OMP session. - Handoff Management: Route completed or blocked goals to the appropriate handoff flow without creating unsupported persisted state. - Use Case: During a long coding session, invoke /auto goal to register a new objective, later check its progress, and finally mark it complete or blocked so the next agent step can pick it up. ## Quick Start Ask the agent to create a new session goal by running /auto goal with a short description of what you want accomplished.