What problem does it solve?
Marketing teams often struggle to quickly and consistently fill core site pages (homepage, features, solutions, pricing, resources, about) with SEO-friendly, conversion-optimized content. This skill provides a repeatable workflow to plan and draft net-new pages using the query-fanout pattern and align them to inventory and templates.
Core Features & Use Cases
- Query-fanout driven planning: Proposes 3-5 candidate pages for audiences, use cases, and verticals, then scopes to chosen directions. This yields core landing pages and resource hubs aligned to buyer intent.
- Inventory-aware outputs: Reads .overgrow/inventory.md to mirror existing page structure and ensures generated pages slot into the current site taxonomy.
- Template-aligned production: Emulates the site’s section patterns (hero, social proof, value props, features, FAQ) to ensure a shipping-ready layout that mirrors current pages.
- Internal linking & SEO metadata: Integrates routing to existing pages (e.g., Pricing, Resources, About) and inserts SEO-friendly meta tags and a clear heading hierarchy.
Quick Start
Describe the product and desired page scope, then issue the spawn-pages instruction to generate the pages.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Overgrow Spawn Pages",
"description": "Tool to plan and draft net-new core marketing pages using the query-fanout pattern.",
"url": "https://github.com/zhizdev/overgrow"
}
</script>
<!-- placeholder: replace with real inventory-driven routes -->
<!-- placeholder: add real page references once inventory is available -->
TODO
- align generated pages with existing templates and style guides
- verify inventory-driven routes exist in .overgrow/inventory.md
- add additional internal links once inventory routes are confirmed