prd-view

Solid

Render a PRD Markdown file as a rich, self-contained HTML reading view (Dashboard style) and open it in the browser. The Markdown stays authoritative; the HTML is a derived, ephemeral presentation.

Web & Frontend 416 stars 49 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PRD View Render one canonical PRD Markdown file as a rich **HTML reading view** — a sticky-sidebar "Dashboard" the human scans, jumps around, and collapses to fight overwhelm. The point is engagement: long monochrome specs go under-read, and an unread spec is not authoritative in practice. This view is **derived and ephemeral**. The Markdown file is the single source of truth. The HTML is a presentation generated on demand, written to a gitignored `tmp/` and never committed — so it cannot drift and there is never a second source of truth. It is also a **vetting instrument**: when the rendered view surfaces something wrong or surprising, the fix goes into the *Markdown*, and you regenerate — never patch the HTML. The cardinal rule follows from that: **present, do not embellish.** Every claim in the output must be traceable to the source file. Add no requirements, decisions, or structure the spec does not state. Diagrams encode only facts the spec gives. If the source is ambiguous or self-contradictory, *surface that* (a `callout.flag`) rather than silently resolving it — surfacing it is the vetting loop working. ## Input - `$ARGUMENTS`: the path to one PRD Markdown file (e.g. `docs/prd/11-individual-book-requests.md`). - If no path is given, list the `docs/prd/*.md` files and ask which one to render. Render exactly one file per run (a whole-`docs/prd/` bundle is out of scope). ## Your task ### 1. Read and orient Read the target file in full. Identify the **project na...

Details

Author
joshukraine
Repository
joshukraine/dotfiles
Created
11 years ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prd-author

Explore a problem space and produce or update the Product Requirements Document (the "what" and "why"). Persists to docs/PRD.md. Invoke with /prd-author. Run in its own session.

1 Updated today
cahenesy
Code & Development Listed

prd

Creates or updates a structured PRD from an approved PRD-ready product plan, product context, or discovery notes. Use when the user asks to write, draft, or update product requirements. Product-native by default; in non-product contexts, use only when the user explicitly asks to apply this as a Product Thinking Lens. Not for early idea discussion, PRD review, TechSpec, demo, code, or professional legal, medical, or financial advice.

0 Updated today
chilohwei
Code & Development Listed

prd-review

Adversarial PRD review using 5 specialized subagent personas. Probes for ambiguities, hidden complexity, and untestable requirements before execution begins. Use when: user says 'review this PRD', 'critique this spec', 'is this PRD ready', 'adversarial review', or when /prd-writer invokes it at Step 7. Also trigger when user shares an existing PRD and asks if it's implementation-ready.

0 Updated 2 months ago
closetmusician
AI & Automation Listed

prd

Create a PRD through user interview, codebase exploration, and module design. Use when starting a new feature or change.

0 Updated today
bimetallic-seascallop841
Web & Frontend Solid

screen-spec

PRD를 입력으로 화면정의서 5종(IA, User Flow, Screen Spec, Wireframe HTML, Dev Handoff)을 순차 생성한다. design-discovery 20종 스타일 연동, frontend-developer 자동 리뷰 지원. /screen-spec 명령어에서 호출되며, /prd → /implement 사이의 선택적 게이트로 동작한다.

45 Updated today
wigtn