development-checklist-generator
Installation
SKILL.md
Development Checklist Generator
When to Use
You need to create or improve development checklists that catch common mistakes without becoming burdensome process overhead. Typical triggers:
- Recurring bugs or production incidents caused by the same types of mistakes
- A team that has no formal "definition of done" for code completion
- Deployment failures caused by forgotten steps (wrong config, missing migration, stale cache)
- An existing checklist that nobody follows because it's too long or procedural
- The user wants to reduce reliance on manual quality checks
Before starting, verify:
- What type of checklist is needed (code completion, testing, release)?
- What problems is the team currently experiencing?