From e827cc713a0bcb4d1033cf81768290e91c8761d2 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Sat, 17 Jan 2026 11:19:12 -0500 Subject: [PATCH] feat(conductor): remove tool restrictions from slash commands Remove allowed-tools field from all conductor commands to enable full tool access for implementation-focused workflows. - implement.md: removed tool restrictions - manage.md: removed tool restrictions - new-track.md: removed tool restrictions - revert.md: removed tool restrictions - setup.md: removed tool restrictions - status.md: removed tool restrictions Bump conductor version to 1.2.0 --- .claude-plugin/marketplace.json | 4 ++-- plugins/conductor/.claude-plugin/plugin.json | 2 +- plugins/conductor/commands/implement.md | 11 ----------- plugins/conductor/commands/manage.md | 2 -- plugins/conductor/commands/new-track.md | 2 -- plugins/conductor/commands/revert.md | 2 -- plugins/conductor/commands/setup.md | 2 -- plugins/conductor/commands/status.md | 1 - 8 files changed, 3 insertions(+), 23 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index dcbd1ec..60ed5d8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage", - "version": "1.3.1" + "version": "1.3.2" }, "plugins": [ { @@ -1925,7 +1925,7 @@ { "name": "conductor", "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Seth Hobson", "email": "seth@major7apps.com" diff --git a/plugins/conductor/.claude-plugin/plugin.json b/plugins/conductor/.claude-plugin/plugin.json index ada63ae..91a25ae 100644 --- a/plugins/conductor/.claude-plugin/plugin.json +++ b/plugins/conductor/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "conductor", - "version": "1.1.0", + "version": "1.2.0", "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement", "author": { "name": "Seth Hobson", diff --git a/plugins/conductor/commands/implement.md b/plugins/conductor/commands/implement.md index d8cb6e7..e3204a4 100644 --- a/plugins/conductor/commands/implement.md +++ b/plugins/conductor/commands/implement.md @@ -1,17 +1,6 @@ --- 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/manage.md b/plugins/conductor/commands/manage.md index 6509922..96df0de 100644 --- a/plugins/conductor/commands/manage.md +++ b/plugins/conductor/commands/manage.md @@ -1,8 +1,6 @@ --- description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup" argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]" -allowed-tools: - ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"] --- # Track Manager diff --git a/plugins/conductor/commands/new-track.md b/plugins/conductor/commands/new-track.md index 145ccf4..e94efbe 100644 --- a/plugins/conductor/commands/new-track.md +++ b/plugins/conductor/commands/new-track.md @@ -1,8 +1,6 @@ --- 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 ce6cdf0..3ca720a 100644 --- a/plugins/conductor/commands/revert.md +++ b/plugins/conductor/commands/revert.md @@ -1,8 +1,6 @@ --- 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 8f48b54..bf94b56 100644 --- a/plugins/conductor/commands/setup.md +++ b/plugins/conductor/commands/setup.md @@ -1,8 +1,6 @@ --- 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 78b7ce4..8e89268 100644 --- a/plugins/conductor/commands/status.md +++ b/plugins/conductor/commands/status.md @@ -1,7 +1,6 @@ --- description: "Display project status, active tracks, and next actions" argument-hint: "[track-id] [--detailed]" -allowed-tools: ["Read", "Glob", "Grep", "Bash"] --- # Conductor Status