mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-07 16:41:06 +08:00
Rename workflow-lite-planex to workflow-lite-plan across documentation and code references for consistency and clarity. Update related examples, command references, and workflow comparisons to reflect the new naming convention.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
| Workflow | Best For | Level | Self-Contained |
|
||||
|----------|----------|-------|----------------|
|
||||
| workflow-lite-planex | Quick tasks, bug fixes | 2 (Lightweight) | YES |
|
||||
| workflow-lite-plan | Quick tasks, bug fixes | 2 (Lightweight) | YES |
|
||||
| workflow-plan → workflow-execute | Complex features | 3-4 (Standard) | NO (requires execute) |
|
||||
| workflow-tdd-plan → workflow-execute | TDD development | 3 (Standard) | NO (requires execute) |
|
||||
| workflow-test-fix | Test generation/fix | 3 (Standard) | YES |
|
||||
@@ -31,7 +31,7 @@
|
||||
| Workflow | Invocation | Pipeline | Use Case | Level | Self-Contained | Auto-Chains To |
|
||||
|----------|------------|----------|----------|-------|----------------|----------------|
|
||||
| **Plan+Execute Workflows** |
|
||||
| workflow-lite-planex | `/ccw "task"` (auto for low/medium complexity) | explore → plan → confirm → execute | Quick features, bug fixes, simple tasks | 2 (Lightweight) | YES | workflow-test-fix |
|
||||
| workflow-lite-plan | `/ccw "task"` (auto for low/medium complexity) | explore → plan → confirm → execute | Quick features, bug fixes, simple tasks | 2 (Lightweight) | YES | workflow-test-fix |
|
||||
| workflow-plan | `/ccw "complex feature"` (high complexity) | session → context → convention → gen → verify/replan | Complex feature planning, formal verification | 3-4 (Standard) | NO | workflow-execute |
|
||||
| workflow-execute | `/workflow-execute` (after plan) | session discovery → task processing → commit | Execute pre-generated plans | 3 (Standard) | YES | review-cycle (optional) |
|
||||
| workflow-multi-cli-plan | `/ccw "multi-cli plan: ..."` | ACE context → CLI discussion → plan → execute | Multi-perspective planning | 3 (Standard) | YES | (internal handoff) |
|
||||
@@ -43,7 +43,7 @@
|
||||
| brainstorm-with-file | `/ccw "brainstorm: ..."` | brainstorm + documented artifacts | Documented ideation with session | 4 (Full) | NO | workflow-plan → execute |
|
||||
| collaborative-plan-with-file | `/ccw "collaborative plan: ..."` | understanding → parallel agents → plan-note.md | Multi-agent collaborative planning | 3 (Standard) | NO | unified-execute-with-file |
|
||||
| **Analysis Workflows** |
|
||||
| analyze-with-file | `/ccw "analyze: ..."` | multi-CLI analysis → discussion.md | Deep understanding, architecture exploration | 3 (Standard) | NO | workflow-lite-planex |
|
||||
| analyze-with-file | `/ccw "analyze: ..."` | multi-CLI analysis → discussion.md | Deep understanding, architecture exploration | 3 (Standard) | NO | workflow-lite-plan |
|
||||
| debug-with-file | `/ccw "debug: ..."` | hypothesis-driven iteration → debug.log | Systematic debugging | 3 (Standard) | YES | (standalone) |
|
||||
| **Review Workflows** |
|
||||
| review-cycle | `/ccw "review code"` | discovery → analysis → aggregation → deep-dive → completion | Code review, quality gates | 3 (Standard) | YES | fix mode (if findings) |
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
| Level | Workflows | Characteristics |
|
||||
|-------|-----------|-----------------|
|
||||
| **2 (Lightweight)** | workflow-lite-planex, docs | Quick execution, minimal phases |
|
||||
| **2 (Lightweight)** | workflow-lite-plan, docs | Quick execution, minimal phases |
|
||||
| **2.5 (Bridge)** | issue pipeline, rapid-to-issue | Bridge to issue workflow |
|
||||
| **3 (Standard)** | workflow-plan, workflow-execute, workflow-tdd-plan, workflow-test-fix, review-cycle, debug-with-file, analyze-with-file, workflow-multi-cli-plan | Full planning/execution, multi-phase |
|
||||
| **4 (Full)** | brainstorm, spec-generator, brainstorm-with-file, roadmap-with-file | Complete exploration, specification |
|
||||
@@ -80,13 +80,13 @@
|
||||
|
||||
| Source Workflow | Auto-Chains To | Condition |
|
||||
|-----------------|---------------|-----------|
|
||||
| workflow-lite-planex | workflow-test-fix | Default (unless skip-tests) |
|
||||
| workflow-lite-plan | workflow-test-fix | Default (unless skip-tests) |
|
||||
| workflow-plan | workflow-execute | After plan confirmation |
|
||||
| workflow-execute | review-cycle | User choice via Phase 6 |
|
||||
| workflow-tdd-plan | workflow-execute | After TDD plan validation |
|
||||
| brainstorm | workflow-plan | Auto-chain for formal planning |
|
||||
| brainstorm-with-file | workflow-plan → workflow-execute | Auto |
|
||||
| analyze-with-file | workflow-lite-planex | Auto |
|
||||
| analyze-with-file | workflow-lite-plan | Auto |
|
||||
| debug-with-file | (none) | Standalone |
|
||||
| collaborative-plan-with-file | unified-execute-with-file | Auto |
|
||||
| roadmap-with-file | team-planex | Auto |
|
||||
@@ -99,7 +99,7 @@
|
||||
|
||||
| Workflow | Self-Contained | Notes |
|
||||
|----------|---------------|-------|
|
||||
| workflow-lite-planex | YES | Complete plan + execute |
|
||||
| workflow-lite-plan | YES | Complete plan + execute |
|
||||
| workflow-plan | NO | Requires workflow-execute |
|
||||
| workflow-execute | YES | Complete execution |
|
||||
| workflow-tdd-plan | NO | Requires workflow-execute |
|
||||
|
||||
@@ -7,7 +7,7 @@ This page provides practical examples of CCW workflow artifacts with sensitive i
|
||||
## Example 1: Lite Plan Output
|
||||
|
||||
### plan.json
|
||||
This is an output from `workflow-lite-planex` command.
|
||||
This is an output from `workflow-lite-plan` command.
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user