From 81159c2b33a2f5793c8885a9bbe6074ca6b5735f Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Wed, 10 Dec 2025 23:39:48 -0500 Subject: [PATCH] feat: add disable-model-invocation to workflow commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent SlashCommand tool from programmatically invoking complex 8-phase workflow commands that require significant user interaction and decision-making at multiple phases. Commands updated: - create-plugin.md - create-marketplace.md Fixes #135 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- plugins/plugin-dev/commands/create-marketplace.md | 1 + plugins/plugin-dev/commands/create-plugin.md | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/plugin-dev/commands/create-marketplace.md b/plugins/plugin-dev/commands/create-marketplace.md index cb54479..e3dc5e4 100644 --- a/plugins/plugin-dev/commands/create-marketplace.md +++ b/plugins/plugin-dev/commands/create-marketplace.md @@ -2,6 +2,7 @@ description: Create plugin marketplaces with guided workflow argument-hint: [marketplace-description] allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task +disable-model-invocation: true --- # Marketplace Creation Workflow diff --git a/plugins/plugin-dev/commands/create-plugin.md b/plugins/plugin-dev/commands/create-plugin.md index 5e55257..5de2c5a 100644 --- a/plugins/plugin-dev/commands/create-plugin.md +++ b/plugins/plugin-dev/commands/create-plugin.md @@ -2,6 +2,7 @@ description: Create plugins with guided 8-phase workflow argument-hint: [plugin-description] allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task +disable-model-invocation: true --- # Plugin Creation Workflow