1. Go to script.google.com and create a new Apps Script project.
  2. Paste in chief_of_staff_setup.gs.
  3. Add a second script file and paste in chief_of_staff_agents.gs.
  4. Add a third script file and paste in chief_of_staff_tasks.gs.
  5. Add a fourth script file and paste in chief_of_staff_docs.gs.
  6. Run setup().
  7. setup() also creates the default office hours schedule for you.
  8. Open the Google Sheet that setup() creates for you.
  9. Open the 🎯 Goals tab and replace the placeholder rows with your real mission, vision, annual goals, and anti-goals.
  10. Go back to Apps Script and run setFrameworkConfig().
  11. In Apps Script, open Project Settings -> Script properties.
  12. Add your keys and settings.
  13. Run showSetupChecklist().
  14. Go back to the Google Sheet and open the πŸ“Š Dashboard tab.
  15. Run officeHoursNow() if you want the team to work immediately.
  16. Run refreshTaskTimeline_() or send refresh timeline once you have tasks, so the Google Slides Gantt deck is created and linked from Dashboard.

Required now