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'.
From prodig-suitesnpx claudepluginhub pawbytes/skill-suites --plugin webinar-creator-suiteThis skill uses the workspace's default tool permissions.
references/01-load-brief.mdreferences/02-identify-executor.mdreferences/03-create-plan.mdreferences/04-prepare-handoff.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.
product-decisions.md or brief file)| Output | Location |
|---|---|
| Product plan | .pawbytes/prodig-suites/plans/{product-slug}/plan.md |
| Executor handoff | .pawbytes/prodig-suites/plans/{product-slug}/handoff.md |
| Product context update | .pawbytes/prodig-suites/products/{product-slug}/product-context.md |
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.
Load ./references/02-identify-executor.md
Inputs: Product family selection, product type
Progression: Executor type determined and validated against product requirements.
Load ./references/03-create-plan.md
Inputs: Brief, executor type, scope decisions
Progression: Detailed execution plan created with all sections populated.
Load ./references/04-prepare-handoff.md
Inputs: Product plan, executor type
Progression: Executor handoff bundle formatted and saved. Product context updated with plan reference.
{project-root}/.pawbytes/prodig-suites/index.md.pawbytes/prodig-suites/products/{product-slug}/product-context.mdPlans 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
| 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 |
Every product plan includes: