mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +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>
58 lines
800 B
Markdown
58 lines
800 B
Markdown
# 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
|
|
|
|
1. [Requirement 1]
|
|
2. [Requirement 2]
|
|
3. [Requirement 3]
|
|
|
|
---
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] [Criterion 1]
|
|
- [ ] [Criterion 2]
|
|
- [ ] [Criterion 3]
|
|
- [ ] `pnpm typecheck` passes
|
|
- [ ] `pnpm lint` passes
|
|
|
|
---
|
|
|
|
## Implementation Notes
|
|
|
|
**Affected Files:**
|
|
- `src/...`
|
|
|
|
**Dependencies:**
|
|
- None / [List dependencies]
|
|
|
|
**Patterns to Follow:**
|
|
- Reference: `src/components/v2/...`
|