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:
catlog22
2026-03-05 21:14:52 +08:00
parent cff1e16441
commit 56c06ecf3d
66 changed files with 795 additions and 877 deletions

View File

@@ -21,7 +21,7 @@ CCW uses two types of invocations:
| Type | Format | Examples |
|------|--------|----------|
| **Skills** | Trigger phrase (no slash) | `workflow-lite-planex`, `brainstorm`, `workflow-plan` |
| **Skills** | Trigger phrase (no slash) | `workflow-lite-plan`, `brainstorm`, `workflow-plan` |
| **Commands** | Slash command | `/ccw`, `/workflow/session:start`, `/issue/new` |
---
@@ -32,7 +32,7 @@ CCW uses two types of invocations:
| Skill Trigger | Purpose | Phases |
|---------------|---------|--------|
| `workflow-lite-planex` | Lightweight planning with exploration (includes execution) | 5 phases |
| `workflow-lite-plan` | Lightweight planning with exploration (Skill handoff to lite-execute) | 5 phases |
**5-Phase Interactive Workflow**:
```
@@ -231,7 +231,7 @@ Phase 6: Next cycle
| Skill | Trigger |
|-------|---------|
| workflow-lite-planex | `workflow-lite-planex` |
| workflow-lite-plan | `workflow-lite-plan` |
| workflow-multi-cli-plan | `workflow-multi-cli-plan` |
| workflow-plan | `workflow-plan`, `workflow-plan-verify`, `workflow:replan` |
| workflow-execute | `workflow-execute` |
@@ -292,10 +292,10 @@ New System ─┼────────────┼─────
Start
├─ Is it a quick fix or config change?
│ └─> Yes: workflow-lite-planex
│ └─> Yes: workflow-lite-plan
├─ Is it a single module feature?
│ └─> Yes: workflow-lite-planex
│ └─> Yes: workflow-lite-plan
├─ Does it need multi-CLI analysis?
│ └─> Yes: workflow-multi-cli-plan
@@ -347,7 +347,7 @@ Start
| Skill | When to Use |
|-------|-------------|
| `workflow-lite-planex` | Quick fixes, single features |
| `workflow-lite-plan` | Quick fixes, single features |
| `workflow-plan` | Multi-module development |
| `brainstorm` | Architecture, new features |
| `workflow-execute` | Execute planned work |