From implementation-prd
Create implementation-ready PRD/spec bundles for new apps, products, services, platforms, mobile or desktop software, SaaS systems, or complex features. Use when the user asks for a detailed PRD, build-ready spec, spec bundle, spec packet, PRD + contracts + schema + test plan, backend or API spec, frontend or mobile app spec, feature requirements, technical product brief, or documentation that Claude Code or Codex can implement with minimal follow-up or one-shot implementation. Produce a decisive bundle with PRD, contracts, storage or data-model artifact, test plan, acceptance criteria, default technical choices, and phased implementation order.
How this skill is triggered — by the user, by Claude, or both
Slash command
/implementation-prd:implementation-prdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write specs that another coding agent can execute without reopening discovery.
assets/templates/contracts-template.mdassets/templates/data-model-template.mdassets/templates/feature-prd-template.mdassets/templates/product-prd-template.mdassets/templates/schema-template.sqlassets/templates/system-prd-template.mdassets/templates/testplan-template.mdreferences/live2reels-source-map.mdreferences/quality-gates.mdreferences/spec-bundle-blueprint.mdWrite specs that another coding agent can execute without reopening discovery.
Create or update a spec bundle with these files:
<slug>_prd.md<slug>_contracts.md<slug>_schema.sql for SQL-backed systems;<slug>_data-model.md for frontend-only work, NoSQL systems, or features with no relational schema change.<slug>_testplan.mdDo not omit state design. If there is no durable storage delta, use the data-model artifact and state explicitly where state lives and why no schema change is needed.
When starting from scratch, scaffold the bundle with:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/init-spec-bundle.sh" <slug> <product|feature|system> [output_dir] [sql|data-model]
Before finishing, verify all of these:
Use the templates under assets/templates/ when you need to scaffold or compare file structure:
product-prd-template.mdsystem-prd-template.mdfeature-prd-template.mdcontracts-template.mdschema-template.sqldata-model-template.mdtestplan-template.mdnpx claudepluginhub dmitriyyukhanov/claude-plugins --plugin implementation-prdGenerates 5-stage PRDs for complex features with 15-25 AI behavior examples, rollout plans, gates, and checklists. Invoke via /spec --deep full-prd for deep work.
Generates structured Product Requirements Document (PRD) with user stories, acceptance criteria, and functional requirements from approved designs or brainstorms in quantum-loop pipeline.
Creates professional Product Requirements Documents following a proven template structure. Invoke when writing PRDs, product specs, or feature documentation.