원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.