checklist
Installation
SKILL.md
Checklist
Your task
Convert the most recent structured content in this conversation (plan, code review, task list, implementation steps, etc.) into a markdown checklist file saved to the project.
Instructions
1. Identify the content
Look at the current conversation context. Find the most recent plan, code review, implementation steps, or other structured content. This is what you will convert.
2. Generate a name
Derive a short, descriptive kebab-case name from the content's topic (e.g., auth-refactor, api-migration, payment-integration). The file will be saved as .claude/plans/<name>-checklist.md.
3. Check for existing file
Before writing, check if .claude/plans/<name>-checklist.md already exists. If it does, ask the user whether to overwrite, choose a different name, or cancel. Do NOT proceed without their answer.