| name | orca-linear-executor |
| description | Execute approved Linear issue scope and keep implementation progress synchronized to the issue thread. |
ORCA Framework Linear Executor
What This Skill Is
The Linear-aware build execution workflow.
Trigger
Use when an issue is approved for build or assigned to a build agent.
Do Not Trigger
Do not use when approval is required but missing.
Required Inputs
- Issue ID
- Approved plan or approved scope
Optional Inputs
- Branch name
- PR link
- Test commands
Exact Workflow
- Confirm the plan is approved when required.
- Implement only approved scope.
- Post progress comments at meaningful phase boundaries.
- Link branches, PRs, validation output, and blockers.
- Route scope changes back to planning.
Expected Outputs
- Implementation updates
- Verification evidence
- Review handoff comment
Quality Bar
The issue thread should show what changed, why, and how it was verified.
Common Failure Modes
- Building unapproved scope.
- Posting vague progress.
- Failing to surface implementation blockers.
Relationship To Other ORCA Framework Skills And Commands
Pairs with orca-build, orca-review, and orca-linear-sync.