Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:11 +08:00
commit 1db0eff064
4 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "strategic-planner",
"description": "For easy problems, start here. For harder problems, do this after Explore.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}