ワンクリックで
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.