Files
agents/conductor/.claude-plugin/plugin.json
2026-01-15 20:11:17 -05:00

22 lines
692 B
JSON

{
"name": "conductor",
"version": "1.0.1",
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, and semantic git reversion.",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"homepage": "https://github.com/wshobson/agents",
"repository": "https://github.com/wshobson/agents",
"license": "MIT",
"keywords": [
"project-management",
"context-driven-development",
"tdd",
"planning",
"specifications",
"workflow"
],
"category": "workflows"
}