You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
The current task expansion rule relies heavily on subjective assessment, making it difficult to consistently and objectively determine when a task requires breaking down into subtasks. This leads to inconsistent task sizing and potential inefficiencies in project management.
Proposed Solution
Implement a quantitative point-based system with clear thresholds and structured templates to objectively evaluate task complexity and standardize the expansion process.
Key Improvements
1. Quantitative Assessment System
Replace subjective evaluations with a point-based scoring system:
Assign specific point values to complexity factors (1-3 points each)
Establish a clear threshold (≥8 points) for recommending task expansion
Create a standardized assessment table for consistent evaluation
2. Objective Thresholds
Replace ambiguous language with specific metrics:
"Estimated effort exceeds 16 work hours" instead of "seems likely to take more than a predefined threshold"
"Task spans 3+ distinct components" instead of "multiple unrelated modules"
"Contains 7+ distinct acceptance criteria" instead of "exceptionally long sections"
"Blocks 3+ subsequent tasks" instead of "significant number of subsequent tasks"
3. Red Flag Language Detection
Add automated detection of complexity indicators in task descriptions:
Excess connector words ("and", "also", "additionally")
Problem Statement
The current task expansion rule relies heavily on subjective assessment, making it difficult to consistently and objectively determine when a task requires breaking down into subtasks. This leads to inconsistent task sizing and potential inefficiencies in project management.
Proposed Solution
Implement a quantitative point-based system with clear thresholds and structured templates to objectively evaluate task complexity and standardize the expansion process.
Key Improvements
1. Quantitative Assessment System
Replace subjective evaluations with a point-based scoring system:
2. Objective Thresholds
Replace ambiguous language with specific metrics:
3. Red Flag Language Detection
Add automated detection of complexity indicators in task descriptions:
4. Enhanced Subtask Template
Extend the subtask recommendation template to include:
5. Domain-specific Templates
Add specialized breakdown templates for:
6. Verification Checklist
Include a quality assurance checklist to validate the proposed task breakdown:
7. Dependency Visualization
Suggest visualization of task dependencies using Mermaid diagrams for complex task breakdowns
Implementation
task-magic/expanding-large-tasks.mdcfile with the new rule definitionExpected Benefits
Acceptance Criteria
Related Documentation
task-magic/expanding-large-tasks.mdcfile