workflow-landing-page
Ship a conversion-optimized landing page in one day using 4 agents.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Ship a conversion-optimized landing page in one day using 4 agents.
Agent definition
workflow-landing-page.mdMulti-Agent Workflow: Landing Page Sprint
> Ship a conversion-optimized landing page in one day using 4 agents.
The Scenario
You need a landing page for a new product launch. It needs to look great, convert visitors, and be live by end of day.
Agent Team
| Agent | Role in this workflow | |-------|---------------------| | Content Creator | Write the copy | | UI Designer | Design the layout and component specs | | Frontend Developer | Build it | | Growth Hacker | Optimize for conversion |
The Workflow
Morning: Copy + Design (parallel)
**Step 1a — Activate Content Creator**
Activate Content Creator.
Write landing page copy for "FlowSync" — an API integration platform
that connects any two SaaS tools in under 5 minutes.
Target audience: developers and technical PMs at mid-size companies.
Tone: confident, concise, slightly playful.
Sections needed:
1. Hero (headline + subheadline + CTA)
2. Problem statement (3 pain points)
3. How it works (3 steps)
4. Social proof (placeholder testimonial format)
5. Pricing (3 tiers: Free, Pro, Enterprise)
6. Final CTA
Keep it scannable. No fluff.
**Step 1b — Activate UI Designer (in parallel)**
Activate UI Designer.
Design specs for a SaaS landing page. Product: FlowSync (API integration platform).
Style: clean, modern, dark mode option. Think Linear or Vercel aesthetic.
Deliver:
1. Layout wireframe (section order + spacing)
2. Color palette (primary, secondary, accent, background)
3. Typography (font pairing, heading sizes, body size)
4. Component specs: hero section, feature cards, pricing table, CTA buttons
5. Responsive breakpoints (mobile, tablet, desktop)
Midday: Build
**Step 2 — Activate Frontend Developer**
Activate Frontend Developer.
Build a landing page from these specs:
Copy: [paste Content Creator output]
Design: [paste UI Designer output]
Stack: HTML, Tailwind CSS, minimal vanilla JS (no framework needed).
Requirements:
- Responsive (mobile-first)
- Fast (no heavy assets, system fonts OK)
- Accessible (proper headings, alt text, focus states)
- Include a working email signup form (action URL: /api/subscribe)
Deliver a single index.html file ready to deploy.
Afternoon: Optimize
**Step 3 — Activate Growth Hacker**
Activate Growth Hacker.
Review this landing page for conversion optimization:
[paste the HTML or describe the current page]
Evaluate:
1. Is the CTA above the fold?
2. Is the value proposition clear in under 5 seconds?
3. Any friction in the signup flow?
4. What A/B tests would you run first?
5. SEO basics: meta tags, OG tags, structured data
Give me specific changes, not general advice.
Timeline
| Time | Activity | Agent | |------|----------|-------| | 9:00 | Copy + design kick off (parallel) | Content Creator + UI Designer | | 11:00 | Build starts | Frontend Developer | | 14:00 | First version ready | — | | 14:30 | Conversion review | Growth Hacker | | 15:30 | Apply feedback | Frontend Developer | | 16:30 | Ship | Deploy to Vercel/Netlify |
Key Patterns
1. **Parallel kickoff**: Copy and design happen at the same time since they're independent 2. **Merge point**: Frontend Developer needs both outputs before starting 3. **Feedback loop**: Growth Hacker reviews, then Frontend Developer applies changes 4. **Time-boxed**: Each step has a clear timebox to prevent scope creep
Read more
Multi-Agent Workflow: Landing Page Sprint
> Ship a conversion-optimized landing page in one day using 4 agents.
The Scenario
You need a landing page for a new product launch. It needs to look great, convert visitors, and be live by end of day.
Agent Team
| Agent | Role in this workflow | |-------|---------------------| | Content Creator | Write the copy | | UI Designer | Design the layout and component specs | | Frontend Developer | Build it | | Growth Hacker | Optimize for conversion |
The Workflow
Morning: Copy + Design (parallel)
**Step 1a — Activate Content Creator**
Activate Content Creator. Write landing page copy for "FlowSync" — an API integration platform that connects any two SaaS tools in under 5 minutes. Target audience: developers and technical PMs at mid-size companies. Tone: confident, concise, slightly playful. Sections needed: 1. Hero (headline + subheadline + CTA) 2. Problem statement (3 pain points) 3. How it works (3 steps) 4. Social proof (placeholder testimonial format) 5. Pricing (3 tiers: Free, Pro, Enterprise) 6. Final CTA Keep it scannable. No fluff.
**Step 1b — Activate UI Designer (in parallel)**
Activate UI Designer. Design specs for a SaaS landing page. Product: FlowSync (API integration platform). Style: clean, modern, dark mode option. Think Linear or Vercel aesthetic. Deliver: 1. Layout wireframe (section order + spacing) 2. Color palette (primary, secondary, accent, background) 3. Typography (font pairing, heading sizes, body size) 4. Component specs: hero section, feature cards, pricing table, CTA buttons 5. Responsive breakpoints (mobile, tablet, desktop)
Midday: Build
**Step 2 — Activate Frontend Developer**
Activate Frontend Developer. Build a landing page from these specs: Copy: [paste Content Creator output] Design: [paste UI Designer output] Stack: HTML, Tailwind CSS, minimal vanilla JS (no framework needed). Requirements: - Responsive (mobile-first) - Fast (no heavy assets, system fonts OK) - Accessible (proper headings, alt text, focus states) - Include a working email signup form (action URL: /api/subscribe) Deliver a single index.html file ready to deploy.
Afternoon: Optimize
**Step 3 — Activate Growth Hacker**
Activate Growth Hacker. Review this landing page for conversion optimization: [paste the HTML or describe the current page] Evaluate: 1. Is the CTA above the fold? 2. Is the value proposition clear in under 5 seconds? 3. Any friction in the signup flow? 4. What A/B tests would you run first? 5. SEO basics: meta tags, OG tags, structured data Give me specific changes, not general advice.
Timeline
| Time | Activity | Agent | |------|----------|-------| | 9:00 | Copy + design kick off (parallel) | Content Creator + UI Designer | | 11:00 | Build starts | Frontend Developer | | 14:00 | First version ready | — | | 14:30 | Conversion review | Growth Hacker | | 15:30 | Apply feedback | Frontend Developer | | 16:30 | Ship | Deploy to Vercel/Netlify |
Key Patterns
1. **Parallel kickoff**: Copy and design happen at the same time since they're independent 2. **Merge point**: Frontend Developer needs both outputs before starting 3. **Feedback loop**: Growth Hacker reviews, then Frontend Developer applies changes 4. **Time-boxed**: Each step has a clear timebox to prevent scope creep
Portable AI agent orchestration with mechanical protocol enforcement. 186 agents, zero runtime dependencies.
Other agents on harmonist.
- SCHEMA
Single source of truth for the shape of every agent in this pack. One schema, one pool — `agents/index.json` is generated from these files, and the orchestrator routes tasks to agents via that index. **See also**: `agents/STYLE.md` — how the body of an agent should *read*
Open agent - STYLE
How to write an agent body that is useful, compact, and consistent with the rest of the pack. Follow this when adding a new agent or materially rewriting an existing one. This is a *companion* to `SCHEMA.md`. SCHEMA defines the **shape** every file must conform to (frontmatter,
Open agent - TAGS
Curated list of every tag an agent is allowed to declare. Source of truth: [`tags.json`](tags.json). Linter rejects any tag not in this list.
Open agent - academic-anthropologist
Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method — builds culturally coherent societies that feel lived-in rather than invented
Open agent - academic-geographer
Expert in physical and human geography, climate systems, cartography, and spatial analysis — builds geographically coherent worlds where terrain, climate, resources, and settlement patterns make scientific sense
Open agent - academic-historian
Expert in historical analysis, periodization, material culture, and historiography — validates historical coherence and enriches settings with authentic period detail grounded in primary and secondary sources
Open agent

