commit 928e5bb19e8cca8dff689eed6ebcb623682efe36 Author: Zhongwei Li Date: Sat Nov 29 17:54:20 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..9b428f1 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "explore", + "description": "Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work.\n\nThis is followed by Plan, then Execute.", + "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..19570f4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# explore + +Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. + +This is followed by Plan, then Execute. diff --git a/commands/explore.md b/commands/explore.md new file mode 100644 index 0000000..55b37d5 --- /dev/null +++ b/commands/explore.md @@ -0,0 +1,13 @@ +--- +description: Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. + +This is followed by Plan, then Execute. +author: Galen Ward +version: 1.0.0 +--- + +$ARGUMENTS +Read claude-checklists/DESCRIPTION-OF-THIS-AREA-OF-YOUR-SYSTEM.md and claude-checklists/CURRENT-PROJECT.md. +Read through related code. +Do not write any code right now. +Conduct review, read relevant files and tests for the project and prepare to discuss this part of the codebase. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..17b2f90 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/explore", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "d7c3c156de5686b37e7ef36124d2a014447bac4b", + "treeHash": "9a22b02db8d14b8b0a210a02f847018546c941451d96cd8fa1467e872dd0c774", + "generatedAt": "2025-11-28T10:13:20.892126Z", + "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": "explore", + "description": "Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work.\n\nThis is followed by Plan, then Execute.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "076ff10e0c3af0a1e33c01283c9ca75129d050fcaff3e4fb1d364526f34e2c5b" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "c50b3b13a34aaff787e43385d2d27bc9d0a7703bcb7275bccd7c2a6971b6f7c0" + }, + { + "path": "commands/explore.md", + "sha256": "18839d892b21a65fdf33953b260b15dbdc45ff279ab570312f5d6c7e09620087" + } + ], + "dirSha256": "9a22b02db8d14b8b0a210a02f847018546c941451d96cd8fa1467e872dd0c774" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file