mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +08:00
- Introduced `command-relationships.json` to define internal calls, next steps, and prerequisites for various workflows. - Created `essential-commands.json` to document key commands, their descriptions, arguments, and usage scenarios. - Added `validate-help.py` script to check for the existence of source files referenced in command definitions, ensuring all necessary files are present.
97 lines
2.3 KiB
JSON
97 lines
2.3 KiB
JSON
[
|
|
{
|
|
"name": "action-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/action-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-discuss-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-discuss-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-execution-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-execution-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-explore-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-explore-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-lite-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-lite-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "cli-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/cli-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "code-developer",
|
|
"description": "|",
|
|
"source": "../../../agents/code-developer.md"
|
|
},
|
|
{
|
|
"name": "conceptual-planning-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/conceptual-planning-agent.md"
|
|
},
|
|
{
|
|
"name": "context-search-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/context-search-agent.md"
|
|
},
|
|
{
|
|
"name": "debug-explore-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/debug-explore-agent.md"
|
|
},
|
|
{
|
|
"name": "doc-generator",
|
|
"description": "|",
|
|
"source": "../../../agents/doc-generator.md"
|
|
},
|
|
{
|
|
"name": "issue-plan-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/issue-plan-agent.md"
|
|
},
|
|
{
|
|
"name": "issue-queue-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/issue-queue-agent.md"
|
|
},
|
|
{
|
|
"name": "memory-bridge",
|
|
"description": "Execute complex project documentation updates using script coordination",
|
|
"source": "../../../agents/memory-bridge.md"
|
|
},
|
|
{
|
|
"name": "tdd-developer",
|
|
"description": "|",
|
|
"source": "../../../agents/tdd-developer.md"
|
|
},
|
|
{
|
|
"name": "test-context-search-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/test-context-search-agent.md"
|
|
},
|
|
{
|
|
"name": "test-fix-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/test-fix-agent.md"
|
|
},
|
|
{
|
|
"name": "ui-design-agent",
|
|
"description": "|",
|
|
"source": "../../../agents/ui-design-agent.md"
|
|
},
|
|
{
|
|
"name": "universal-executor",
|
|
"description": "|",
|
|
"source": "../../../agents/universal-executor.md"
|
|
}
|
|
] |