├── LICENSE ├── README.md ├── examples ├── books-to-read.md ├── human-user-guide-for-matthew.md ├── newsletters-to-subscribe-to.md ├── resources-to-leverage.md └── videos-to-watch.md ├── human-user-guide.md ├── memo.md ├── one-on-one-meeting-best-practices.md ├── one-on-one-minimal-template.md ├── out-of-office-checklist.md ├── project-responsibilities.md └── weekly-snippets.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/README.md -------------------------------------------------------------------------------- /examples/books-to-read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/examples/books-to-read.md -------------------------------------------------------------------------------- /examples/human-user-guide-for-matthew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/examples/human-user-guide-for-matthew.md -------------------------------------------------------------------------------- /examples/newsletters-to-subscribe-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/examples/newsletters-to-subscribe-to.md -------------------------------------------------------------------------------- /examples/resources-to-leverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/examples/resources-to-leverage.md -------------------------------------------------------------------------------- /examples/videos-to-watch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/examples/videos-to-watch.md -------------------------------------------------------------------------------- /human-user-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/human-user-guide.md -------------------------------------------------------------------------------- /memo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/memo.md -------------------------------------------------------------------------------- /one-on-one-meeting-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/one-on-one-meeting-best-practices.md -------------------------------------------------------------------------------- /one-on-one-minimal-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/one-on-one-minimal-template.md -------------------------------------------------------------------------------- /out-of-office-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/out-of-office-checklist.md -------------------------------------------------------------------------------- /project-responsibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/project-responsibilities.md -------------------------------------------------------------------------------- /weekly-snippets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewmccullough/human-interaction-templates/HEAD/weekly-snippets.md --------------------------------------------------------------------------------