Brandedflow nurture
Nurture Skill
install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
manifest:
client-delivery-factory/workspaces/nurture/skill.mdsource content
Nurture Skill
Workspace:
client-delivery-factory/workspaces/nurture/
Inherits governance from: foundation/
What This Skill Does
Executes the nurture delivery process for one client, repeatably.
When to Invoke
When a client reaches the
cdf.nurture.* milestone in their delivery sequence.
Steps
- Load client context:
+ prior milestone artifactsclients/{client_id}/ - Execute delivery scripts via MCP:
POST https://brandedflow.onrender.com/run - Run validators:
validators/ - Write artifacts to
clients/{client_id}/{artifact-type}/ - Run writeback loop
Validators
All checks in
validators/ must pass. Do not write to client folder until they do.
Writeback
On completion, note edge cases or improvements in
writeback/. Propagate to foundation/directives/client-delivery/ if they affect other workspaces.