What problem does it solve? After a team converges on what to build, the decisions and constraints often stay scattered across chat history. This Skill compresses that settled discussion into a single durable Goal Prompt that another agent can execute without re-reading the entire conversation. ## Core Features & Use Cases - Objective Compression: Distills a feature, refactor, migration, or bug-fix discussion into one objective with a verifiable stopping condition. - Constraint Preservation: Captures non-goals, out-of-bounds files, compatibility requirements, and validation commands so nothing is lost in handoff. - Checkpoint Guidance: Instructs the receiving agent to work in checkpoints, keep progress logs, and stop and report on blocking conditions. - Use Case: After agreeing on a database migration approach in chat, generate a Goal Prompt naming the exact files to read, the migration commands to run, and the rollback expectations, then hand it to an implementation agent. ## Quick Start Turn our agreed discussion about the authentication refactor into a goal prompt for the implementation agent.