ワンクリックで
implementation-checklist-generation
Read specifications from docs/plan/<feature>/ and generate a phased implementation checklist.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read specifications from docs/plan/<feature>/ and generate a phased implementation checklist.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Implementation Checklist Generation |
| description | Read specifications from docs/plan/<feature>/ and generate a phased implementation checklist. |
| user_invocable | true |
A skill that reads specification documents generated by /plan-feature and produces a bottom-up implementation checklist (CHECKLIST.md).
docs/plan/<feature>/ directory name) with the user.md files in docs/plan/<feature>/Generate docs/plan/<feature>/CHECKLIST.md following the checklist structure template in docs/plan/README.md.
TBD items, annotate the corresponding tasks with [TBD]After generation, present the following:
docs/plan/README.mddocs/plan/<feature>/ all specification filesdocs/testing/README.mddocs/backend/server-architecture.mddocs/web-frontend/architecture.mdNext.js 15 Pages Router frontend development. Feature-based + Container/Presenter pattern, MUI v7 + Emotion CSS-in-JS.
Build API client tests with Vitest and MockHandler. Validate OpenAPI contract compliance with table-driven tests and minimal mocks.
Next.js 15 + Cloudflare Workers + @vspo-lab/api client. Result-type error handling, OpenAPI-generated client, feature-based architecture.
PR/code review based on architecture rules. Detects violations of UseCase implementation rules, Result type, and JSDoc conventions.
Create a conventional commit. No Co-Authored-By trailer.
Design tokens (OKLch), color palette, typography, UI patterns, accessibility (WCAG 2.2).