Skip to main content
Use Windsurf’s Cascade assistant to work on ECP (Execution Control Protocol) manifests, examples, and CLI usage.

Prerequisites

  • Windsurf editor installed
  • Local clone of the ECP repo

Setup

  1. Open the ECP repository in Windsurf.
  2. Install the ECP documentation skill so Cascade can draw on the ECP docs:
npm install -g skills
skills add https://executioncontrolprotocol.io
  1. Use Cascade to:
  • Edit Context manifests and examples under examples/.
  • Propose ecp run and ecp validate commands for different providers and inputs.
  • Answer questions using the public ECP docs as context.

Next steps