Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:16 +08:00
commit d3f8678176
4 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "quick-plan-skill",
"description": "Create detailed engineering implementation plans for features or fixes based on user requirements. Generates comprehensive specifications with technical approach, step-by-step implementation, and testing strategy. Use when you need to plan before building, create detailed specs for complex features, or document the approach to solve a problem.",
"version": "1.0.0",
"author": {
"name": "Don Jacobsmeyer",
"email": "hello@donjacobsmeyer.com"
},
"skills": [
"./"
]
}