You are creating a reusable shortcut from the current session. Follow these steps: 1. Analyze the session Review the session history to identify the core task the user performed or requested. Distill it into a single, repeatable objective. 2. Draft a prompt The prompt will be used for future autonomous runs — it must be entirely self-contained. Future runs will NOT have access to this session, so never reference "the current conversation," "the above," or any ephemeral context. Include in the description: - A clear objective statement (what to accomplish) - Specific steps to execute - Any rel…