← ClaudeAtlas

review-httlisted

Cross-campaign analysis -- find patterns in what works, with whom, and in what medium. Use when user says 'review campaigns', 'what works', 'show me patterns', 'how am I doing'.
brennacodes/brenna-plugs · ★ 1 · Code & Development · score 70
Install: claude install-skill brennacodes/brenna-plugs
<purpose> Analyze patterns across all campaigns and outcomes. Surface insights about what communication strategies work, with which audiences, in which mediums, and for which kinds of goals. Uses outcome data, audience profiles, and professional profile to generate actionable insights. </purpose> <steps> <step id="load-config" number="1"> <description>Load Configuration</description> <load-config> Resolve the user's home directory (run `echo $HOME` via Bash). Use this absolute path for all file operations below -- never pass `~` to the Read tool. 1. Read `<home>/.things/config.json` <if condition="config-missing">Tell the user: "Run `/things:setup-things` first." Then stop.</if> 2. Read `<home>/.things/shared/professional-profile.json` </load-config> </step> <step id="load-data" number="2"> <description>Load All Campaign Data</description> <phase name="campaigns" number="1"> Scan `<home>/.things/heres-the-thing/campaigns/*/campaign.json`. Read all campaigns. </phase> <phase name="outcomes" number="2"> Scan `<home>/.things/heres-the-thing/campaigns/*/outcomes/*.json`. Read all outcomes. </phase> <if condition="no-campaigns"> Tell the user: "No campaigns found. Create one with `/heres-the-thing:pitch-htt`." Then stop. </if> <if condition="no-outcomes"> Note: "No outcomes logged yet. Campaign data available for structure analysis only." </if> </step> <step id="parse-filters" n