From cea76a65a83496b2f5255ec178eb7204c1674da6 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:44:37 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 33 ++++++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.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..067e76e --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,33 @@ +{ + "name": "speck", + "description": "Specification and planning workflow framework for Claude Code", + "version": "1.7.17", + "author": { + "name": "Nathan Prabst", + "email": "nathan@example.com" + }, + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "bun ${CLAUDE_PLUGIN_ROOT}/dist/speck-hook.js --hook" + } + ] + } + ], + "UserPromptSubmit": [ + { + "matcher": ".*", + "hooks": [ + { + "type": "command", + "command": "bun ${CLAUDE_PLUGIN_ROOT}/dist/pre-prompt-submit-hook.js" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5925886 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# speck + +Specification and planning workflow framework for Claude Code diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2b40379 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:nprbst/speck-market:speck", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "941dc84be1dd9d00a4b493b0ebd340b31d53f55d", + "treeHash": "746cf717e2dbee4363abadc0bc0e0e876fc5548d94a29d04992c3fb274d1c539", + "generatedAt": "2025-11-28T10:27:24.136842Z", + "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": "speck", + "description": "Specification and planning workflow framework for Claude Code", + "version": "1.7.17" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "95d3b9dd73c9980e60ebcdffa944c7131c96299dd066bb03c5621fbf1e826dc6" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "2044de910231fa468bd542d67dac9de806a3439d6bfb6b500dd4024047a5a712" + } + ], + "dirSha256": "746cf717e2dbee4363abadc0bc0e0e876fc5548d94a29d04992c3fb274d1c539" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file