What Is This?
The Task Deconstructor recursively breaks down any complex, intimidating project into the smallest possible executable actions — accounting for complexity, urgency, collaboration requirements, and potential roadblocks — and returns a clean numbered action list.
Why It Exists
The feeling of not knowing where to start is almost always a task decomposition problem. Your brain is trying to hold and execute the entire project simultaneously, which is cognitively impossible. Deconstruction converts an overwhelming mass into a manageable sequence.
Who It's For
- ▸High-performers whose output is held back by task initiation failures
- ▸People who start tasks late because they spend too long figuring out what to do first
- ▸Anyone who knows what the goal is but can't build the bridge from here to there
How It Works
You describe the task and rate its complexity (1–10), urgency (1–10), whether it requires collaboration, has resource dependencies, or has potential roadblocks. The SOR7ED Deconstruction Algorithm generates a numbered action list with steps, time estimates, and dependencies flagged.
You get:
- ▸A numbered list of the smallest executable actions
- ▸Time estimates per step where determinable
- ▸Dependency flags identifying what must happen first
- ▸Collaboration and resource flags for relevant steps
What Makes It Different
This handles the messy real-world variables — collaboration dependencies, resource blockers, unknown unknowns — not just linear task sequencing. All processing is local and zero-retention.
