ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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: