What problem does it solve? Long-running objectives often get abandoned mid-task when a conversation turn ends or when the model settles for partial progress. This Skill keeps a stated objective active across turns and enforces evidence-based completion before the goal is marked done. ## Core Features & Use Cases - Persistent Goal Tracking: Creates a goal via the CreateGoal tool that survives across turns until the objective is verifiably complete. - Completion Audit: Requires requirement-by-requirement verification against current files, tests, and runtime state before calling UpdateGoal with a complete status. - Scope Fidelity: Prevents shrinking the objective to an easier subset and rejects time-limited goals, redirecting recurring work to /loop. - Use Case: A developer issues "/goal migrate all API endpoints to the new auth middleware and make the test suite pass". The goal stays active across many turns, with each turn making concrete progress until every endpoint and test is verified. ## Quick Start Type /goal followed by your objective, such as "/goal refactor the logging module and make all tests pass", and the goal will be created and pursued immediately.