Files
ComfyUI_frontend/ComfyUI_vibe/PRDs/_templates/quick-prd.md
orkhanart f7f137dd2e feat(infra): Add development rules, PRD system, and Claude agent commands
- 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>
2025-11-28 20:22:11 -08:00

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/...`