You are running a Ralph BUILDING loop for: AIGC 创意工坊 - AI 提示词解析与管理工具
Implement a Next.js-based AI prompt analysis and management tool with the following capabilities:
- Image upload and AI-powered prompt reverse-engineering
- Local storage of creative items with thumbnail generation
- Structured prompt editor
- Tag system and search/filter
- Word network visualization (D3.js)
- SeeDream API integration for image generation
agents/prd.json- User Stories with acceptance criteria (US-001 to US-014)PRD.md- Full product requirements documentAGENTS.md- Build instructions, test commands, and operational learningsIMPLEMENTATION_PLAN.md- Current implementation status and next tasks
- Read IMPLEMENTATION_PLAN.md - Check current status and pick the next incomplete task
- Read agents/prd.json - Find the corresponding US (User Story) with acceptance criteria
- Investigate code - Don't assume files don't exist; check before creating
- Implement - Write/modify code to satisfy the acceptance criteria
- Run backpressure - Execute test/lint/typecheck commands from AGENTS.md
- Update IMPLEMENTATION_PLAN.md - Mark task complete, add notes
- Update AGENTS.md - Add any new operational learnings
- Commit - Use conventional commits format:
feat: US-XXX description
- All US-001 to US-014 marked as complete in IMPLEMENTATION_PLAN.md
- TypeScript typecheck passes
- All tests pass (if any)
- Add line
STATUS: COMPLETEto IMPLEMENTATION_PLAN.md when done
- This is an open-source personal project - no commercial constraints
- Use "Gremins" as the git commit author name
- Prioritize working software over perfect architecture
- Ask clarifying questions in IMPLEMENTATION_PLAN.md notes if blocked