11---
2- name : workflow-lite-plan
2+ name : workflow-lite-plan-execute
33description : 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.
44allowed-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 )
0 commit comments