Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:26 +08:00
commit dc99518b87
13 changed files with 1475 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cwf",
"description": "Plan-driven development workflow for Claude Code with phase-based implementation",
"version": "0.2.0",
"author": {
"name": "tordks",
"email": "tordks@users.noreply.github.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}