Linear

Turn Linear issues into
bounded work packs.

Pull title, description, comments, labels, and project context from any Linear issue. Hand it to Cursor, Claude Code, or Copilot as a clean Markdown pack.

No setup. No credit card. Paste a ticket and compile.

GROWTH-44 GROWTH-44 compiled
Goal
Change trial duration from 7 to 14 days for self-serve signups.
Likely files
  • billing/reminders.ts
  • jobs/invoiceCron.ts
  • emails/OverdueReminder.tsx
Do not touch
  • Stripe charge creation
  • Invoice generation rules
  • Checkout frontend
Missing clarification
Should reminders send once or repeat until paid?
Required tests
  • Reminder sends after 72h overdue
  • No duplicate reminder
What you get

Three things in every work pack.

Goal, boundaries, and a clear safe-for-agent verdict before any coding starts.

Goal

One clear goal

Motiocomp reads Linear context and returns a single focused goal that fits the agent inside one ticket.

Files

Likely files only

Best-guess file paths for the change. Keeps the agent from wandering into unrelated parts of the repo.

Boundaries

Do not touch list

Calls out high-risk areas the agent should leave alone. Stripe, auth, payment flows, anything you mark.

Structured Markdown

See the structured Markdown.

This is the copy-ready file you paste into Cursor, Claude Code, Copilot, or send to a developer.

motiocomp-pack.md
# Work Pack: BILL-142

<goal>
Send one reminder email 3 days after an invoice becomes overdue.
</goal>

<files_to_check>
- billing/reminders.ts
- jobs/invoiceCron.ts
- emails/OverdueReminder.tsx
</files_to_check>

<missing_questions>
- Should reminders send once or repeat until paid?
</missing_questions>

<do_not_touch>
- Stripe charge creation
- Invoice generation rules
- Checkout frontend
</do_not_touch>

<tests_to_run>
- Reminder sends after 72h overdue
- No reminder for paid invoices
- No duplicate reminder
</tests_to_run>

<status>
Needs 1 answer before coding.
</status>
FAQ

Common questions.

Does Linear stay the source of truth?

Yes. Motiocomp does not replace Linear. It reads the ticket, compiles a work pack, and lets you copy that pack to your AI tool.

Can I compile sub-issues?

Yes. Sub-issues, parent issues, and related issues all feed into the work pack context if connected.

Does it support Cycles and Projects?

Yes. Project and cycle context can be referenced when generating risk and dependencies.

Ready to compile your first ticket?
It takes about a minute.

Paste any messy ticket. Get a clean Markdown work pack you can hand to Cursor, Claude Code, or Copilot.

From ticket to agent-ready in seconds.