What problem does it solve? Repeating the same instructions to an AI assistant for recurring tasks wastes effort and produces inconsistent results. This Skill turns a repeated task pattern from your conversation into a reusable .prompt.md file that can be invoked on demand. ## Core Features & Use Cases - Pattern Extraction: Reviews the conversation history to identify repeatable task patterns such as explaining code, generating tests, or refactoring, and generalizes them into a prompt. - Guided Clarification: Asks targeted questions when no clear pattern exists, covering arguments, fixed context, and workspace versus personal scope. - Iterative Refinement: Drafts the prompt, identifies ambiguous sections, and refines them with the user before finalizing. - Use Case: After repeatedly asking the assistant to generate unit tests for selected functions, convert that workflow into a saved .prompt.md file you can invoke with a single command. ## Quick Start Ask the assistant to create a reusable prompt file for the task you have been repeating in this conversation.