round-trip-protocol-change

Orchestrates the six-phase round-trip for integrating an Ethereum protocol change end-to-end.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/feelyourprotocol/website --skill round-trip-protocol-change-feelyourprotocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: round-trip-protocol-change
Source: https://github.com/feelyourprotocol/website/tree/main/.cursor/skills/round-trip-protocol-change
Command: npx skills add https://github.com/feelyourprotocol/website --skill round-trip-protocol-change-feelyourprotocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Integrating a new Ethereum protocol change (EIP, ERC, or research) into the Feel Your Protocol ecosystem spans many deliverables — briefing, interactive exploration, MCP twin, comic, video, and release close — and doing them ad hoc leads to skipped gates and inconsistent quality. This Skill enforces a phased workflow with mandatory human sign-off between stages. ## Core Features & Use Cases - Six-phase orchestration: Brief, Exploration, MCP, Comic, Video, and Close, each delegated to a dedicated subskill with a defined report contract. - Hard-stop gates: The workflow halts after every phase until the human gives an explicit GO, preventing premature merges or skipped briefings. - Cross-repo coordination: Manages a shared eip-NNNN branch across the website, MCP execution engine, and gateway repositories, with CI and merge gates at close. - Use Case: A maintainer says "Let's do the round-trip for EIP-4844" and the agent produces the briefing report, waits for GO, builds the exploration with tests and cover art, adds the MCP module, optionally generates the Bro & Bruh comic and short-form video, then merges PRs and prepares the marketing kit. ## Quick Start Ask the agent to run the round-trip for a specific EIP, for example: "Let's do the round-trip for EIP-1559."

Frequently Asked Questions about round-trip-protocol-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate an EIP end-to-end with an exploration and MCP module?▼

Trigger the round-trip by naming the change, for example "Let's do the round-trip for EIP-1559". The workflow runs six phases — brief, exploration, MCP, comic, video, close — each delegated to a subskill and gated by your explicit GO before continuing.

What are the phases of the protocol-change round-trip workflow?▼

The phases are Brief, Exploration, MCP, Comic, Video, and Close. Each phase loads a dedicated subskill, produces a defined report, and then stops completely until the human approves the next phase.

Can I skip the comic or video phases in the round-trip?▼

Yes, both the Bro & Bruh comic and the short-form video are optional. After the MCP phase the agent asks whether to generate the comic, and after the comic (or MCP if skipped) it asks about the video; skipping either is fully supported.

Does the round-trip workflow commit or merge code automatically?▼

No. The agent never auto-commits, opens PRs, or merges without explicit human instruction. Close requires green CI, a merge GO, and separate approvals for YouTube upload and marketing announcements.

What happens if an EIP is judged unfit during the briefing phase?▼

If the briefing verdict is not a fit, the round-trip stops immediately and does not proceed to the exploration phase. The briefing report with suitability analysis is still delivered for the human to review.