mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat(workflow): rename plan-enchanced to concept-enhanced and update usage instructions
This commit is contained in:
@@ -68,7 +68,7 @@ Creates comprehensive implementation plans by orchestrating intelligent context
|
|||||||
|
|
||||||
### Session ID Transmission Guidelines ⚠️ CRITICAL
|
### Session ID Transmission Guidelines ⚠️ CRITICAL
|
||||||
- **Format**: `WFS-[topic-slug]` from active session markers
|
- **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
|
- **Rule**: ALL modular commands MUST receive current session ID for context continuity
|
||||||
|
|
||||||
### Brainstorming Artifacts Integration ⚠️ NEW FEATURE
|
### 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`
|
5. **TodoWrite Update**: Mark phase 2 as `completed`, phase 3 as `in_progress`
|
||||||
|
|
||||||
### Phase 3: Intelligent Analysis & Tool Orchestration ⚠️ TodoWrite Control
|
### 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")`
|
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. **Tool Selection**: Automatically select optimal analysis tools (Gemini/Qwen/Codex)
|
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
|
3. **Result Generation**: Produce structured ANALYSIS_RESULTS.md with task recommendations via concept-enhanced command
|
||||||
4. **Validation**: Verify analysis completeness and task recommendations
|
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`
|
5. **TodoWrite Update**: Mark phase 3 as `completed`, phase 4 as `in_progress`
|
||||||
|
|
||||||
### Phase 4: Plan Assembly & Artifact Integration ⚠️ TodoWrite Control
|
### Phase 4: Plan Assembly & Artifact Integration ⚠️ TodoWrite Control
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: plan-enchanced
|
name: concept-enhanced
|
||||||
description: Enhanced intelligent analysis with parallel CLI execution and design blueprint generation
|
description: Enhanced intelligent analysis with parallel CLI execution and design blueprint generation
|
||||||
usage: /workflow:tools:concept-enhanced --session <session_id> --context <context_package_path>
|
usage: /workflow:tools:concept-enhanced --session <session_id> --context <context_package_path>
|
||||||
argument-hint: "--session WFS-session-id --context path/to/context-package.json"
|
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
|
- /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
|
## 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.
|
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
|
## Core Philosophy
|
||||||
- **Context-Driven**: Precise analysis based on comprehensive context
|
- **Context-Driven**: Precise analysis based on comprehensive context
|
||||||
- **Intelligent Tool Selection**: Choose optimal analysis tools based on task characteristics
|
- **Intelligent Tool Selection**: Choose optimal analysis tools based on task characteristics
|
||||||
|
|||||||
Reference in New Issue
Block a user