-
Notifications
You must be signed in to change notification settings - Fork 0
Step 7 Monitor Setup
github-actions[bot] edited this page Apr 8, 2026
·
3 revisions
Command: /monitor-setup [project] · Habit: H7 Sharpen the Saw · Previous: Step 6 · Deploy Guide
Set up error tracking, alerting, and health checks so you learn from production. The final step closes the loop between deploy and the next planning cycle.
- After a new service is deployed
- When adding a new critical feature to an existing service
- When an incident reveals a monitoring gap
- Internal tools with zero users (use judgment — often you still want basic health)
- Ephemeral preview deploys
- Read existing monitoring — don't duplicate what's already wired up
- Define the 4 golden signals: latency, traffic, errors, saturation
- Add or verify:
-
/healthendpoint (liveness + readiness) - Structured logging with correlation IDs
- Error tracking (Sentry, Rollbar, etc.)
- Metrics export (Prometheus, OpenTelemetry)
- Alerts on SLO breach
-
- Document the runbook: "If X alerts fire, do Y"
- Monitoring config (code + infra)
- Alert rules
- Runbook entry for this feature
- Dashboard link
-
Expects: A deployed service from
/deploy-guide -
Produces for the next cycle: Production feedback that informs the next
/researchor/requirements
"Am I investing in future capability, or just grinding out output?"
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project