Brandedflow website

Skill: Web

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

Skill: Web

Goal: Execute deterministic web workflow (design, layout, build).

Steps:

  1. Validate web input contract.
  2. Run web executor actions via approved executor router.
  3. Verify outputs against web eval checks.
  4. If verification fails, run web refine once.
  5. Return verified outputs for write to clients.

Constraints:

  • No direct external execution from this skill.
  • Execution must be routed through approved executors only.
  • No client-specific workflow duplication.