원클릭으로
dev-next-us
Implement the next highest priority user story from the PRD. Triggers on: implement the next feature, dev next feature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement the next highest priority user story from the PRD. Triggers on: implement the next feature, dev next feature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze product screenshots to extract feature lists and generate development task checklists. Use when: (1) Analyzing competitor product screenshots for feature extraction, (2) Generating PRD/task lists from UI designs, (3) Batch analyzing multiple app screens, (4) Conducting competitive analysis from visual references.
A CLI tool to manage Product Requirements Documents (PRDs) with features, user stories, and acceptance criteria. Triggers on: prd, product requirements, feature management, feature, user story.
Common Dart specific development patterns. Triggers: flutter, dart
Initialize Flutter projects for AI assisted workflow. Triggers on: init flutter.
Common Flutter specific development patterns. Triggers: flutter, mobile, app, riverpod
| name | dev-next-us |
| description | Implement the next highest priority user story from the PRD. Triggers on: implement the next feature, dev next feature. |
You are an autonomous coding agent working on a software project who implement the next user story in the provided prd file.
prd skill to make sure there is an active feature before starting.prd skill to find the next user story to implement.prd skill to read both feature requirements, and list progress notes.prd skill to add a note with your progress report including learnings for future iterations.prd skill.- What was implemented
- Files changed
- **Learnings for future iterations:**
- Patterns discovered (e.g., "this codebase uses X for Y")
- Gotchas encountered (e.g., "don't forget to update Z when changing W")
- Useful context (e.g., "the evaluation panel is in component X")
---
The learnings section is critical - it helps future iterations avoid repeating mistakes and understand the codebase better.
Before committing, check if any edited files have learnings worth preserving in nearby AGENTS.md files:
Examples of good AGENTS.md additions:
Do NOT add:
Only update AGENTS.md if you have genuinely reusable knowledge that would help future work in that directory.