Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:47 +08:00
commit c269014fe7
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "plan",
"description": "For easy problems, start here. For harder problems, do this after Explore.",
"version": "1.0.0",
"author": {
"name": "Galen Ward"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# plan
For easy problems, start here. For harder problems, do this after Explore.

13
commands/plan.md Normal file
View File

@@ -0,0 +1,13 @@
---
description: For easy problems, start here. For harder problems, do this after Explore.
author: Galen Ward
version: 1.0.0
---
Read gh issue ###
Make a detailed plan to accomplish this. Think hardest. How will we implement only the functionality we need right now?
Identify files that need to be changed
Do not include plans for legacy fallback unless required or explicitly requested.
Write a short overview of what you are about to do.
Write function names and 1-3 sentences about what the functions will do
Write test names and 5-10 words about what behavior each test should cover

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/plan",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "61594b304481f88508d344560312e7de39d64dad",
"treeHash": "49f8d2023bf1e409e8deaeeaacd5a82ab9616b8bf3119755d785698102775970",
"generatedAt": "2025-11-28T10:14:33.436737Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "plan",
"description": "For easy problems, start here. For harder problems, do this after Explore.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "f493fb57457222bbaceda19fcdb2bd5055fcf005759fc191d224722be551cfc6"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "3210866665102d093f146fab5e14d7faaa1398448850700b1cb733d93dcbf2b1"
},
{
"path": "commands/plan.md",
"sha256": "d1382075ea85b2d3e6cb75a204f82c6d70d5bf79e034c5b3aabbf363b3608916"
}
],
"dirSha256": "49f8d2023bf1e409e8deaeeaacd5a82ab9616b8bf3119755d785698102775970"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}