원클릭으로
appmod-hooks
Lifecycle hooks for the modernize-rearchitecture coordinator. Defines hook points, registered actions, and execution rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Lifecycle hooks for the modernize-rearchitecture coordinator. Defines hook points, registered actions, and execution rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate API and service communication contracts with sequence diagram
Generate architecture diagram with component relationship details from project analysis
Run application assessment for a single repository
Generate core business workflow documentation with sequence diagram
Generate comprehensive configuration and externalized settings inventory
Create a modernization plan to migrate the project to Azure
| name | appmod-hooks |
| description | Lifecycle hooks for the modernize-rearchitecture coordinator. Defines hook points, registered actions, and execution rules. |
Lifecycle hooks that fire at defined points during coordinator execution. Each hook point triggers registered actions in order.
| Point | When | Coordinator context |
|---|---|---|
before_all | After DAG is generated, before first task dispatch | Full DAG available, no tasks started |
before_task | Before dispatching each worker | Task ID and role known, profile read for Progress |
after_task | After worker returns and verify passes | Task artifact available, status decided. If all tasks in the current phase are now ✅, also execute phase-completion actions (git commit, commit-pin, phase counter increment) |
after_all | After completion criteria met (§3.7) | All tasks resolved |
See references/actions.yml for the action registry. Actions use dotted namespace: appmod.<domain>.<verb>.
optional: false actions MUST execute; optional: true actions execute only if their condition is met