Brandedflow nurture

Nurture Skill

install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
manifest: client-delivery-factory/workspaces/nurture/skill.md
source 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

  1. Load client context:
    clients/{client_id}/
    + prior milestone artifacts
  2. Execute delivery scripts via MCP:
    POST https://brandedflow.onrender.com/run
  3. Run validators:
    validators/
  4. Write artifacts to
    clients/{client_id}/{artifact-type}/
  5. 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.