Once the file-based workflow works, turn it into a reusable Codex skill:
Turn this sales follow-up workflow into a project skill.
The skill should:
- inspect account data, meeting notes, Slack signals, CRM field rules, product notes, and approval rules
- rank follow-up opportunities
- draft customer follow-up packets
- propose CRM updates for review
- create seven-day close plans
- never send messages or mutate live CRM data without explicit approval
Save the skill as skills/sales-followup-operator/SKILL.md.
You can also add relevant skills as references. For example, install the public outreach drafting skill:
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill draft-outreach
Then ask Codex to inspect any local prospecting, Gmail, or Slack skills for patterns. Treat those as references first. Do not give Codex live customer data until the local review workflow is working.
The recording also showed an optional dashboard prompt:
Make me a simple HTML website that visualizes this data and makes it interactive so I can check boxes and edit things.
Codex built a static index.html review surface with editable views for the priority queue, CRM review, close plan, and local Gmail-style draft. That is useful once the Markdown workflow is stable, but it is not required for the core setup.
Start with the draft files. Get the review loop right. Then connect live tools and build a nicer interface only after the workflow is reliable.