From d83e33282a72f2c4760b309cabe45d298cf655f7 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:54:02 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ commands/discuss.md | 15 +++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/discuss.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..b22d1af --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "discuss", + "description": "Collaborative technical discussion with proactive requirements gathering", + "version": "1.0.0", + "author": { + "name": "Bohdan Triapitsyn" + }, + "commands": [ + "./commands/" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0b35ac --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# discuss + +Collaborative technical discussion with proactive requirements gathering diff --git a/commands/discuss.md b/commands/discuss.md new file mode 100644 index 0000000..0dfe29a --- /dev/null +++ b/commands/discuss.md @@ -0,0 +1,15 @@ +--- +description: Collaborative technical discussion with proactive requirements gathering +author: Bohdan Triapitsyn +version: 1.0.0 +--- + +I want to have a thorough technical discussion about: $ARGUMENTS + +Before proceeding with any implementation or detailed analysis, I need you to gather important context through focused questions. +Ask me relevant questions to understand my requirements and constraints, ensuring we build the right solution. + +Ask questions in batches of 3 to keep our discussion focused and efficient. +Each batch should be tailored to the specific topic and help uncover the technical details needed to move forward effectively. + +Start by asking me questions related to $ARGUMENTS to better understand what I'm looking to achieve and how we should approach this together. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3777464 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/discuss", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "ec035f4e306f25de4828cbd680242d47f18e226a", + "treeHash": "d4ef60fd592c182223a1c435359d8b069eb7e1f984757ca21d1e5a4f855bbb0f", + "generatedAt": "2025-11-28T10:13:22.636670Z", + "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": "discuss", + "description": "Collaborative technical discussion with proactive requirements gathering", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "a1f98636b4f1191c609f788c17cc94554f7f8ec440873b8e41da6892d9d930bc" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "921a2e80eb9023647bdddb3b905aa8ff7f04f3dce6abecaffb516507115c8601" + }, + { + "path": "commands/discuss.md", + "sha256": "25d437898d92322901f0fed12cf832a72bf75e201d0dd79828ed5c206ac9fff5" + } + ], + "dirSha256": "d4ef60fd592c182223a1c435359d8b069eb7e1f984757ca21d1e5a4f855bbb0f" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file