Version: 1.0.0
Slim portable ControlFlow package for Cursor:
- 3 skills:
controlflow-plan,controlflow-verify,controlflow-review - 1 planner agent:
controlflow-planner - no ControlFlow implementation, verifier, orchestration, or memory subagents
The skills preserve durable plan structure, inline adversarial verification, and plan-aware evidence review. Native Cursor remains responsible for execution, task tools, approvals, model behavior, and optional subagents.
powershell -ExecutionPolicy Bypass -File plugins/controlflow-cursor/scripts/install-project.ps1 -TargetRepo C:\path\to\apppowershell -ExecutionPolicy Bypass -File plugins/controlflow-cursor/scripts/sync-to-dotcursor.ps1 -RepoRoot . -ForceThe sync script removes Codex-only agents/openai.yaml UI metadata from the installed
.cursor/skills/ tree.
- Use the
controlflow-planneragent or selectcontrolflow-plan. - Run
controlflow-verifybefore implementation. - Let native Cursor execute the approved plan.
- Use native review, then
controlflow-reviewfor plan conformance.
See USAGE.md for examples.