rcode-edit-prdlisted
Install: claude install-skill hanzlahabib/rcode
@.rcode/references/karpathy-guidelines.md
## Overview
Update an existing Product Requirements Document with new sections, revisions, or clarifications.
## Workflow
Follow the instructions in ./workflow.md.
## Output Format
- Preserves existing PRD structure; only modifies requested sections
- Every change logged with date and reason
- Do NOT rewrite sections that weren't asked to change
- Do NOT introduce new structure inconsistent with the rest of the PRD
## Examples
### Happy Path
**Input:** "Update the PRD to remove the analytics feature from v1 scope"
**Expected behavior:** Locate PRD, find analytics section, move to "Out of Scope (v2)", add change log entry, save.
### Edge Case: Conflicting Updates
**Input:** "Remove analytics" — but another section still references it
**Expected behavior:** Scan for references first. Report: "Analytics is also referenced in Section 4.2 and Metrics. Should I remove those too, or keep as related context?" Do NOT silently leave dangling references.