Prepare MCP Integration
Take an input link or vendor brief through two separate phases: a reviewable
research PR in paperclip-content, then connector implementation in Paperclip
App only after a human accepts the exact research revision and connection set.
Preserve These Boundaries
- Treat
paperclip-content/integrations/README.mdas the research contract andpaperclip-content/integrations/skills/integration-harness/SKILL.mdas its entrypoint. Reference and run them; do not copy their schemas, templates, state machines, reconciliation rules, or internal gates into this skill. - Treat
paperclip/doc/connections/CONNECTOR-PLAYBOOK.mdon the implementation target branch as the connector contract. Follow it end to end; do not substitute remembered behavior or the examples in this skill. - Finish Phase A with a research-only PR. Do not create an App implementation branch, task, or code change before the research gate is accepted.
- Bind acceptance to one research PR head SHA and an explicit connection set. Acceptance does not cover later commits or additional connections.
- Create one Paperclip App PR per approved connection. Shared prerequisite infrastruct…