Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal 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
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# discuss
|
||||
|
||||
Collaborative technical discussion with proactive requirements gathering
|
||||
15
commands/discuss.md
Normal file
15
commands/discuss.md
Normal 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
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/discuss",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "8c5306cb90a25c417148703d06345d8098a0befe",
|
||||
"treeHash": "e2a9d1a92cb781bc6093d0ced322570227330db03557f84757b0f1f7543975dc",
|
||||
"generatedAt": "2025-11-28T10:14:36.347802Z",
|
||||
"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": "e80d039245b9865a5a0eccb8db54fc7e9f5421e8ba82f3e2357358c11dcc0422"
|
||||
},
|
||||
{
|
||||
"path": "commands/discuss.md",
|
||||
"sha256": "25d437898d92322901f0fed12cf832a72bf75e201d0dd79828ed5c206ac9fff5"
|
||||
}
|
||||
],
|
||||
"dirSha256": "e2a9d1a92cb781bc6093d0ced322570227330db03557f84757b0f1f7543975dc"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user