Brandedflow sales
Sales Skill
install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
manifest:
business-os/sales/skill.mdsource content
Sales Skill
Workspace:
business-os/sales/
Inherits governance from: foundation/
What This Skill Does
Executes branded+flow's sales operations: research, ICP generation, target list building, and pipeline management.
When to Invoke
When a sales task is queued or a new prospect enters the pipeline.
Steps
- Load context:
foundation/strategy.md - Determine task type (research / ICP / target-list / outreach)
- Route to canonical runner:
orresearch/
as appropriatetarget-list/ - Run validators
- Write output to client folder or
hub/outputs/company/sales/ - Run writeback loop
Canonical Runners
- Research:
business-os/sales/research/ - Target list:
business-os/sales/target-list/
Validators
Run all checks in
validators/ before marking done.
Writeback
On completion, run
writeback/ loop.