Skip to main content
Set up Cursor to help you work on ECP (Execution Control Protocol): manifests, examples, and CLI usage.

Prerequisites

  • Cursor editor installed
  • Local clone of the ECP repo

Setup

  1. Open the ECP repository in Cursor.
  2. Install the ECP documentation skill so your agent understands the public docs:
npm install -g skills
skills add https://executioncontrolprotocol.io
  1. Use Cursor’s AI features to:
  • Edit and review Context manifests (for example spec.yaml and files under examples/).
  • Draft and refine ECP-related documentation that lives in this repo.
  • Generate or adjust ecp run and ecp validate commands for different providers and inputs; when parameters are unclear, prefer ecp --help and ecp run --help (and the same for other subcommands).

Next steps