Claude Code

Make Claude Code start
with the full picture.

Paste the Motiocomp Markdown pack into Claude Code as the execution context. Claude Code knows the goal, the files to touch, the files to avoid, and the tests to write.

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

Claude Code Claude Code ready
Pasted into Claude Code
# 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 ticket

Motiocomp reads the messy ticket and returns a clean Markdown pack with everything Claude Code needs.

Step 2

Paste into Claude Code

Drop the work pack as the first message. Claude Code now has goal, file scope, do-not-touch list, and required tests.

Step 3

Verify the diff

Paste Claude Code’s diff or summary back into Motiocomp. Get a goal-match, boundary-check, and test-check verdict.

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 Motiocomp call Claude directly?

Not in the MVP. The workflow is copy/paste. Direct Claude Code integrations can come later.

Will Claude Code follow the do-not-touch list?

When the boundaries are clearly stated in the work pack, modern agents respect them. The verifier checks afterwards if the agent strayed.

Can I use this with Claude in the API?

Yes. The Markdown work pack is plain text. Paste it as a system or user message in any Claude API workflow.

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.