Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:02 +08:00
commit d83e33282a
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "discuss",
"description": "Collaborative technical discussion with proactive requirements gathering",
"version": "1.0.0",
"author": {
"name": "Bohdan Triapitsyn"
},
"commands": [
"./commands/"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# discuss
Collaborative technical discussion with proactive requirements gathering

15
commands/discuss.md Normal file
View File

@@ -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.

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}