Task Decomposition

Task decomposition means splitting a large goal into smaller, testable, and executable subtasks.

Why it matters

Example

Goal: "Create weekly support summary."

  1. Fetch tickets from CRM.
  2. Cluster by issue type.
  3. Summarize top trends.
  4. Prepare recommendations.
  5. Share final report.