What problem does it solve? Adding a new MCP or vendor integration to Todero normally mixes research, planning, and connector code into one risky change. This Skill enforces a two-phase workflow: a reviewable research PR in todero-content, an exact-revision human approval gate, and then one governed connector PR per approved connection in the Todero App. ## Core Features & Use Cases - Cited research phase: Intakes a vendor link or brief through the integration harness, records every factual claim with URL and access date, and opens a research-only PR with the full planning package. - Exact-revision approval gate: Binds human acceptance to one research PR head SHA and an explicit connection set via a request_confirmation interaction, blocking all implementation until accepted. - Governed connector delivery: Implements one Todero App PR per approved connection following the Connector Playbook, covering OAuth discovery, credential handling, action catalogs, tests, and documentation. - Use Case: Given Notion's hosted MCP documentation URL, produce a research PR with evidence and a proposed connection set, wait for human approval of that exact revision, then ship a merge-ready notion-mcp connector PR with tests and admin setup docs. ## Quick Start Research the vendor MCP documentation at this URL and prepare the integration for Todero, but do not build the connector until I approve the research.