> For the complete documentation index, see [llms.txt](https://arielgerardorios.gitbook.io/personal-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arielgerardorios.gitbook.io/personal-wiki/work_teams.md).

# Work: about teams

## Onboarding

* [Owning your onboarding (specially in remote work)](https://dmellonielet.com/2020/11/30/software-engineers-guide-to-owning-the-onboarding.html)
* [Treat Your Onboarding Process Like Your Build System](https://blog.vpecoach.com/treat-your-onboarding-process-like-your-build-system-381474aff0f1?gi=83ba117ceeab)

## Communication

* [Meetings Tips](https://twitter.com/TaylorPearsonMe/status/1255546794756517893)
* [GitLab: Communicating effectively and responsibly through text](https://about.gitlab.com/company/culture/all-remote/effective-communication/)
* [GitLab Communication Guidelines](https://about.gitlab.com/handbook/communication/#effective--responsible-communciation-guidelines)
* [GitLab: Documentation Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide.html#documentation-is-the-single-source-of-truth-ssot)
* [How to Have Hyper-Efficient Communication Within Remote Teams](https://medium.com/swlh/how-to-have-hyper-efficient-communication-within-remote-teams-3e74e87eb762)
* [Learn Fast and Read Things: why (and how) we started a technical reading group](https://build.affinity.co/learn-fast-and-read-things-why-and-how-we-started-a-technical-reading-group-56a61db515bd)
* [Unusual tips to keep Slack from becoming a nightmare - Jade Rubick](https://www.rubick.com/unusual-tips-to-keep-slack-from-becoming-a-nightmare/)
* [Documenting architecture decisions](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions)

## Perfomance

* [Cascading productivity system](https://jmulholland.com/cascading-productivity-system/)
* [Engineering Productivity Can Be Measured - Just Not How You'd Expect](https://www.okayhq.com/blog/engineering-productivity-can-be-measured)
* [SLA vs. SLO vs. SLI: What’s the difference?](https://www.atlassian.com/incident-management/kpis/sla-vs-slo-vs-sli)

## Frameworks

* [Frameworks](https://sarahtavel.medium.com/frameworks-12c220e775eb)
* [Modern Agile](http://modernagile.org/)
* [Production oriented development](https://paulosman.me/2019/12/30/production-oriented-development.html)
* [Product Thinking vs. Project Thinking](https://productcoalition.com/product-thinking-vs-project-thinking-380692a2d4e)
* [The work-centric standup](https://blog.usejournal.com/the-work-centric-standup-cc20205b47ea)
* [Software Engineering principles to align your teams better](https://principles.dev/)
* [Getting Started with Agility: Essential Reading](https://holub.com/reading/)
* [Alignment > Autonomy](https://buildrightside.com/autonomy-alignment)
* [5 Ways to Prioritize Your Engineers’ Time](https://getstream.io/blog/engineer-prioritization/)

### Software development

* [Pull request size](https://smallbusinessprogramming.com/optimal-pull-request-size/)
* [Maslow's pyramid of code review](http://www.dein.fr/2015-02-18-maslows-pyramid-of-code-review.html)
* [Ask HN: How to improve code quality while maintaining decent velocity?](https://news.ycombinator.com/item?id=21730125)
* [My Software Estimation Technique - Jacob Kaplan-Moss](https://jacobian.org/2021/may/25/my-estimation-technique/)

## Management

* [Common leadership and management mistakes](https://fellow.app/blog/2020/common-leadership-and-management-mistakes/)
* [Lead Time](https://community.atlassian.com/t5/Jira-questions/Lead-Time/qaq-p/754325)
* [What does it mean to manage up?](https://www.tinypulse.com/blog/what-does-it-mean-to-manage-up)
* [Assign problems (not work) to your teams to build extraordinary products](https://leaddev.com/agile-other-ways-working/assign-problems-not-work-your-teams-build-extraordinary-products)
* [A word on ridiculous workloads and deadlines.](https://givegoodux.com/a-word-on-ridiculous-workloads-and-deadlines/)
* [Manager's Playbook](https://github.com/ksindi/managers-playbook)
* [The art of self-organizing engineering teams](https://leaddev.com/culture-engagement-motivation/art-self-organizing-engineering-teams)
* [Barrels and Ammunition](https://www.conordewey.com/blog/barrels-and-ammunition/)

## Ownership

* [Incident response and your startup](https://lethain.com/incident-response-programs-and-your-startup/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://arielgerardorios.gitbook.io/personal-wiki/work_teams.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.
