- Go to script.google.com and create a new Apps Script project.
- Paste in
chief_of_staff_setup.gs.
- Add a second script file and paste in
chief_of_staff_agents.gs.
- Add a third script file and paste in
chief_of_staff_tasks.gs.
- Add a fourth script file and paste in
chief_of_staff_docs.gs.
- Run
setup().
setup() also creates the default office hours schedule for you.
- Open the Google Sheet that
setup() creates for you.
- Open the
π― Goals tab and replace the placeholder rows with your real mission, vision, annual goals, and anti-goals.
- Go back to Apps Script and run
setFrameworkConfig().
- In Apps Script, open
Project Settings -> Script properties.
- Add your keys and settings.
- Run
showSetupChecklist().
- Go back to the Google Sheet and open the
π Dashboard tab.
- Run
officeHoursNow() if you want the team to work immediately.
- Run
refreshTaskTimeline_() or send refresh timeline once you have tasks, so the Google Slides Gantt deck is created and linked from Dashboard.
Required now
- Run
setup().
- Fill in the
π― Goals tab.
- Add
ANTHROPIC_KEY.