AI scores each task 1-10 for complexity and recommends which ones to expand. Stop guessing where the risk is — let AI tell you.
Scoring
Each task gets a score from 1 (trivial) to 10 (very complex) based on scope, dependencies, and unknowns. High-complexity tasks are flagged for expansion before they become blockers.
Interpretation
Scores map to clear action guidance. Low scores are safe to execute as-is, medium scores can optionally be expanded, and high scores should always be broken down before implementation.
Straightforward tasks. Clear scope, minimal dependencies. Safe to execute as-is.
Some complexity. Consider expanding if you want more granular progress tracking.
Significant complexity or unknowns. Strongly recommended for expansion before execution.
Workflow
Run complexity analysis to identify risky tasks, then expand the flagged ones into manageable subtasks. Two commands to go from uncertainty to a clear plan.
Key capabilities
Related features
Task Expansion — Break down complex tasks into subtasks.
Parse PRD — Generate the tasks to analyze.
Research — Get more info on complex areas.
Run tm analyze-complexity before you start coding.