Skip to content

Commit 514f979

Browse files
author
catlog22
committed
fix(skill): 更新技能名称为 workflow-lite-plan-execute,修正相关文档引用
1 parent 7d6cbd2 commit 514f979

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.codex/skills/workflow-lite-plan-execute/SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: workflow-lite-plan
2+
name: workflow-lite-plan-execute
33
description: Unified lightweight planning skill with mode selection (Lite Plan, Multi-CLI Plan, Lite Fix). Supports exploration, diagnosis, multi-CLI collaboration, and shared execution via lite-execute.
44
allowed-tools: spawn_agent, wait, send_input, close_agent, AskUserQuestion, Read, Write, Edit, Bash, Glob, Grep, mcp__ace-tool__search_context
55
---
@@ -43,8 +43,8 @@ When `--yes` or `-y`: Skip mode selection (use default or flag-specified mode),
4343
## Usage
4444

4545
```
46-
Skill(skill="workflow-lite-plan", args="<task description>")
47-
Skill(skill="workflow-lite-plan", args="[FLAGS] \"<task description>\"")
46+
Skill(skill="workflow-lite-plan-execute", args="<task description>")
47+
Skill(skill="workflow-lite-plan-execute", args="[FLAGS] \"<task description>\"")
4848
4949
# Flags
5050
--mode lite-plan|multi-cli|lite-fix Planning mode selection (default: lite-plan)
@@ -53,11 +53,11 @@ Skill(skill="workflow-lite-plan", args="[FLAGS] \"<task description>\"")
5353
--hotfix Fast hotfix mode (lite-fix only)
5454
5555
# Examples
56-
Skill(skill="workflow-lite-plan", args="\"Implement JWT authentication\"") # Default: lite-plan
57-
Skill(skill="workflow-lite-plan", args="--mode multi-cli \"Refactor payment module\"") # Multi-CLI planning
58-
Skill(skill="workflow-lite-plan", args="--mode lite-fix \"Login fails with 500 error\"") # Bug fix mode
59-
Skill(skill="workflow-lite-plan", args="-y \"Add user profile page\"") # Auto mode
60-
Skill(skill="workflow-lite-plan", args="--mode lite-fix --hotfix \"Production DB timeout\"") # Hotfix mode
56+
Skill(skill="workflow-lite-plan-execute", args="\"Implement JWT authentication\"") # Default: lite-plan
57+
Skill(skill="workflow-lite-plan-execute", args="--mode multi-cli \"Refactor payment module\"") # Multi-CLI planning
58+
Skill(skill="workflow-lite-plan-execute", args="--mode lite-fix \"Login fails with 500 error\"") # Bug fix mode
59+
Skill(skill="workflow-lite-plan-execute", args="-y \"Add user profile page\"") # Auto mode
60+
Skill(skill="workflow-lite-plan-execute", args="--mode lite-fix --hotfix \"Production DB timeout\"") # Hotfix mode
6161
```
6262

6363
## Subagent API Reference
@@ -279,5 +279,5 @@ Phase-internal sub-tasks are managed by each phase document (attach/collapse pat
279279

280280
## Related Skills
281281

282-
- Full planning workflow: [workflow-plan/SKILL.md](../workflow-plan/SKILL.md)
282+
- Full planning workflow: [workflow-plan-execute/SKILL.md](../workflow-plan-execute/SKILL.md)
283283
- Brainstorming: [workflow-brainstorm-auto-parallel/SKILL.md](../workflow-brainstorm-auto-parallel/SKILL.md)

.codex/skills/workflow-lite-plan-execute/phases/01-lite-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ executionContext = {
11051105
| Planning agent failure | Fallback to direct planning by Claude |
11061106
| Clarification timeout | Use exploration findings as-is |
11071107
| Confirmation timeout | Save context, display resume instructions |
1108-
| Modify loop > 3 times | Suggest breaking task or using full planning workflow (workflow-plan/SKILL.md) |
1108+
| Modify loop > 3 times | Suggest breaking task or using full planning workflow (workflow-plan-execute/SKILL.md) |
11091109
11101110
---
11111111

.codex/skills/workflow-plan-execute/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: workflow-plan
2+
name: workflow-plan-execute
33
description: 4-phase planning+execution workflow with action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs, optional Phase 4 execution. Triggers on "workflow:plan".
44
allowed-tools: spawn_agent, wait, send_input, close_agent, AskUserQuestion, Read, Write, Edit, Bash, Glob, Grep
55
---

0 commit comments

Comments
 (0)