postrc_generate_observability_spec
Generate an observability requirements document from the PRD, specifying error tracking, analytics events, SLOs, dashboards, and alerting rules to design monitoring before build.
Instructions
PRE-FLIGHT tool - run BEFORE RC Method build phase, ideally after rc_define (Phase 2). Generates an observability requirements document from the PRD: error tracking setup, analytics events, SLO definitions, dashboard specs, and alerting rules. This ensures monitoring is designed in, not bolted on after shipping. Output feeds into rc_architect as a companion to the PRD. Optional but strongly recommended for production applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prd_content | No | PRD content to analyze (optional - will read from rc-method/prds/ or pre-rc-research/ if not provided) | |
| project_path | Yes | Absolute path to the project directory |