Brandedflow portal

Portal Skill

install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
manifest: client-delivery-factory/workspaces/portal/skill.md
source content

Portal Skill

Workspace:

client-delivery-factory/workspaces/portal/
Inherits governance from:
foundation/

What This Skill Does

Executes the portal delivery process for one client, repeatably.

When to Invoke

When a client reaches the

cdf.portal.*
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.