PRD Review
review_artifactChecks a draft artifact (feature spec, experiment plan, or page) against a baseline PM bar and returns structured findings with a score, severity, and suggested fixes. Use before sign-off.
Instructions
Agent-as-critic over a DRAFT artifact (a feature spec, experiment plan, or page): checks it against a baseline PM bar — clear problem/hypothesis, a measurable success metric, evidence cited, risks named, a rollout/experiment plan — and returns structured findings (section, severity, a CONCRETE suggested fix, and a verbatim evidence quote) plus a 0-100 score. A write: each call re-runs the review and persists it as a new version (see list_artifact_versions). Resolve target_id first — via pm_meta or list_features for a feature, list_experiments for an experiment, list_pages for a page. One small LLM call; use it before sending a draft for sign-off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rubric_id | No | Score against a specific rubric; omit to use the org's default rubric (or the built-in baseline). | |
| target_id | Yes | Id of the feature/experiment/page to review — from pm_meta, list_features, list_experiments, or list_pages. | |
| target_type | Yes | What kind of artifact target_id is: a feature (spec), an experiment (plan), or a page (doc/PRD). |