# Productivity

In order to answer the questions proposed in the above [process](https://wiki.sidedwards.dev/process/questions), we will want to use [chunking](https://en.wikipedia.org/wiki/Chunking_\(psychology\)) to break the questions/problem into smaller actionable chunks. These actionable chunks will become [tasks](https://wiki.sidedwards.dev/productivity/tasks). Tasks that are recurring or that are ongoing attention should be&#x20;

Continuous productivity requires a collection of habits that align with the problems the individual is trying to solve. How can we

{% content-ref url="productivity/habits" %}
[habits](https://wiki.sidedwards.dev/productivity/habits)
{% endcontent-ref %}

{% embed url="<https://hamberg.no/gtd/>" %}
Task creation and organization framework
{% endembed %}

{% embed url="<https://constantrenewal.com/buffett-5-25-rule/>" %}
5/25 rule for task prioritization
{% endembed %}


---

# 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://wiki.sidedwards.dev/productivity.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.
