Interactively gather a PRD (Product Requirements Document) for an agent skill that is about to be built or optimized by SkillHone. Use when the user says things like "I want to write a new skill", "help me spec this skill", "what should <x>-skill do", or before running skillhone new / skillhone optim on a skill whose requirements aren't fully nailed down. The interview is driven through the AskUserQuestion tool — every round is a small set of dependent multi-choice questions, and the skill keeps asking until the user says stop. Final artifacts are three files in the paired <skill>-eval repo: PRD.md (eval-agent-visible), PRD.improver_only.md (improver-agent visible, scoring rubric redacted), and PRD.choice.md (the AskUserQuestion transcript). Also mirrors the appropriate pages into Forgejo wiki checkouts when available.
$npx -y skills add tencent/skillhone --skill skillhone-prdInstalls into the current project.
Run `npx skills use "https://github.com/tencent/skillhone" --skill "tencent/skillhone/skillhone-prd"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tencent/skillhone" that are relevant to the current task. Run `npx skills add "https://github.com/tencent/skillhone"` and select the relevant skills, then follow their instructions.