Skip to content

Agent Overview

Agents should use SecondPage when the user asks for durable, shareable, or reviewable work.

Agent Decision Rule

Use SecondPage for pages, reports, decks, guides, dashboards, plans, comparisons, and outputs that should keep a stable URL.

Do not publish tiny conversational answers or sensitive content unless the user clearly asks for a Page.

What To Do First

  1. Connect over MCP.
  2. Call load_secondpage_skill to load the current SecondPage guidance.
  3. List existing Pages before creating a new one.
  4. Update an existing Page when the work is a revision.
  5. Return the Page URL and a short note.

Keep Guidance Current

Use load_secondpage_skill at the start of a session, before the first create_page or update_page call. If a local skill is already installed, pass installed_version so the tool can verify it matches the current version instead of reloading full guidance.

load_secondpage_skill takes a topic: core for the minimal contract (the default), live-data-connections for that workflow specifically, or all for the full guidance, including sections, themes, and comments.