/begin-ticket
Linear workflowReads one issue and the relevant code, writes a plan, waits for approval, then implements and verifies the change.
$begin-ticket NEB-123 What it does
Use it when a Linear issue needs to be understood before any code changes. It separates investigation, approval, implementation, and verification.
Steps
-
Read the issue and code
Open the issue, review its attachments, and inspect the code that owns the behaviour.
-
Write the plan
State the expected result, scope, risks, acceptance criteria, and validation steps.
-
Wait for approval
Do not edit code or update the issue until the plan has been approved.
-
Implement and verify
Make the approved changes, run the relevant checks, and report exactly what was verified.
Before approval
Before approval it may only read, investigate, and propose. It does not edit the repository, update the issue, or add work outside the agreed scope.