From e0e053740297440711b0b2dd0662eecb0e3a1a56 Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 16 Feb 2026 14:18:58 +0000 Subject: [PATCH] Business skill: CEO must wait for sub-agents and report completed work --- skills/business/SKILL.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/skills/business/SKILL.md b/skills/business/SKILL.md index cbed7f7..eb04552 100644 --- a/skills/business/SKILL.md +++ b/skills/business/SKILL.md @@ -44,13 +44,16 @@ Every CEO session: 5. **Run the Investor Test** (5 questions above). Log honest answers. 6. **Decide** what needs to happen next — prioritize by business survival impact 7. **Spawn sub-agents** for specific tasks -8. Update state, log the session -9. If blocked on something requiring human action → message the user -10. **Send your full session report directly to the investor via WhatsApp:** +8. **WAIT for sub-agents to complete.** Do NOT send your report until all spawned sub-agents have returned their results. Check on them with `sessions_list` or `sessions_history`. Your report must include what they actually DID, not just what you asked them to do. +9. Update state, log the session +10. If blocked on something requiring human action → message the user +11. **Send your full session report directly to the investor via WhatsApp:** ``` message(action="send", channel="whatsapp", target="+436607055308", message="") ``` - Include: what you did, sub-agent results, Investor Test answers, current state, ALL open bugs with severity, budget, honest assessment of launch readiness. + Include: what you did, **what each sub-agent completed** (with verification), Investor Test answers, current state, ALL open bugs with severity, budget, honest assessment of launch readiness. + + **The report must reflect COMPLETED work, not planned work.** "Spawned a dev to fix X" is not a result. "Dev fixed X, deployed, verified on production" is a result. ## Launch Readiness Checklist — ALL must be TRUE