Skills

/begin-ticket

Linear workflow

Reads 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

  1. Read the issue and code

    Open the issue, review its attachments, and inspect the code that owns the behaviour.

  2. Write the plan

    State the expected result, scope, risks, acceptance criteria, and validation steps.

  3. Wait for approval

    Do not edit code or update the issue until the plan has been approved.

  4. 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.