appmod-hooks
Installation
SKILL.md
appmod-hooks
Lifecycle hooks that fire at defined points during coordinator execution. Each hook point triggers registered actions in order.
Hook Points
| 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 |
Registered Actions
See references/actions.yml for the action registry. Actions use dotted namespace: appmod.<domain>.<verb>.