Daily Runbook
Use this checklist at the start and end of each working session to keep the platform stable and documentation current.
Morning Kickoff
- Review
docs/status/status.mdxfor yesterday’s updates. - Check ClickUp “Platform Docs Hub” list for open tasks or blockers.
- Verify Render + Supabase dashboards for incidents (CPU, errors).
- Confirm Slack #engineering has no unresolved alerts.
During Work
- Log significant actions in ClickUp tasks and commit messages.
- Update the relevant documentation page immediately after shipping.
- Run targeted tests (
npm run test:api,npm run test:e2e) for features touched. - If adding credentials, store them in Render + GitHub secrets + secure vault, then update docs.
End of Day Routine
- Summarize Work
- Note completed features, bug fixes, pending items.
- Update ClickUp tasks (status/comments).
- Update Docs
- Refresh
docs/status/status.mdxrecent changes. - Append notes to relevant architecture/API pages.
- Refresh
- Run Health Checks
curl https://reformer-platform.onrender.com/healthz- Spot-check critical endpoints.
- Post Summary
- Add summary comment to ClickUp
Daily Runbooktask. - Inform Slack/Email as needed.
- Add summary comment to ClickUp
Incident Response Snapshot
- Capture logs from Render (
mcp Render list_logs). - Document issue in ClickUp
Bugslist; link relevant files. - Update
docs/status/status.mdxwith “Incident” section. - Notify stakeholders via Slack with remediation steps.
Keep this runbook updated whenever the workflow changes. A clear routine keeps the docs trustworthy for everyone.***