mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
Remove granular progress tracking across workflow system
- Remove detailed progress views (Total Tasks: X, Completed: Y %) from all templates - Simplify TODO_LIST.md structure by removing Progress Overview sections - Remove stats tracking from session-management-principles.json schema - Eliminate progress format and calculation logic from context command - Remove percentage-based progress displays from action-planning-agent - Simplify vibe command coordination by removing detailed task counts - Focus on essential JSON state changes rather than UI progress metrics 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -209,12 +209,6 @@ Your primary responsibilities:
|
||||
## Dependency Graph
|
||||
[Visual or text representation of task dependencies]
|
||||
|
||||
## Progress Tracking
|
||||
- **Total Tasks**: [Number]
|
||||
- **Completed**: [Number] ([Percentage]%)
|
||||
- **In Progress**: [Number]
|
||||
- **Blocked**: [Number]
|
||||
|
||||
## Resource Requirements
|
||||
[Tools, libraries, external dependencies needed]
|
||||
|
||||
@@ -226,9 +220,6 @@ Your primary responsibilities:
|
||||
```markdown
|
||||
# Task Progress List: [Project Name]
|
||||
|
||||
## Quick Progress Overview
|
||||
**Total Items**: [Number] | **Completed**: [Number] ([Percentage]%) | **Remaining**: [Number]
|
||||
|
||||
## Main Tasks
|
||||
|
||||
### 🎯 [IMPL-001] [Primary Goal]
|
||||
@@ -278,13 +269,12 @@ Your primary responsibilities:
|
||||
5. **Integration with Development Workflow**:
|
||||
- Create TodoWrite entries for each stage and major subtask
|
||||
- For complex tasks, use enhanced IMPL_PLAN.md structure with hierarchical task breakdown
|
||||
- Generate TODO_LIST.md for progress tracking and team coordination
|
||||
- Generate TODO_LIST.md for task coordination
|
||||
- Link todo checklist items to detailed task descriptions in implementation plan
|
||||
- Identify which stages require architecture review
|
||||
- Note where code review checkpoints should occur
|
||||
- Specify testing requirements for each stage
|
||||
- Maintain document synchronization across all planning artifacts
|
||||
- Update progress tracking as tasks complete
|
||||
- Provide clear navigation between implementation plan, task decomposition, and todo checklist
|
||||
|
||||
6. **Complexity Assessment**: Automatically determine planning approach based on task complexity:
|
||||
|
||||
Reference in New Issue
Block a user