ワンクリックで
iar-generate
Generate Impact Analysis Reports (IAR) to determine which project artifacts are affected by delivery review findings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate Impact Analysis Reports (IAR) to determine which project artifacts are affected by delivery review findings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Consult and write the ARAYA postoffice — the operational-directive channel. Advisory, never a gate: read it at cycle start, append your entry at cycle end, consider its directives, never be blocked by it. Governance acts never travel the postoffice.
Audit and enforce brand compliance across all projects and platforms — logo,
Design REST and GraphQL APIs following OpenAPI 3.1 standards. Produce complete
Connect frontend to backend — type-safe API clients, request/response handling,
Implement authentication and authorization middleware — JWT validation, role-based
Design scalable component architectures — design systems, component libraries,
| name | iar-generate |
| description | Generate Impact Analysis Reports (IAR) to determine which project artifacts are affected by delivery review findings. |
Analyze the impact of each DRR finding on project artifacts. Determine which requirements, behaviors, tests, architecture, and implementation are affected — and estimate the effort required.
Raw findings don't tell the team what to fix. IAR maps each finding to affected artifacts so Sonia can route work correctly: missing requirement → SDD, bug → TDD, UX issue → BDD, security → architecture review.
After a DRR is created and before generating Change Requests.
DRR ID and the full project context (SDD, BDD, TDD, architecture).
.araya/reviews/iar/{iar_id}.yamliar_id: IAR-2026-001
source_drr: DRR-2026-001
affected:
- SDD
- BDD
- TDD
estimated_effort:
story_points: 8
risk: medium
findings_analysis:
- finding_id: DRR-001
impact: SDD, BDD, TDD
route: SDD → BDD → TDD → Implementation
effort: 5 pts
- finding_id: DRR-002
impact: BDD, UI
route: BDD → Implementation
effort: 3 pts
Structured IAR saved to .araya/reviews/iar/ with impact analysis per finding.
.araya/reviews/iar/