GitHub Copilot

Tickets Copilot can
act on safely.

Use the Motiocomp work pack as the issue context for GitHub Copilot, Copilot Workspace, or Copilot in chat. Bounded scope, do-not-touch list, and required tests before code is written.

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

GitHub Copilot GitHub Copilot ready
Pasted into GitHub Copilot
# Work Pack: BILL-142
Goal
Send one overdue invoice reminder.
Likely files
  • billing/reminders.ts
  • jobs/invoiceCron.ts
Do not touch
  • Stripe charge creation
  • Checkout frontend
Safe for agent
Needs 1 clarification.
What you get

Three things in every work pack.

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

Step 1

Compile the issue

Motiocomp reads the GitHub issue and returns a Markdown work pack with goal, files, and required tests.

Step 2

Hand it to Copilot

Paste the work pack as the issue context, the chat input, or as the first message in Copilot Workspace.

Step 3

Check the result

When Copilot finishes, paste the PR diff back into Motiocomp. Get a goal-match and review verdict before merge.

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 this require a Copilot Enterprise plan?

No. Any Copilot tier works because the Motiocomp pack is just plain Markdown text.

Can I use this in Copilot Workspace?

Yes. Drop the work pack into the workspace plan or the chat thread to seed it with goal and boundaries.

What if Copilot edits a forbidden file?

Motiocomp catches that in the verify step. The output check shows you the boundary violation before you merge.

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.