docs: Add PRD Creator tool with document management and export#68
Open
Ziinc wants to merge 4 commits into
Open
docs: Add PRD Creator tool with document management and export#68Ziinc wants to merge 4 commits into
Ziinc wants to merge 4 commits into
Conversation
Ziinc
force-pushed
the
claude/prd-creation-tool-jtz4a0
branch
from
July 12, 2026 09:39
39abdbd to
98c7a8f
Compare
Ziinc
force-pushed
the
claude/prd-creation-tool-jtz4a0
branch
from
July 17, 2026 02:37
2249862 to
017b4b8
Compare
Ziinc
force-pushed
the
claude/prd-creation-tool-jtz4a0
branch
from
July 21, 2026 06:06
017b4b8 to
1fca967
Compare
Adds a full-featured PRD creation tool at /tools/prd-creator with: - Guided template sections: overview, competitor analysis, user stories, options (with pros/cons), implementation plan, completion criteria, and follow-up tasks & notes - Local storage persistence with autosave (debounced 900ms) - PRD library sidebar: browse, switch, and delete saved PRDs - Collapsible sections with state persisted per-document - Copy as Markdown (full structured export) - Export as PNG or JPEG via canvas renderer (no external deps) - Registers on the /tools index page
- Rename _PRDCreatorContent.tsx -> PRDCreatorContent.tsx (no underscore prefix) - Update require() import path in prd-creator.tsx accordingly - Add data-testid attributes: prd-app, prd-section, prd-sidebar-item, prd-empty-state - Add data-section-title attribute on Section wrapper for test filtering - Add e2e tests in tools.spec.ts covering: tools index card, empty state, New PRD creates 7 sections, title input, section collapse/expand, add competitor/story/option/phase, checkbox, export dropdown, copy markdown, persistence after reload, multiple PRDs with sidebar switching
…aurus route Files in src/pages/ are treated as page routes by Docusaurus. Without the underscore prefix, PRDCreatorContent.tsx generated a /tools/PRDCreatorContent route with no default export, crashing the build. Moving it to src/components/ keeps it as an internal module and updates the require() import path accordingly.
Ziinc
force-pushed
the
claude/prd-creation-tool-jtz4a0
branch
from
July 24, 2026 20:00
1fca967 to
583aec6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a new PRD (Product Requirements Document) Creator tool that enables users to create, manage, and export structured product requirement documents with comprehensive features for competitor analysis, user stories, implementation planning, and more.
Key Changes
_PRDCreatorContent.tsx): A full-featured document editor with:prd-creator.module.css): Comprehensive CSS module with:prd-studio-v1)prd-creator.tsx): New page component with BrowserOnly wrapper for client-side renderingNotable Implementation Details
https://claude.ai/code/session_01DNRpYxLFUmHvwZS5BqgFqA