mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
refactor: replace replan commands with direct agent-based fixes
Replace batch replan workflow with TodoWrite tracking and direct agent calls: - concept-clarify.md: Call conceptual-planning-agent for concept gaps - action-plan-verify.md: Call action-planning-agent for task/plan issues Both commands now require explicit user confirmation before fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -271,6 +271,13 @@ This serves as a quality gate to ensure conceptual clarity before detailed task
|
||||
- OR 🔄 **Run /workflow:concept-clarify Again**: If new information available
|
||||
|
||||
### Next Steps
|
||||
|
||||
**If Outstanding Items Exist**:
|
||||
1. TodoWrite tracking for outstanding issues
|
||||
2. Call conceptual-planning-agent to fix conceptual gaps
|
||||
3. Wait for user confirmation before proceeding
|
||||
|
||||
**If No Issues**:
|
||||
```bash
|
||||
/workflow:plan # Generate IMPL_PLAN.md and task.json
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user