Add viral-launch-pipeline to Claude Plugins section#288
Open
mixvlad wants to merge 1 commit into
Open
Conversation
A 21-agent orchestrator plugin for viral product launches. Runs research (YouTube/X/Reddit/Industry in parallel), hook + giveaway with manager-critique loops, body with 4 sequential specialists, Mom Test, and multi-channel delivery (X-thread + LinkedIn + ProductHunt).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resource
Description
A 21-agent orchestrator plugin for viral product launches.
The plugin replicates the "21 specialized agents in Claude Code" architecture publicly described for X product launches. One orchestrator skill (
viral-launch) dispatches 21 subagents via theAgenttool with manager-feedback loops:Why it belongs here
The 🔌 Claude Plugins section currently has plugins that ship one feature each (status line, status checker, dashboards, design tools). This plugin demonstrates a different shape — a sequential agent pipeline with manager-feedback loops and resumable state — which is a pattern community plugin authors have been asking about.
Built entirely on Claude Code built-ins (
Agent,WebSearch,WebFetch,Read/Write/Edit,Bash) — no external API keys required.Installation
🤖 Generated with Claude Code