بنقرة واحدة
refine-prd
Refine and improve an existing PRD based on feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Refine and improve an existing PRD based on feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.