Company Engineering Playbook (living docs-as-code)
This repository contains our engineering team's playbook - a living documentation of our processes, standards, and best practices.
docs/- Markdown chapters containing our engineering documentationtemplates/- Reusable templates (RFCs, PR checklists, research worksheets)scaffolds/- Repository skeletons and project templatessnippets/- Helper code snippets and utilities.github/- GitHub workflows and templates
This playbook is built using MkDocs. To run locally:
pip install mkdocs mkdocs-material
mkdocs serveAll team members are encouraged to contribute to this playbook. Please submit pull requests for any additions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.