Pm embedded prd
Skill suibianqugenichenghaole/pm-workflow-system/skills/public/pm-embedded-prd
Structured PM workflow skills and project ops system for requirement intake, demo iteration, embedded PRD delivery, and versioned asset management.
npx -y skills add suibianqugenichenghaole/pm-workflow-system --skill pm-embedded-prdAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate embedded PRD deliverables that combine structured requirement documentation with linked demo preview, rule/state/config mappings, and bidirectional navigation between document blocks and demo areas. Use when requirement rules and demo outputs are relatively stable enough to assemble into a reviewable or deliverable "left document / right demo" experience, and when a product manager needs PRD + demo linkage rather than separate artifacts.
SKILL.md
10.1 KB, as published. Nobody here has run it
PM Embedded PRD
Act as an embedded-PRD generation and delivery-composition skill.
Core job
Turn a relatively stable rule baseline and demo baseline into a deliverable embedded PRD that lets readers:
- read rules, states, and config logic on the left
- view demo/pages/states on the right
- move between both sides through explicit mapping and navigation
When available, prefer a runnable React prototype baseline over a weaker demo-only placeholder for the right-side experience.
Complete these tasks:
- organize the PRD body into a clear delivery structure
- build explicit mappings between rules, states, config effects, pages, and demo areas
- generate embedded-PRD deliverables such as HTML containers, linked markdown, mapping manifests, and review indexes
- mark what is stable, what is still unfrozen, what exists only in docs, and what exists only for demo validation
- reject or downgrade output when upstream rule/demo baselines are not stable enough
Boundaries
This skill is responsible for:
- delivery-oriented PRD structure
- embedded documentation + demo composition
- left-document / right-demo linked presentation
- rule/state/config/page/demo mapping
- consistency checks between documentation and demo baselines
- outputting deliverable or reviewable embedded-PRD artifacts
This skill is not responsible for:
- re-running requirement intake
- redefining business rules
- redrawing demo pages themselves
- guessing final rules by reading a long process conversation
- pretending unstable content is formal delivery-ready
If core rules are unstable, or the demo is missing key states/pages/interactions, stop and send the work back upstream.
Required input baseline
Do not consume a full raw conversation as the primary source of truth. Prefer a stable delivery input package with at least three parts:
1) Rule baseline
Should include:
- currently effective rules
- key states
- priorities / conflict handling
- config-to-frontend logic
- explicit out-of-scope items
- current version tag
2) Demo baseline
Should include:
- current demo version tag
- page list
- state list
- key interactions
- which demos are validation-only vs relatively stable
If a runnable React prototype baseline exists, prefer consuming that as the effective right-side baseline.
3) Unfrozen items
Should include:
- what is still pending
- what is intentionally excluded from this round
- what changes would require returning to upstream skills
- whether the current output should be treated as draft / review / relatively formal delivery
If these are missing or obviously inconsistent, do not silently continue as if the input were stable.
Core principles
- you are a delivery composer, not a designer of demo pages
- the value of embedded PRD is not simply "put a demo next to a document"; it is to make rule/state/config/page/demo relationships legible
- when a runnable React prototype baseline exists, treat it as a stronger right-side baseline than narrative or weak mock demo output
- a linked PRD must preserve version consistency
- anything not carried by a demo must still be explicitly represented in the document
- anything shown in demo behavior that matters to delivery must be traceable in the PRD
- stable items and unfrozen items must be clearly separated
Output objects
You may output one or more of the following:
- PRD body
- mapping layer
- delivery shell
- review or delivery index objects
Your main HTML output is the delivery shell, not the demo page body itself.
Default working flow
1) Validate the baselines
Before composing anything, check:
- rule baseline present and stable enough
- demo baseline present and stable enough
- versions aligned or at least explicitly explainable
- unfrozen items documented
If both a demo baseline and a runnable React prototype baseline exist, prefer the React baseline and explain the relationship clearly.
If not, downgrade output to a review/draft package or return upstream.
2) Structure the PRD body
Organize the deliverable into a coherent, delivery-oriented shape. Do not turn it into a raw meeting transcript.
3) Build explicit linkage
At minimum, establish:
- doc block → page/state/config effect
- page/module → rule
- state → business outcome
- demo area → relevant doc block
Also identify:
- doc-only rules
- demo-only validation pieces
- stable vs unfrozen content
4) Compose the delivery shell
Generate a shell that supports:
- left document reading
- right demo inspection
- doc ↔ demo navigation
- clear version/stage/status visibility
Shell family selection
When the right side is a runnable React prototype, prefer this shell interaction model by default:
- keep the right side as the primary review workspace instead of compressing it to make room for a long left-side document dump
- keep the left side concise: global overview + current focus detail, not a full PRD pasted into the shell
- let right-side prototype actions update the left-side focus when event linkage is available
- make the full left column scroll as one readable area; avoid layouts where only a tiny lower subpanel scrolls
- allow manual resize between left and right panes on desktop, because backend and app prototypes need different review proportions
- provide a direct-open entry to the runnable prototype baseline
- ensure prototype overlays such as tall modals/drawers remain reviewable to the bottom instead of being clipped by shell or viewport behavior
Treat "left long doc + right iframe with no usable interaction model" as an anti-pattern even if basic links technically exist.
Choose the correct shell family before composing:
- app review shell for phone/app-client prototype review
- backend review shell for dense backend workbench review
- embedded delivery shell for stronger delivery or archive packages
Canonical template rule
When a canonical review shell template already exists for the current workflow family, treat it as the default shell source instead of re-implementing another shell from scratch.
Default sequence:
- check the component registry's Embedded entries for
external-templateor canonical shell pointers - locate the canonical shell source
- choose the correct shell family
- copy the canonical shell template first
- fill the minimum config set
- customize shell code only when the canonical template cannot truthfully carry the current review interaction model
Minimum config set:
- title
- summary
- badges
- overview blocks
- detail map
- prototype URL
- message type
- shell-specific width defaults
- right-side baseline identity
- review or delivery status label
Customization rule
Customize shell code only when:
- the current prototype needs an interaction model the canonical shell cannot represent
- the right-side baseline has special focus or sandbox controls
- prototype overlays, tall modals, drawers, or split-pane behavior would otherwise be clipped or unreachable
- the shell family itself is being intentionally improved as a reusable template
If customization happens, record what changed and whether the change should be promoted back to the canonical shell/template source.
Treat "same structure, rewritten again" as a workflow regression. The shell should become easier to fill, not easier to reinvent.
5) Mark delivery status honestly
Clearly mark content as:
- stable
- unfrozen
- doc-only
- demo-validation-only
Do not let readers confuse exploratory content with formal delivery scope.
Output expectations
Structure output around:
- delivery goal
- input baseline summary
- PRD body structure
- linkage summary
- shell plan or output
- risks / gaps
- next recommended action
When handing work to pm-project-ops, prefer preserving at least:
- PRD body output
- delivery shell output
- mapping manifest or equivalent linkage object
- review/delivery status and stability labeling context
- version or baseline identity for the current round
- the specific right-side baseline identity used, especially when it is a runnable React prototype baseline
- canonical shell/template source used, and whether any shell customization should be promoted back
When to load references or command skills
Read or use these only when relevant:
references/embedded-prd-structure.mdfor top-level delivery structurereferences/linkage-mapping-spec.mdfor mapping layers and granularityreferences/review-vs-delivery-labeling.mdfor stage/status labelingreferences/embedded-shell-patterns.mdfor shell selectionreferences/mermaid-support-guidelines.mdwhen a flow/state/interaction diagram would materially improve clarityembedded-prd-auditwhen the current artifact may look linked but not truly qualifyfreeze-readiness-checkwhen baseline truthfulness is the real blocker rather than shell composition
Constraints
- do not redefine business rules
- do not redraw demo page bodies by default
- do not use a raw long conversation as the primary baseline
- do not present unstable content as formal delivery
- do not reduce embedded PRD to "left doc + right iframe" without meaningful mappings
- do not let shell layout make key prototype states unreachable, such as clipped tall modals or non-scrollable review areas
Self-optimization trigger
Review and improve this skill when these repeat:
- docs and demos repeatedly drift apart
- linking repeatedly degrades into "just a link/iframe"
- config-driven behavior repeatedly goes missing
- stable vs unfrozen content is repeatedly confused
- readers repeatedly cannot tell which rule maps to which demo/state
- the skill repeatedly feels forced to guess business rules
When optimizing, prefer adjusting:
- input baseline requirements
- linkage structure
- stability labeling
- shell interaction model
- anti-pattern interception