From creator-stack
Transforms newsletter outlines into full drafts or optimizes rough drafts into publication-ready issues by orchestrating writing, auditing, and subject line skills.
npx claudepluginhub kenneth-liao/ai-launchpad-marketplace --plugin creator-stackThis skill uses the workspace's default tool permissions.
Orchestrate foundation skills to transform outlines into full drafts or optimize rough drafts into high-performing newsletter issues. This is a thin orchestrator — it sequences skill invocations and manages the user review workflow, but delegates all content generation to foundation skills.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Orchestrate foundation skills to transform outlines into full drafts or optimize rough drafts into high-performing newsletter issues. This is a thin orchestrator — it sequences skill invocations and manages the user review workflow, but delegates all content generation to foundation skills.
Core Principle: This is a thin orchestrator. All content generation goes through the appropriate foundation skill — that's how quality stays consistent and voice stays authentic. This skill manages workflow sequence and user decisions only.
Use this skill when:
Do NOT use this skill when:
creator-stack:plan-newsletter instead)creator-stack:newsletter-visuals)Existing content must be available. Either:
Execute all steps below in order.
Determine the input type and issue type:
Present the assessment to the user: input type, detected issue type, and the workflow that follows.
From outline:
creator-stack:write with content type "newsletter" to write the full draft.
references/newsletter.md for section rules, issue types, and writing conventionsFrom rough draft:
creator-stack:write with content type "newsletter" to audit and optimize each section.
creator-stack:title with content type "newsletter" to generate 3 subject line options.
references/newsletter-subject-lines.md for formulas and rulescreator-stack:hook with content type "newsletter" to generate 2-3 hook options.
references/newsletter-hooks.md for hook patternsAlways present all options — the user makes the final call, not the orchestrator.
references/pre-publish-checklist.mdPresent the final issue in this structure:
# [Subject Line]
*[Preview Text]*
[Opening Hook]
[Body Content - sections with subheadings]
[Close]
P.S. [Secondary CTA or personal touch]
Each foundation skill owns its own reference files. When you invoke a skill, it loads the right references automatically — you don't need to manage file paths.
| Content | Skill | Why |
|---|---|---|
| Newsletter prose (draft + optimize) | creator-stack:write | Owns section rules, body writing conventions, voice invocation |
| Subject lines | creator-stack:title | Owns subject line formulas and open rate patterns |
| Opening hooks | creator-stack:hook | Owns hook patterns and curiosity extension logic |
| Voice consistency | creator-stack:voice | Invoked automatically by writing skill — no manual call needed |
creator-stack:write invoked for content generation/optimizationcreator-stack:title invoked for subject lines (3 options generated)creator-stack:hook invoked for opening hooks (2-3 options generated)creator-stack:write — the foundation skill has all the section rules and voice handling built in.