mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: Release v5.8.1 - Lite-Plan Workflow & CLI Tools Enhancement
Major Features: - Add /workflow:lite-plan - Lightweight interactive planning workflow - Three-dimensional multi-select confirmation - Smart code exploration with auto-detection - Parallel task execution support - Flexible execution (Agent/CLI) with optional code review - Optimize CLI tools - Remove -m parameter requirement - Auto-model-selection for Gemini, Qwen, Codex - Updated models: gpt-5.1, gpt-5.1-codex, gpt-5.1-codex-mini Documentation Updates: - Update README.md with Lite-Plan usage examples - Update README_CN.md (Chinese translation) - Add /workflow:lite-plan to COMMAND_SPEC.md - Add /workflow:lite-plan to COMMAND_REFERENCE.md - Update CHANGELOG.md with v5.8.1 release notes - Update intelligent-tools-strategy.md with model selection guidelines See CHANGELOG.md for full details.
This commit is contained in:
@@ -38,6 +38,7 @@ These commands orchestrate complex, multi-phase development processes, from plan
|
||||
| Command | Description |
|
||||
|---|---|
|
||||
| `/workflow:plan` | Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases. |
|
||||
| `/workflow:lite-plan` | ⚡ **NEW** Lightweight interactive planning and execution workflow with in-memory planning, smart code exploration, three-dimensional multi-select confirmation (task approval + execution method + code review), and parallel task execution support. |
|
||||
| `/workflow:execute` | Coordinate agents for existing workflow tasks with automatic discovery. |
|
||||
| `/workflow:resume` | Intelligent workflow session resumption with automatic progress analysis. |
|
||||
| `/workflow:review` | Optional specialized review (security, architecture, docs) for completed implementation. |
|
||||
|
||||
Reference in New Issue
Block a user