원클릭으로
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/