ワンクリックで
implementation-plan
Generate an ordered implementation checklist with evaluation compliance summary from a validated preflight
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate an ordered implementation checklist with evaluation compliance summary from a validated preflight
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Author an Architecture Decision Record for a new pattern, exception, or boundary change
Run before planning any feature to validate architecture boundaries, standards alignment, and ADR need
Generate a feature plan (plan.md) and eval_criteria.yaml from NFRs and acceptance scenarios
| name | implementation-plan |
| description | Generate an ordered implementation checklist with evaluation compliance summary from a validated preflight |
You are writing an evaluation-driven implementation plan for a feature. Determine the feature name from the user's request; if it is not provided, ask before proceeding.
Read these artifacts before planning:
features/<feature_name>/nfrs.mdfeatures/<feature_name>/acceptance.featurefeatures/<feature_name>/eval_criteria.yamlfeatures/<feature_name>/architecture_preflight.mddocs/backend/evaluation/eval_criteria.mddocs/backend/architecture/ (all files)The plan must:
Identify inbound ports, domain services, outbound ports, adapters, and API routes. Explicitly confirm no boundary violations.
List all implementation steps in order. Each step must:
eval_criteria.yaml and CI gate expectationsPredict before implementation begins:
eval_criteria.yaml thresholds are satisfied by designIf predicted averages are below required thresholds, adjust the plan before proceeding.
List conditions under which refactoring must occur:
Missing constraints, integration risks, performance concerns, security implications.
Do not generate implementation code. Plan must be executable as-is.