From 8868f54212dfcf450b665d2e2a5bf521ada64c3e Mon Sep 17 00:00:00 2001 From: Test Date: Fri, 17 Apr 2026 13:11:41 +0100 Subject: [PATCH] Rename skills for clarity: update 'write-a-prd' to 'to-prd' and 'prd-to-issues' to 'to-issues' in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb1fc4c..11d99fb 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ A collection of agent skills that extend capabilities across planning, developme These skills help you think through problems before writing code. -- **write-a-prd** — Create a PRD through an interactive interview, codebase exploration, and module design. Filed as a GitHub issue. +- **to-prd** — Turn the current conversation context into a PRD and submit it as a GitHub issue. No interview — just synthesizes what you've already discussed. ``` - npx skills@latest add mattpocock/skills/write-a-prd + npx skills@latest add mattpocock/skills/to-prd ``` -- **prd-to-issues** — Break a PRD into independently-grabbable GitHub issues using vertical slices. +- **to-issues** — Break any plan, spec, or PRD into independently-grabbable GitHub issues using vertical slices. ``` - npx skills@latest add mattpocock/skills/prd-to-issues + npx skills@latest add mattpocock/skills/to-issues ``` - **grill-me** — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.