diff --git a/.claude/commands/workflow/lite-plan.md b/.claude/commands/workflow/lite-plan.md index ea4e2ef1..5893e4e8 100644 --- a/.claude/commands/workflow/lite-plan.md +++ b/.claude/commands/workflow/lite-plan.md @@ -3,8 +3,6 @@ name: lite-plan description: Lightweight interactive planning workflow with in-memory planning, code exploration, and execution dispatch to lite-execute after user confirmation argument-hint: "[-e|--explore] \"task description\"|file.md" allowed-tools: TodoWrite(*), Task(*), SlashCommand(*), AskUserQuestion(*) -timeout: 180000 -color: cyan --- # Workflow Lite-Plan Command (/workflow:lite-plan) diff --git a/COMMAND_TEMPLATE_EXECUTOR.md b/COMMAND_TEMPLATE_EXECUTOR.md index 676bd655..ec7a1210 100644 --- a/COMMAND_TEMPLATE_EXECUTOR.md +++ b/COMMAND_TEMPLATE_EXECUTOR.md @@ -47,15 +47,6 @@ Clear description of what this command does and its purpose. Description (optional) ``` -### Usage Examples -```bash -# Basic usage -/category:command-name arg1 - -# With flags -/category:command-name --flag1 --flag2 arg1 -``` - ## Execution Process ### Step 1: Step Name