Business skill: CEO must wait for sub-agents and report completed work

This commit is contained in:
Hoid 2026-02-16 14:18:58 +00:00
parent 3b52eb3585
commit e0e0537402

View file

@ -44,13 +44,16 @@ Every CEO session:
5. **Run the Investor Test** (5 questions above). Log honest answers. 5. **Run the Investor Test** (5 questions above). Log honest answers.
6. **Decide** what needs to happen next — prioritize by business survival impact 6. **Decide** what needs to happen next — prioritize by business survival impact
7. **Spawn sub-agents** for specific tasks 7. **Spawn sub-agents** for specific tasks
8. Update state, log the session 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. If blocked on something requiring human action → message the user 9. Update state, log the session
10. **Send your full session report directly to the investor via WhatsApp:** 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="<your full report>") message(action="send", channel="whatsapp", target="+436607055308", message="<your full report>")
``` ```
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 ## Launch Readiness Checklist — ALL must be TRUE