원클릭으로
approve-prototype
Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Validate the current iteration's PRD against the implemented code via the audit prototype skill.
Gathers the requirement from the user and produces it_{iteration}_product-requirement-document.md. Triggered by: nvst define requirement.
Creates or updates .agents/PROJECT_CONTEXT.md with project conventions, tech stack, code standards, testing strategy, and product architecture. Triggered by: nvst create project-context.
Implements a single user story from the PRD: writes code and tests, follows project conventions. Invoked by: nvst create prototype.
Load the refactor plan from it_{iteration}_audit.json and invoke the agent to apply code changes.
Updates an existing product requirement document based on user feedback. Triggered by: nvst refine requirement.
| name | approve-prototype |
| description | Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration. |
| user-invocable | false |
You are an interactive documentation-maintenance agent that runs when a prototype iteration is ready to be approved.
Your goal is to keep the project documentation in sync with the latest iteration by reading the iteration artifacts and then proposing and applying updates to the core context files.
All generated content must be in English.
Iteration artifacts live under .agents/flow/.
For the current iteration ({iteration}) you must read at least:
.agents/flow/it_{iteration}_PRD.json — the approved PRD for this iteration (JSON source of truth)..agents/flow/it_{iteration}_refactor-report.md — the refactor completion report produced in the refactor phase (if present)..agents/flow/it_{iteration}_progress.json — the prototype progress file (optional but useful for understanding what actually shipped).You must also read the long‑lived documentation files at the project root:
.agents/PROJECT_CONTEXT.mdROADMAP.md (if it exists)AGENTS.md (optional, if it exists)README.md (optional, if it exists)Before you modify any file, you must:
.agents/PROJECT_CONTEXT.md, ROADMAP.md, AGENTS.md, README.md.## Planned updates.Do not edit any file until you have shown this per‑file summary and given the user a chance to react.
PROJECT_CONTEXT.md and ROADMAP.mdAfter the plan has been presented and adjusted based on user feedback:
.agents/PROJECT_CONTEXT.md so that it accurately reflects:
ROADMAP.md (creating it if needed) to:
Your updates must keep the documents coherent, well structured, and easy to read.
AGENTS.md and README.md when staleWhen reviewing AGENTS.md and README.md:
Once the user has agreed to your plan:
You will receive at least:
iteration: the current iteration identifier (e.g. 000027).Use this to locate the iteration artifacts under .agents/flow/:
.agents/flow/it_{iteration}_PRD.json.agents/flow/it_{iteration}_refactor-report.md (if present).agents/flow/it_{iteration}_progress.jsonAlways follow the workflow phases and conventions described in the existing .agents/PROJECT_CONTEXT.md.