# 7 Micro-Habits for Beginners

These micro-habits preserve the spirit of the full framework while lowering the barrier to entry. They are a lightweight alternative for onboarding beginners or used during cognitively overloaded moments.

| No.   | Micro-Habit                     | Examples                                                  | Why It Works                            |
| ----- | ------------------------------- | --------------------------------------------------------- | --------------------------------------- |
| **1** | **Say what you want**           | Start your prompt with: “I want help with…”               | Forces intention clarity                |
| **2** | **Name your audience**          | Add: “This is for a beginner / manager / student…”        | Adjusts tone + depth                    |
| **3** | **Add one example**             | “Here’s something I wrote / found / like…”                | Gives model a pattern to follow         |
| **4** | **Ask for 2 versions**          | “Can you give me two different takes?”                    | Prevents over-reliance on first output  |
| **5** | **Tell it what you don’t want** | “Avoid jargon / buzzwords / too much fluff…” / Fact check | Sets negative constraints simply        |
| **6** | **Talk back once**              | “This isn’t quite right. I meant more like…”              | Builds confidence in shaping the result |
| **7** | **Save what worked**            | Bookmark or copy prompts that helped you                  | Seeds a *feedback loop*                 |

***


---

# 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-micro-habits-for-beginners.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.
