diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ac2e186..c64c10a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1949,41 +1949,15 @@ }, { "name": "conductor", - "source": "./plugins/conductor", - "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, semantic git reversion, and resumable sessions", - "version": "1.0.5", + "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement", + "version": "1.0.6", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "project-management", - "context-driven-development", - "tdd", - "planning", - "specifications", - "workflow", - "tracks", - "git-integration" - ], + "source": "./plugins/conductor", "category": "workflows", - "strict": false, - "commands": [ - "./commands/setup.md", - "./commands/new-track.md", - "./commands/implement.md", - "./commands/status.md", - "./commands/revert.md" - ], - "agents": ["./agents/conductor-validator.md"], - "skills": [ - "./skills/context-driven-development", - "./skills/track-management", - "./skills/workflow-patterns" - ] + "homepage": "https://github.com/wshobson/agents" } ] } diff --git a/plugins/conductor/commands/implement.md b/plugins/conductor/commands/implement.md index e3204a4..f57038d 100644 --- a/plugins/conductor/commands/implement.md +++ b/plugins/conductor/commands/implement.md @@ -1,6 +1,7 @@ --- description: "Execute tasks from a track's implementation plan following TDD workflow" argument-hint: "[track-id] [--task X.Y] [--phase N]" +allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion", "TodoWrite"] --- # Implement Track diff --git a/plugins/conductor/commands/new-track.md b/plugins/conductor/commands/new-track.md index e94efbe..44bc3b8 100644 --- a/plugins/conductor/commands/new-track.md +++ b/plugins/conductor/commands/new-track.md @@ -1,6 +1,7 @@ --- description: "Create a new track with specification and phased implementation plan" argument-hint: " " +allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"] --- # New Track diff --git a/plugins/conductor/commands/revert.md b/plugins/conductor/commands/revert.md index 3ca720a..e708cec 100644 --- a/plugins/conductor/commands/revert.md +++ b/plugins/conductor/commands/revert.md @@ -1,6 +1,7 @@ --- description: "Git-aware undo by logical work unit (track, phase, or task)" argument-hint: "[track-id | track-id:phase | track-id:task]" +allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"] --- # Revert Track diff --git a/plugins/conductor/commands/setup.md b/plugins/conductor/commands/setup.md index bf94b56..049d964 100644 --- a/plugins/conductor/commands/setup.md +++ b/plugins/conductor/commands/setup.md @@ -1,6 +1,7 @@ --- description: "Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)" argument-hint: "[--resume]" +allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"] --- # Conductor Setup diff --git a/plugins/conductor/commands/status.md b/plugins/conductor/commands/status.md index 8e89268..78b7ce4 100644 --- a/plugins/conductor/commands/status.md +++ b/plugins/conductor/commands/status.md @@ -1,6 +1,7 @@ --- description: "Display project status, active tracks, and next actions" argument-hint: "[track-id] [--detailed]" +allowed-tools: ["Read", "Glob", "Grep", "Bash"] --- # Conductor Status