From c269014fe72520718c849d79d5a0a1c7959d98c0 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:06:47 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ commands/plan.md | 13 +++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/plan.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..e4e9b94 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..18a6fe6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# plan + +For easy problems, start here. For harder problems, do this after Explore. diff --git a/commands/plan.md b/commands/plan.md new file mode 100644 index 0000000..667fe91 --- /dev/null +++ b/commands/plan.md @@ -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 \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..df77fe8 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file