What problem does it solve? Plans produced during AI-assisted conversations are often lost when the session ends. This Skill persists the most recent plan from conversation context as a durable, ticket-scoped markdown artifact with standardized frontmatter, so planning work survives across sessions and can be linked to tickets. ## Core Features & Use Cases - Plan extraction: Captures the most recent plan discussed or produced in the current conversation, including output from built-in plan mode. - Ticket-scoped storage: Resolves session context (ticket ID, project slug, artifact directory) and writes the plan into the correct ticket directory using a timestamped slug naming convention. - Standardized frontmatter: Generates universal artifact frontmatter plus plan provenance fields via a resolver script, keeping artifacts consistent and searchable. - Use Case: After finishing a planning session for an OAuth2 migration, invoke this Skill to save the plan as 20260226-143000Z_oauth2-migration_plan.md under the ticket's artifact directory, then optionally create a ticket for the work. ## Quick Start Ask the agent to save the plan we just discussed as a ticket artifact using the save-plan skill.