ワンクリックで
Implement one failing PRD user story, run checks, update progress, and commit.
npx skills add https://github.com/japurcell/skills --skill prd-implementこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
Implement one failing PRD user story, run checks, update progress, and commit.
npx skills add https://github.com/japurcell/skills --skill prd-implementこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
Implement failing PRD stories with required simplification, review, verification, and progress tracking.
Review a pull request, branch, recent commits, staged or unstaged changes, or AI-generated code for correctness, readability, architecture, security, performance, standards, spec adherence, and maintainability. Use when reviewing a PR before merge, reviewing changes since a fixed point, reviewing work-in-progress changes, reviewing another agent's code, asking to "review since X", requesting a thermo-nuclear / thermonuclear / deep code quality / especially harsh maintainability review, or when machine-readable output is needed.
Implement PRD stories until all pass, with verification and progress tracking.
Create a Product Requirements Document (PRD) for a feature. Use for requests like create a PRD, write a PRD, plan this feature, requirements for, spec out.
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision
Chooses the least powerful subagent model that can reliably finish delegated work. Use whenever you are about to launch, spawn, delegate to, or set `model:` for a subagent, task agent, background agent, or parallel worker. Use this before any task-tool launch that needs model selection, especially for exploration, test execution, grading, code review, debugging, or implementation research where a fast cheap model often suffices.
| name | prd-implement |
| description | Implement one failing PRD user story, run checks, update progress, and commit. |
You are an autonomous coding agent working on a software project.
prd_file (required)progress_file (optional): if not provided, resolve to dirname(prd_file) + "/progress.txt"Complete exactly ONE user story per iteration:
tdd if not already invoked.progress_file, starting with the ## Codebase Patterns section if present.prd_file, select the highest-priority user story with passes: false.filesLikelyTouched, read those first.AGENTS.md, and any other files required to complete the steps below.code-simplifier subagent and wait for it to finish. Do not invent unavailable agent roles.addy-code-reviewer subagent and wait for feedback. Do not invent unavailable agent roles.self-improve skill.AGENTS.md files only if you discovered genuinely reusable guidance for future work in those directories.prd_file as passes: trueprogress_filefeat: [Story ID] - [Story Title]Append to progress_file only. Never replace its contents.
Format:
## [Date/Time] - [Story ID]
- What was implemented
- Files changed
- **Learnings for future iterations:**
- Patterns discovered
- Gotchas encountered
- Useful context
---
The Learnings for future iterations section is required.
Maintain a ## Codebase Patterns section at the top of progress_file (create it if missing).
Add only general, reusable patterns that will help with future stories. Do not add story-specific details.
Examples:
sql<number> templates for aggregationsIF NOT EXISTS for migrationsactions.ts for UI componentsWhen deciding whether to update AGENTS.md files:
AGENTS.md in those directories or their parents.Good examples:
Do not add:
progress_fileAfter finishing the story, check whether all user stories in prd_file now have passes: true.
<promise>COMPLETE</promise>progress_file first, especially ## Codebase Patterns.