# concepts

The following is a list of concepts that are somewhat related to either business ideas or productivity in general. As of now, there is not enough content in this document to justify splitting it in business and productivity

## Contents

* [Parkinson's Law](/business/concepts.md#parkinsons-law)
* [80/20 Rule](/business/concepts.md#the-8020-rule)

## Parkinson's Law

> work expands so as to fill the time available for its completion

There are multiple interpretations on the law, but the above one is the most important to me. While I belive the law is true, I also belive thatyou cannot give a task just one minute to be completed and expect it to be completed in one minute. On the other hand, if you give it an hour longer to be completed than it would need, it will take an hour longer.\
A practical approach here might be to calculate the duration of tasks as short as possible and than adapt if the task was not finished in the given time.

### Resources and Material

* [Wikipedia Entry](https://en.wikipedia.org/wiki/Parkinson's_law)
* [How to Use Parkinson's Law to Your Advantage](http://www.lifehack.org/articles/featured/how-to-use-parkinsons-law-to-your-advantage.html)
* [The 4 Hour work week](https://www.amazon.de/4-Hour-Work-Week-Escape-Anywhere/dp/0091929113/ref=sr_1_sc_1?ie=UTF8\&qid=1517158086\&sr=8-1-spell\&keywords=4+hour+workwwek) - by Tim Ferriss

## The 80/20 Rule

The 80/20 Rule can be applied to almost everything in live and is very flexible in implementation. Some examples include:

* 20% of the work produce 80% of the outcome
* 20% of the events produce 80% of the stress
* 20% of the customers produce 80% of the revenue

Generally, its good to identify the 20s and 80s in a System and then adapt to that (by cutting out unperformatn factors that are not in the 20%)

### Resources and Material

* [Wikipedia Entry](https://en.wikipedia.org/wiki/Pareto_principle)


---

# 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.christianpoplawski.de/business/concepts.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.
