catlog22
1c416b538d
refactor(lite-plan): separate plan display from user confirmation in Phase 4
...
Change Phase 4 confirmation flow from single-step to two-step process:
- Step 4.1: Display complete plan as readable text output
- Step 4.2: Collect three-dimensional input via AskUserQuestion
Benefits:
- Clearer plan presentation (not embedded in question)
- Simpler question interface focused on user decisions
- Better user experience with logical separation
2025-11-16 22:56:48 +08:00
catlog22
81362c14de
refactor(lite-plan): enhance execution call tracking and user interaction clarity
2025-11-16 21:52:09 +08:00
catlog22
fa6257ecae
refactor(lite-plan): streamline planning execution guidelines and enhance user confirmation process
2025-11-16 21:35:47 +08:00
catlog22
ccb4490ed4
refactor(cli-tools): remove redundant model parameters for improved command clarity
2025-11-16 21:11:16 +08:00
catlog22
58206f1996
refactor(lite-plan): update execution method options for clarity and complexity-based selection
2025-11-16 21:03:16 +08:00
catlog22
564bcb72ea
refactor(lite-plan): simplify command format for Codex and Qwen by removing redundant parameters
2025-11-16 20:58:25 +08:00
catlog22
a721c50ba3
refactor(lite-plan): enhance three-dimensional confirmation to support multi-select interactions for task approval, execution method, and code review tool
2025-11-15 19:59:38 +08:00
catlog22
2f0ca988f4
refactor(lite-plan): enhance confirmation process with three-dimensional user interaction and optional code review
2025-11-15 18:13:10 +08:00
catlog22
a45f5e9dc2
refactor(lite-plan): enhance task dependency management and introduce parallel execution guidelines
2025-11-15 17:57:11 +08:00
catlog22
b8dc3018d4
refactor(lite-plan): enhance argument hints and clarify exploration flags in documentation
2025-11-15 17:39:28 +08:00
catlog22
763c51cb28
refactor(workflow): remove redundant key characteristics and usage examples from lite-plan documentation
2025-11-15 16:13:08 +08:00
catlog22
a8e8412477
feat(agents): add cli-explore-agent and enhance workflow documentation
...
Add new cli-explore-agent for code structure analysis and dependency mapping:
- Dual-source strategy (Bash + Gemini CLI) for comprehensive code exploration
- Three analysis modes: quick-scan, deep-scan, dependency-map
- Language-agnostic support (TypeScript, Python, Go, Java, Rust)
Enhance lite-plan workflow documentation:
- Clarify agent call prompts with structured return formats
- Add expected return structures for cli-explore-agent and cli-planning-agent
- Simplify AskUserQuestion usage with clearer examples
- Document data flow between workflow phases
Add code-map-memory command:
- Generate Mermaid code flow diagrams from feature keywords
- Create SKILL packages for code understanding
- Auto-continue workflow with phase skipping
Improve UI design system:
- Add theme colors guide to ui-design-agent
- Enhance code import workflow documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-12 21:13:42 +08:00
catlog22
158df6acfa
feat(workflow): add lite-plan command for intelligent task planning and execution
2025-11-12 20:11:11 +08:00