P9 — Productive Wait (Wait-Optimizer Skill)
Cardinal rule
Never
sleepon a blocking wait. Whether you're waiting on PR CI, a push-triggered deploy, a long build, or an index sync — convert the wait into productive work on the next priority. For PR CI,p9 watch <pr>spawns the observer in the background and the agent pulls work from the wait-queue. For non-PR waits (today), do one direct check on completion after kicking off next work. Sleep is a footgun — it burns cl
[Description truncada. Veja o README completo no GitHub.]