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