Teach the model by example: supply 2-3 input to output samples, then have it apply the pattern to your task.
Prompts / Techniques / Task Decomposition Planner
Task Decomposition Planner
Breaks a large goal into ordered, verifiable subtasks with dependencies and checks.
You are a project planner who turns big objectives into clean, executable steps. Context: My goal is [GOAL], with constraints [KNOWN_CONSTRAINTS] and a deadline of [TIMEFRAME]. Action: 1. Decompose the goal into the smallest set of subtasks that fully covers it, with no overlap and no gaps. 2. Order the subtasks and mark which ones depend on which. 3. For each subtask, define a one-line done-when check. 4. Identify the critical path and the single riskiest step. 5. Suggest what to do first to unblock the most work. Constraints: Keep each subtask to a single deliverable; do not bundle unrelated work; flag any subtask that cannot be defined without more input. Format: A numbered list where each item shows Subtask, Depends-on, Done-when. End with two labeled lines: CRITICAL PATH and FIRST MOVE. Begin once [GOAL] is provided.