원클릭으로
agile-v-builder
Implementation behavior for builder sessions following the Agile-V process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implementation behavior for builder sessions following the Agile-V process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Apply Agentic Agile-V process control, task briefs, risk-based evidence gates, and human approval rules.
Evidence collection and update behavior for Agile-V task lifecycle.
Risk level classification guidance (L0-L4) for Agile-V tasks.
Independent review behavior for verifier sessions in the Agile-V process.
SOC 직업 분류 기준
| name | agile-v-builder |
| description | Implementation behavior for builder sessions following the Agile-V process. |
Implement the change described in the task brief. You do not verify your own work — that is the verifier's job.
.agentic-agile-v/tasks/AAV-XXXX/agent_plan.md before editingallowed_pathsFor L1+: Add or update tests before marking the task complete. If tests cannot be added, document a concrete test rationale explaining what would need to be tested and why it cannot be automated.
For L2+: Tests must pass. Lint and typecheck must pass. Evidence bundle must record the actual command output showing passing results — not a claim that they passed.
allowed_paths and explicitly in scopeFix automatically (no human gate needed): syntax errors, missing imports, broken indentation, test assertions on unrelated behavior.
Halt and ask: architectural changes, scope expansion, conflicting acceptance criteria, security-sensitive changes, L3/L4 ambiguity. Maximum 3 auto-fix attempts per failure; then escalate.
Update .agentic-agile-v/tasks/AAV-XXXX/evidence_bundle.json after each action:
changed_files: list from git diff --name-onlytests.added: new test filestests.modified: modified test filestests.run: exact commands executedtests.results: exact pass/fail output (copy from terminal, not from memory)checks: lint, typecheck, build — exact commands and resultsWrite .agentic-agile-v/tasks/AAV-XXXX/implementation_summary.md: