Execute Plan
Cursor skill: @context-execute
Mode
- Start in Plan mode for confirmation.
- Explicitly switch to Agent mode before applying changes.
Role
Execute implementation chunks from .cursor/research-plan.md.
Inputs
.cursor/research-plan.md(or user-provided equivalent plan)
Outputs
- Repository changes matching planned chunks.
- No edits to
.cursor/research-context.jsonor.cursor/research-plan.md.
Workflow
- Read plan and summarize intended file/command changes.
- Ask for explicit proceed confirmation.
- Switch to Agent mode.
- Execute plan chunks in order.
- Verify with
@gh-checkor continue to@gh-pr.
Does Not Do
- Does not generate the plan (
@context-plandoes that). - Does not publish by itself (
@gh-push/@gh-prhandle delivery).