From superbuilder
Use after context-sync to produce a PRD that is implementation-grade — every section answers "what gets built, what doesn't, how do we know it's done." Reads .superbuilder/intake.md and .superbuilder/context/*. Hands a finished PRD to plan-stories. Refuses to skip sections.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superbuilder:02-write-prdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert the refined idea + project context into a precise PRD. Implementation-grade means: an engineer who has never seen the conversation can pick up the PRD and start working without asking questions.
Convert the refined idea + project context into a precise PRD. Implementation-grade means: an engineer who has never seen the conversation can pick up the PRD and start working without asking questions.
/superbuilder:superbuild, after 00-intake-refine and 01-context-sync.Write .superbuilder/PRD.md with these sections — all required, no skipping:
intake.md, restated in the project's domain language from context/domain.md.context/gates.json. Mark null gates explicitly.deploymentAllowed: false is the default. Document what changing it requires.Merges Addy spec-driven-development (the section spine), Matt to-prd (conversation→PRD compression), Ralph PRD pattern (machine-readable contract). The output here is the human-facing markdown; 03-plan-stories will materialize the JSON.
main." No. deploymentAllowed defaults to false. Production deploy is a separate, gated act.When PRD.md is complete AND the user has explicitly approved it (use AskUserQuestion), hand off to 03-plan-stories to materialize the story JSON. Without explicit approval, the orchestrator must not start.
npx claudepluginhub solomonsjoseph/superbuilder-skillBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.