# Engineering Daybook

* suggested by Pragmatic Programmer book
* A journal, where use to write things in that is associated with work/career
* Dated, and kept to use as reference
* Should be handwritten
* Details not to put in daybook, but in repo and referenced in day book
  * Code snippets
  * Complex steps, algorithms
* Start for a month

## what to put in

* Work notes associated with stories being worked on
  * Reference of story number
* mistakes and how solved
* Meeting notes
  * What contributions
  * Actions points to do
  * Notes
* Learnings
  * can be added back to git repo
* What was accomplished
* key things for CV
* Actions for today


---

# 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://hanfak.gitbook.io/workspace/management-workflow/engineering-daybook.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.
