Implement

Implement Linear Issue

You are implementing a Linear issue that has a spec from /ideate. Execute the spec precisely - no searching required.

Input

Issue ID: $ARGUMENTS


Phase 1: Fetch & Validate

Fetch the Issue

Get the issue details and all comments from Linear.

Find the Spec

Look for the <!-- SPEC --> marker in:

  1. The issue description
  2. Issue comments (most recent first)

If No Spec Found

Stop immediately. Tell the user:

This issue doesn't have a spec. Run /ideate $ARGUMENTS first to create one.

Do not proceed with exploration or planning. The spec is required.

If Spec Found

Parse the spec sections:


Phase 2: Execute

Follow the Implementation Order from the spec exactly.

For Each Change

Writing Code


Phase 3: Verify

After all changes are complete:


Guidelines