mirror of
https://github.com/cexll/myclaude.git
synced 2025-12-24 13:47:58 +08:00
- Replace placeholder repository URLs - Align development-essentials agents with isolated files Generated by swe-agent
155 lines
4.4 KiB
JSON
155 lines
4.4 KiB
JSON
{
|
|
"name": "claude-code-dev-workflows",
|
|
"owner": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"email": "contact@example.com",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"metadata": {
|
|
"description": "Professional multi-agent development workflows with Requirements-Driven and BMAD methodologies, featuring 16+ specialized agents and 12+ commands",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "requirements-driven-development",
|
|
"source": "./requirements-driven-workflow/",
|
|
"description": "Streamlined requirements-driven development workflow with 90% quality gates for practical feature implementation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"requirements",
|
|
"workflow",
|
|
"automation",
|
|
"quality-gates",
|
|
"feature-development",
|
|
"agile",
|
|
"specifications"
|
|
],
|
|
"category": "workflows",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/requirements-pilot.md"
|
|
],
|
|
"agents": [
|
|
"./agents/requirements-generate.md",
|
|
"./agents/requirements-code.md",
|
|
"./agents/requirements-testing.md",
|
|
"./agents/requirements-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "bmad-agile-workflow",
|
|
"source": "./bmad-agile-workflow/",
|
|
"description": "Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"bmad",
|
|
"agile",
|
|
"scrum",
|
|
"product-owner",
|
|
"architect",
|
|
"developer",
|
|
"qa",
|
|
"workflow-orchestration"
|
|
],
|
|
"category": "workflows",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/bmad-pilot.md"
|
|
],
|
|
"agents": [
|
|
"./agents/bmad-po.md",
|
|
"./agents/bmad-architect.md",
|
|
"./agents/bmad-sm.md",
|
|
"./agents/bmad-dev.md",
|
|
"./agents/bmad-qa.md",
|
|
"./agents/bmad-orchestrator.md",
|
|
"./agents/bmad-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "development-essentials",
|
|
"source": "./development-essentials/",
|
|
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"code",
|
|
"debug",
|
|
"test",
|
|
"optimize",
|
|
"review",
|
|
"bugfix",
|
|
"refactor",
|
|
"documentation"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/code.md",
|
|
"./commands/debug.md",
|
|
"./commands/test.md",
|
|
"./commands/optimize.md",
|
|
"./commands/review.md",
|
|
"./commands/bugfix.md",
|
|
"./commands/refactor.md",
|
|
"./commands/docs.md",
|
|
"./commands/ask.md",
|
|
"./commands/think.md"
|
|
],
|
|
"agents": [
|
|
"./agents/code.md",
|
|
"./agents/bugfix.md",
|
|
"./agents/bugfix-verify.md",
|
|
"./agents/optimize.md",
|
|
"./agents/debug.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "advanced-ai-agents",
|
|
"source": "./advanced-ai-agents/",
|
|
"description": "Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"gpt5",
|
|
"ai",
|
|
"analysis",
|
|
"problem-solving",
|
|
"deep-research"
|
|
],
|
|
"category": "advanced",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/gpt5.md"
|
|
]
|
|
}
|
|
]
|
|
}
|