# Practice 4: Plan the Path & Work in Drafts / Small Steps

**Essence**

Co-design the route. Start with outline and steps, then move in small, steerable chunks.

**What this combines**

* “Work in Drafts” (outline → sections → iteration).
* “Build in Small Steps” (break big work into sub-moves).
* “Plan the Path Together” (co-design a plan & roles).

**Why it matters**\
One-shot prompts → huge, bland walls of text that are hard to fix. Small steps → fast *feedback loops*.

**Common traps**

* “Write the full report/essay/presentation” as a single ask.
* Feeling locked into an AI-generated structure because “it’s already written”.

**Examples**

* “Given this goal and audience, propose 2–3 outline options under 10 bullets each; stop there so I can choose.”
* “Using this outline, draft only section 1, then pause and ask me for corrections before continuing.”
* “Propose 3–6 steps for how we’ll tackle this together; show who does what (you vs. me), then wait for my confirmation.”

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-4-plan-the-path-and-work-in-drafts-small-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
