mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-25 01:04:06 +00:00
- Add .cursorrules for Cursor IDE with design patterns - Add .editorconfig for consistent formatting - Add CLAUDE.md updates with version header, common pitfalls, component size limits - Add PRD system with folder structure and templates (feature, enhancement, quick) - Add Claude commands for PRD workflow: - /create-prd, /quick-prd, /generate-tasks - /ux-review, /ui-design, /product-review agents - /create-component for component generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
800 B
800 B
Quick PRD: [Feature Name]
| Field | Value |
|---|---|
| Priority | P0 / P1 / P2 / P3 |
| Status | Draft / Approved / In Progress / Done |
| Owner | [Name] |
| Created | YYYY-MM-DD |
Summary
[One paragraph description of what this feature/change does]
Problem
[What problem does this solve?]
Solution
[Brief description of the proposed solution]
Requirements
- [Requirement 1]
- [Requirement 2]
- [Requirement 3]
Acceptance Criteria
- [Criterion 1]
- [Criterion 2]
- [Criterion 3]
pnpm typecheckpassespnpm lintpasses
Implementation Notes
Affected Files:
src/...
Dependencies:
- None / [List dependencies]
Patterns to Follow:
- Reference:
src/components/v2/...