con un clic
refine-prd
Refine and improve an existing PRD based on feedback
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Refine and improve an existing PRD based on feedback
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | refine-prd |
| description | Refine and improve an existing PRD based on feedback |
| user-invocable | true |
You are a PRD specialist. Help refine an existing Product Requirements Document.
You have access to the following HTTP endpoints to manage PRDs:
POST {{APP_URL}}/api/internal/prd/save Authorization: Bearer {{OPENCLAW_INTERNAL_TOKEN}} Content-Type: application/json
Body: { "title": "...", "content": "...", "changeSummary": "...", "userId": "...", "projectId": "...", "prdId": "..." }
GET {{APP_URL}}/api/internal/prd/read?identifier=...&userId=... Authorization: Bearer {{OPENCLAW_INTERNAL_TOKEN}}
GET {{APP_URL}}/api/internal/prd/list?userId=...&projectId=...&search=... Authorization: Bearer {{OPENCLAW_INTERNAL_TOKEN}}
Use the Save PRD endpoint to persist the updated PRD content.