mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-03 15:43:11 +08:00
docs: remove non-existent lite-lite-lite command references
Remove /workflow:lite-lite-lite from documentation as it does not exist as an actual command or skill. Users should use workflow-lite-planex instead. Updated files: - docs/commands/claude/workflow.md - docs/commands/claude/index.md - docs/zh/commands/claude/workflow.md - docs/zh/commands/claude/index.md - docs-site/commands/claude/index.md
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
| 命令 | 功能 | 难度 |
|
| 命令 | 功能 | 难度 |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [`/workflow:lite-lite-lite`](./workflow.md#lite-lite-lite) | 超轻量级多工具分析和直接执行 | Intermediate |
|
|
||||||
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | 轻量级交互式规划工作流 | Intermediate |
|
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | 轻量级交互式规划工作流 | Intermediate |
|
||||||
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | 轻量级 Bug 诊断和修复 | Intermediate |
|
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | 轻量级 Bug 诊断和修复 | Intermediate |
|
||||||
| [`/workflow-plan`](./workflow.md#plan) | 5 阶段规划工作流 | Intermediate |
|
| [`/workflow-plan`](./workflow.md#plan) | 5 阶段规划工作流 | Intermediate |
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
| Command | Function | Difficulty |
|
| Command | Function | Difficulty |
|
||||||
|---------|----------|------------|
|
|---------|----------|------------|
|
||||||
| [`/workflow:lite-lite-lite`](./workflow.md#lite-lite-lite) | Ultra-lightweight multi-tool analysis and direct execution | Intermediate |
|
|
||||||
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | Lightweight interactive planning workflow | Intermediate |
|
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | Lightweight interactive planning workflow | Intermediate |
|
||||||
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | Lightweight bug diagnosis and fix | Intermediate |
|
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | Lightweight bug diagnosis and fix | Intermediate |
|
||||||
| [`/workflow-plan`](./workflow.md#plan) | 5-phase planning workflow | Intermediate |
|
| [`/workflow-plan`](./workflow.md#plan) | 5-phase planning workflow | Intermediate |
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
| Command | Function | Syntax |
|
| Command | Function | Syntax |
|
||||||
|---------|----------|--------|
|
|---------|----------|--------|
|
||||||
| [`lite-lite-lite`](#lite-lite-lite) | Ultra-lightweight multi-tool analysis and direct execution | `/workflow:lite-lite-lite [-y] <task>` |
|
|
||||||
| [`lite-plan`](#lite-plan) | Lightweight interactive planning workflow | `/workflow-lite-planex [-y] [-e] "task"` |
|
| [`lite-plan`](#lite-plan) | Lightweight interactive planning workflow | `/workflow-lite-planex [-y] [-e] "task"` |
|
||||||
| [`lite-fix`](#lite-fix) | Lightweight bug diagnosis and fix | `/workflow:lite-fix [-y] [--hotfix] "bug description"` |
|
| [`lite-fix`](#lite-fix) | Lightweight bug diagnosis and fix | `/workflow:lite-fix [-y] [--hotfix] "bug description"` |
|
||||||
|
|
||||||
@@ -66,29 +65,6 @@
|
|||||||
|
|
||||||
## Command Details
|
## Command Details
|
||||||
|
|
||||||
### lite-lite-lite
|
|
||||||
|
|
||||||
**Function**: Ultra-lightweight multi-tool analysis and direct execution. Simple tasks have no artifacts, complex tasks automatically create planning documents in `.workflow/.scratchpad/`.
|
|
||||||
|
|
||||||
**Syntax**:
|
|
||||||
```bash
|
|
||||||
/workflow:lite-lite-lite [-y|--yes] <task description>
|
|
||||||
```
|
|
||||||
|
|
||||||
**Use Cases**:
|
|
||||||
- Ultra-simple quick tasks
|
|
||||||
- Code modifications not needing planning documents
|
|
||||||
- Automatic tool selection
|
|
||||||
|
|
||||||
**Examples**:
|
|
||||||
```bash
|
|
||||||
# Ultra-simple task
|
|
||||||
/workflow:lite-lite-lite "fix header styles"
|
|
||||||
|
|
||||||
# Auto mode
|
|
||||||
/workflow:lite-lite-lite -y "update README links"
|
|
||||||
```
|
|
||||||
|
|
||||||
### lite-plan
|
### lite-plan
|
||||||
|
|
||||||
**Function**: Lightweight interactive planning and execution workflow (Phase 1: plan, Phase 2: execute), supporting in-memory planning, code exploration, and automatic execution after confirmation.
|
**Function**: Lightweight interactive planning and execution workflow (Phase 1: plan, Phase 2: execute), supporting in-memory planning, code exploration, and automatic execution after confirmation.
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
| 命令 | 功能 | 难度 |
|
| 命令 | 功能 | 难度 |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [`/workflow:lite-lite-lite`](./workflow.md#lite-lite-lite) | 超轻量级多工具分析和直接执行 | Intermediate |
|
|
||||||
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | 轻量级交互式规划工作流 | Intermediate |
|
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | 轻量级交互式规划工作流 | Intermediate |
|
||||||
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | 轻量级 Bug 诊断和修复 | Intermediate |
|
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | 轻量级 Bug 诊断和修复 | Intermediate |
|
||||||
| [`/workflow-plan`](./workflow.md#plan) | 5 阶段规划工作流 | Intermediate |
|
| [`/workflow-plan`](./workflow.md#plan) | 5 阶段规划工作流 | Intermediate |
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
| 命令 | 功能 | 语法 |
|
| 命令 | 功能 | 语法 |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [`lite-lite-lite`](#lite-lite-lite) | 超轻量级多工具分析和直接执行 | `/workflow:lite-lite-lite [-y] <任务>` |
|
|
||||||
| [`lite-plan`](#lite-plan) | 轻量级交互式规划工作流 | `/workflow-lite-planex [-y] [-e] "任务"` |
|
| [`lite-plan`](#lite-plan) | 轻量级交互式规划工作流 | `/workflow-lite-planex [-y] [-e] "任务"` |
|
||||||
| [`lite-fix`](#lite-fix) | 轻量级 Bug 诊断和修复 | `/workflow:lite-fix [-y] [--hotfix] "Bug 描述"` |
|
| [`lite-fix`](#lite-fix) | 轻量级 Bug 诊断和修复 | `/workflow:lite-fix [-y] [--hotfix] "Bug 描述"` |
|
||||||
|
|
||||||
@@ -66,29 +65,6 @@
|
|||||||
|
|
||||||
## 命令详解
|
## 命令详解
|
||||||
|
|
||||||
### lite-lite-lite
|
|
||||||
|
|
||||||
**功能**: 超轻量级多工具分析和直接执行。简单任务无工件,复杂任务自动在 `.workflow/.scratchpad/` 创建规划文档。
|
|
||||||
|
|
||||||
**语法**:
|
|
||||||
```bash
|
|
||||||
/workflow:lite-lite-lite [-y|--yes] <任务描述>
|
|
||||||
```
|
|
||||||
|
|
||||||
**使用场景**:
|
|
||||||
- 超简单快速任务
|
|
||||||
- 不需要规划文档的代码修改
|
|
||||||
- 自动工具选择
|
|
||||||
|
|
||||||
**示例**:
|
|
||||||
```bash
|
|
||||||
# 超简单任务
|
|
||||||
/workflow:lite-lite-lite "修复 header 样式"
|
|
||||||
|
|
||||||
# 自动模式
|
|
||||||
/workflow:lite-lite-lite -y "更新 README 链接"
|
|
||||||
```
|
|
||||||
|
|
||||||
### lite-plan
|
### lite-plan
|
||||||
|
|
||||||
**功能**: 轻量级交互式规划和执行工作流(Phase 1: 规划,Phase 2: 执行),支持内存规划、代码探索和确认后自动执行。
|
**功能**: 轻量级交互式规划和执行工作流(Phase 1: 规划,Phase 2: 执行),支持内存规划、代码探索和确认后自动执行。
|
||||||
|
|||||||
Reference in New Issue
Block a user