Process Approvals
Process approved items from the Notion Decisions DB — deploy, publish, or send as appropriate
Process Approvals
Check the Notion Decisions DB for approved items and execute them. This skill is run by ChiefOfStaff at the start of every work cycle.
Step 1: Fetch Approved Items
Search the Decisions database (ID: YOUR_DECISIONS_DB_ID) for items where Status = "Approved".
Step 2: Process Each Approved Item
For each approved item, execute based on Type:
Deployment
- Read the Context field for deployment details
- Run the
deployskill for the specified venture - Update the Decisions DB entry: add "Executed on {date}" to Context
- Update Status to indicate completion (add a note — keep Status as Approved so founder sees it was done)
Content
- Read the Context field for the full content draft and target channel
- Use Chrome MCP to navigate to the target platform (Twitter/X, LinkedIn, blog, etc.)
- Post the content
- Save a copy to the venture's
marketing/published/{date}-{title}.md - Log in the venture's
docs/changelog.md - Update the Decisions DB entry with the published URL
Outreach
- Read the Context field for target, channel, and message
- Use Chrome MCP to navigate to the platform (email, social DM, forum)
- Send the message
- Log in the venture's
data/outreach-log.md:| {date} | {channel} | {target} | {subject/summary} | Sent | - Update the Decisions DB entry to confirm sent
Spending
- Read the Context field for what to purchase/subscribe to
- Execute the purchase (may require Chrome MCP for web-based purchases)
- Log the cost in the venture's
metrics/costs.md - Update the Decisions DB entry with confirmation
Stage Change
- Read the Context field for the target stage
- Update the venture's CLAUDE.md with the new stage
- Update
portfolio/registry.md - Update the Notion Ventures DB entry
- If new stage unlocks capabilities, update the venture's agent team if needed
- Log the transition in the venture's
docs/changelog.mdanddecisions/
Step 3: Summary
Report what was processed:
Processed {N} approved items:
- {Type}: {Description} for {Venture} — {result}
- ...
If no approved items found, report: "No pending approvals to process."