Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Step 1:
Speaker Card Landing Page Builder
1️⃣
Perfect output
- scan ALL
2️⃣ Add
output numbers
, then...
3️⃣ Add
Subagent Numbers
(work backwards
from output number!
)
4️⃣ Add
ACTUAL Skills
to subagent
✅ DONE..Copy x4 to Step 3...
SETTINGS
LOGOUT
Speaker Card Landing Page Builder - Refine SubAgent & Output
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
SubAgents & Components
Questions & Research Ideas
Suggested Templates
OVERVIEW OF SUBAGENTS • Subagent 1 "Content Architect" — writes copy and outputs it as a JSON array. • Subagent 2 "Page Builder" — assembles the finished HTML document using the JSON from Subagent 1. SUBAGENT 1: Content Architect – Name: Content Architect SUBAGENT REQUIRED INPUT: {topics-spec} SUBAGENT FINAL OUTPUT: [topics-json] – Final output: Plain-text JSON array (5 objects total). – How it works: 1. Read the list of provided titles and banner text from {topics-spec}. 2. For each of the four titles, craft a 2–3-sentence summary (≈30–45 words). 3. Build JSON objects: { title, summary, ctaLabel: "Book Tank", ctaHref: "/contact" } ×4 plus one banner object { bannerText: "Inspire Your Organization – Book Tank Today.", ctaLabel: "Book Tank", ctaHref: "/contact" }. 4. Return the JSON array as plain text. SUBAGENT 2: Page Builder – Name: Page Builder SUBAGENT REQUIRED INPUT: [topics-json] SUBAGENT FINAL OUTPUT: [speaking-topics-html] – Final output: speaking-topics.html (single HTML5 file). – How it works: 1. Accept [topics-json] from Subagent 1. 2. Generate a full HTML5 document: • , , with charset and
. •