From 3db68ef15e8404dca4283d00020d60190a0aedad Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 30 Sep 2025 08:55:39 +0800 Subject: [PATCH] feat(workflow): rename plan-enchanced to concept-enhanced and update usage instructions --- .claude/commands/workflow/plan.md | 10 +++++----- .claude/commands/workflow/tools/concept-enhanced.md | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.claude/commands/workflow/plan.md b/.claude/commands/workflow/plan.md index 98f29952..ba4df921 100644 --- a/.claude/commands/workflow/plan.md +++ b/.claude/commands/workflow/plan.md @@ -68,7 +68,7 @@ Creates comprehensive implementation plans by orchestrating intelligent context ### Session ID Transmission Guidelines ⚠️ CRITICAL - **Format**: `WFS-[topic-slug]` from active session markers -- **Usage**: `SlashCommand(command="/workflow:tools:context-gather --session WFS-[id]")` and `SlashCommand(command="/workflow:tools:plan-enchanced --session WFS-[id]")` +- **Usage**: `SlashCommand(command="/workflow:tools:context-gather --session WFS-[id]")` and `SlashCommand(command="/workflow:tools:concept-enhanced --session WFS-[id]")` - **Rule**: ALL modular commands MUST receive current session ID for context continuity ### Brainstorming Artifacts Integration ⚠️ NEW FEATURE @@ -95,10 +95,10 @@ Creates comprehensive implementation plans by orchestrating intelligent context 5. **TodoWrite Update**: Mark phase 2 as `completed`, phase 3 as `in_progress` ### Phase 3: Intelligent Analysis & Tool Orchestration ⚠️ TodoWrite Control -1. **Analysis Execution**: Execute `SlashCommand(command="/workflow:tools:plan-enchanced --session WFS-[id] --context path/to/context-package.json")` -2. **Tool Selection**: Automatically select optimal analysis tools (Gemini/Qwen/Codex) -3. **Result Generation**: Produce structured ANALYSIS_RESULTS.md with task recommendations -4. **Validation**: Verify analysis completeness and task recommendations +1. **Analysis Execution**: Execute `SlashCommand(command="/workflow:tools:concept-enhanced --session WFS-[id] --context path/to/context-package.json")` (delegated to independent concept-enhanced command) +2. **Context Passing**: Pass session ID and context package path from Phase 2 to enable comprehensive analysis +3. **Result Generation**: Produce structured ANALYSIS_RESULTS.md with task recommendations via concept-enhanced command +4. **Validation**: Verify analysis completeness and task recommendations from concept-enhanced output 5. **TodoWrite Update**: Mark phase 3 as `completed`, phase 4 as `in_progress` ### Phase 4: Plan Assembly & Artifact Integration ⚠️ TodoWrite Control diff --git a/.claude/commands/workflow/tools/concept-enhanced.md b/.claude/commands/workflow/tools/concept-enhanced.md index 6a736cd9..9f47e2d2 100644 --- a/.claude/commands/workflow/tools/concept-enhanced.md +++ b/.claude/commands/workflow/tools/concept-enhanced.md @@ -1,5 +1,5 @@ --- -name: plan-enchanced +name: concept-enhanced description: Enhanced intelligent analysis with parallel CLI execution and design blueprint generation usage: /workflow:tools:concept-enhanced --session --context argument-hint: "--session WFS-session-id --context path/to/context-package.json" @@ -8,11 +8,13 @@ examples: - /workflow:tools:concept-enhanced --session WFS-payment --context .workflow/WFS-payment/.process/context-package.json --- -# Enhanced Planning Command (/workflow:tools:concept-enhanced) +# Enhanced Analysis Command (/workflow:tools:concept-enhanced) ## Overview Advanced intelligent planning engine with parallel CLI execution that processes standardized context packages, generates enhanced suggestions and design blueprints, and produces comprehensive analysis results with implementation strategies. +**Independent Usage**: This command can be called directly by users or as part of the `/workflow:plan` command. It accepts context packages and provides comprehensive analysis results that can be used for planning or standalone analysis. + ## Core Philosophy - **Context-Driven**: Precise analysis based on comprehensive context - **Intelligent Tool Selection**: Choose optimal analysis tools based on task characteristics