Senior Review Chicken Egg Detector

Detects the chicken-and-egg cycle where component A needs B ready while B needs A: cold-start hangs, deadlocks, hidden temporal coupling. TRIGGER WHEN: the target involves startup ordering, initialization sequences, bootstrap or config loading, service discovery, or migration dependencies; or the system comes up correctly only by luck. DO NOT TRIGGER WHEN: the concern is runtime flow with no initialization phase (use distributed-flow-auditor).

acaprino Updated

File contents

acaprino/daodan/tree/main/exports/pi/plugins/senior-review/skills/senior-review-chicken-egg-detector commit 02d89e8bee

Frequently asked questions

npx skillmds@latest add acaprino/senior-review-chicken-egg-detector