rc_save
Save IDE-generated PRD, UX PRD, or task list artifacts into the RC Method file structure for proper tracking and traceability.
Instructions
PASSTHROUGH MODE ONLY. Save an artifact generated by the host IDE (not by RC Engine tools) into the RC Method file structure. Use when the IDE's own AI generated a PRD, UX PRD, or task list that should be tracked by RC Method. Types: "prd" saves to rc-method/prds/, "prd-ux" saves UX child PRD, "tasks" saves task list. Do NOT use this for artifacts already saved by rc_define, rc_sequence, or ux_generate - those tools save automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full content of the artifact to save | |
| project_path | Yes | Absolute path to the project directory | |
| artifact_type | Yes | Type of artifact: 'prd' for main PRD, 'prd-ux' for UX child PRD, 'tasks' for task list |