Guarded manual workflow

Manual send, evidence, then ledger. In that order.

This workflow closes the gap between official contact paths and measurable sprint progress. It prepares exact actions and guarded recorder commands, but it sends nothing and writes nothing without real-action confirmation.

Founder Slot guarded action workflow
3
actions
Yes
guarded
0
paid
Step 1

The Nue Co.

Open official path, confirm business/press/partnership route, then record selected or sent event only after real manual action.

npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug the-nue-co --event selected --confirm-real-action --evidence-url https://thenueco.com/pages/contact
npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug the-nue-co --event sent --confirm-real-action --evidence-url <real-evidence-url>
Step 2

Homecourt

Open official path, confirm business/press/partnership route, then record selected or sent event only after real manual action.

npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug homecourt --event selected --confirm-real-action --evidence-url https://homecourt.co/pages/contact
npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug homecourt --event sent --confirm-real-action --evidence-url <real-evidence-url>
Step 3

It’s a 10 Haircare

Open official path, confirm business/press/partnership route, then record selected or sent event only after real manual action.

npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug its-a-10-haircare --event selected --confirm-real-action --evidence-url https://itsa10haircare.com/pages/contact-us
npm run --prefix /home/360live.stream/services/api founder-slot:record-event -- --account-slug its-a-10-haircare --event sent --confirm-real-action --evidence-url <real-evidence-url>
Proof boundary
  • creates_messages: false
  • sends_messages: false
  • writes_ledger_without_confirm: false
  • public_pii: false
  • proves_replies: false
  • proves_paid_revenue: false
  • no_fake_sends: true
Next actions
  • Execute one high-confidence official path manually.
  • Use record_selected_command only after a real account path is selected.
  • Use record_sent_command only after a real message/form submission is sent.
  • Run founder-slot:ledger and founder-slot:sprint after recording real activity.