Skill-suites paw-ps-concept-to-product-plan
Transform an accepted product brief into an executor-ready product plan. Triggers: 'create product plan', 'product plan from brief', 'prepare for executor', 'plan for building', 'handoff to builder'.
git clone https://github.com/pawbytes/skill-suites
T=$(mktemp -d) && git clone --depth=1 https://github.com/pawbytes/skill-suites "$T" && mkdir -p ~/.claude/skills && cp -r "$T/src/prodig/paw-ps-concept-to-product-plan" ~/.claude/skills/pawbytes-skill-suites-paw-ps-concept-to-product-plan && rm -rf "$T"
src/prodig/paw-ps-concept-to-product-plan/SKILL.mdConcept to Product Plan
Overview
Transforms an accepted product brief into a detailed, executor-ready product plan. This workflow bridges product decisions and execution by producing specific instructions for the correct builder type.
Args: Accepts
--headless / -H for non-interactive execution.
Output: Product plan/spec package and executor handoff bundle.
Inputs
- Product brief (from
or brief file)product-decisions.md - Chosen product family (knowledge, template, software, service)
- Scope and packaging decisions
Outputs
| Output | Location |
|---|---|
| Product plan | |
| Executor handoff | |
| Product context update | |
Pipeline
Stage 1: Load Brief
Load
./references/01-load-brief.md
Inputs: Product brief location or product-decisions.md
Progression: Brief is loaded and completeness verified. All required sections present.
Stage 2: Identify Executor
Load
./references/02-identify-executor.md
Inputs: Product family selection, product type
Progression: Executor type determined and validated against product requirements.
Stage 3: Create Plan
Load
./references/03-create-plan.md
Inputs: Brief, executor type, scope decisions
Progression: Detailed execution plan created with all sections populated.
Stage 4: Prepare Handoff
Load
./references/04-prepare-handoff.md
Inputs: Product plan, executor type
Progression: Executor handoff bundle formatted and saved. Product context updated with plan reference.
On Activation
- Load shared context from
{project-root}/.pawbytes/prodig-suites/index.md - Load product context:
.pawbytes/prodig-suites/products/{product-slug}/product-context.md - If no product slug provided, list available products for selection
Path Resolution
Plans root:
{project-root}/.pawbytes/prodig-suites/plans/{product-slug}/
Product context:
{project-root}/.pawbytes/prodig-suites/products/{product-slug}/product-context.md
Handoff bundle:
{project-root}/.pawbytes/prodig-suites/plans/{product-slug}/handoff.md
Executor Types
| Product Family | Executor | Plan Focus |
|---|---|---|
| Knowledge | Knowledge Builder | Content structure, research scope, deliverable format |
| Template | Template Builder | Component structure, customization points, usage patterns |
| Software | Software Builder | Technical specs, architecture, implementation phases |
| Service | Service Builder | Service definition, delivery process, quality criteria |
Output Contract
Every product plan includes:
- Plan type: Which executor will use it
- Source brief: Reference to original decisions
- Scope: What is included and excluded
- Deliverables: Specific outputs expected
- Success criteria: Measurable completion conditions
- File saved to: Resolved path
Non-Negotiables
- Plan must be specific enough for executor to act without clarification
- All scope decisions must be explicitly stated
- Executor type must be clearly identified
- Handoff bundle must be self-contained