launchmap

Orchestrate a 9-step Fletcher Method LaunchMap with session files.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill launchmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launchmap
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/launchmap
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill launchmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the complexity of creating a complete Fletcher Method 9-step LaunchMap by coordinating the right writing sequence and producing a finalized, compile-ready document.

Core Features & Use Cases

  • 9-step orchestration from scratch: Runs Phase 1 (Perfect Avatar) sequentially, then generates the remaining 8 sections in parallel, and finally compiles the full LaunchMap.
  • Deterministic session state handoff: Writes and reads step outputs via a shared filesystem session so downstream agents stay aligned to the same audience.
  • Use Case: When you need a full, cohesive LaunchMap for a new offer, this skill builds every required section end-to-end rather than only drafting isolated parts.

Quick Start

Invoke the launchmap skill to generate a complete 9-step Fletcher Method LaunchMap built around your Perfect Avatar.

Frequently Asked Questions about launchmap

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

FAQPage Schema
How do I generate a complete 9-step sales funnel from scratch?

The Fletcher Method is a 9-step sales funnel framework covering avatar, MDM, offer, lead magnet, authority, enrollment, content, traffic, and retargeting, orchestrated sequentially and in parallel to produce cohesive launch content.

How do I keep multi-agent sales funnel content aligned to the same audience?

You keep parallel generated sales funnel sections aligned by using deterministic session state handoff, which writes and reads labeled step outputs via a shared filesystem so all downstream agents reference the same audience data.

Can I create only the lead magnet and offer sections instead of a full sales funnel?

While you can invoke individual subskills like lead magnet or offer generation directly, the primary workflow is designed to build a complete 9-step LaunchMap end-to-end rather than drafting isolated sections.

What do I need to build a multi-agent LaunchMap workflow?

You need an environment capable of multi-agent orchestration with read and write access to a shared filesystem directory for storing labeled session files required for inter-agent state handoff.

What is the best way to structure a 9-step launch content sequence?

The best way to structure a 9-step launch content sequence is to run the avatar step sequentially first, then generate the remaining eight sections in parallel, and execute a final compilation step to merge all outputs.