agentsclimarketplace

Brain health

Skill t0ddharris/compound-marketing/.claude/skills/brain-health

Scale your marketing without sacrificing quality.

Install
npx -y skills add t0ddharris/compound-marketing --skill brain-health

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Check which brain files are complete, incomplete, or empty, and get recommendations for what to fill next. Trigger with /brain-health or when the user mentions 'brain status,' 'brain health,' 'what's missing in my brain,' 'brain completeness,' 'which brain files,' or 'brain check.' Also runs automatically at the end of /setup.

SKILL.md

6.6 KB, as published. Nobody here has run it

Brain Health Check

Scan all brain files, report completeness, and tell the user exactly which skill to run next to fill gaps.


Workflow

Step 1: Scan brain files

Read every file in brain/ and count [FILL IN] and [VERIFY] placeholders in each. Also check for files that exist in the expected set but are missing from the directory.

Expected brain files:

FileCategory
truth.mdCore
positioning-and-messaging.mdCore
personas.mdCore
competitive.mdCore
capabilities.mdCore
use-cases.mdCore
voice-and-tone.mdBrand
voice-samples.mdBrand
brand-guide/brand-guide.mdBrand
audience-language.mdSupporting
customer-journey.mdSupporting
market-signals.mdSupporting
qualifying-questions.mdSupporting
tactical-assets.mdSupporting

Step 2: Calculate completeness

For each file, determine status:

  • Complete — zero [FILL IN] and [VERIFY] placeholders remaining
  • Partial — some placeholders filled, some remaining. Show the count of remaining placeholders.
  • Empty — all or nearly all fields are still [FILL IN] (untouched template). Treat a file as Empty if it has no substantive content beyond the template boilerplate.
  • Missing — file doesn't exist in brain/

Step 3: Present the dashboard

Display a health report. Use a simple text-based progress bar for each file.

Brain Health Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Core Files
  truth.md                     ██████████  Complete
  positioning-and-messaging.md ████░░░░░░  18 fields remaining
  competitive.md               ██████░░░░  6 fields remaining
  personas.md                  ████░░░░░░  9 fields remaining
  capabilities.md              ░░░░░░░░░░  Empty
  use-cases.md                 ░░░░░░░░░░  Empty

Brand
  voice-and-tone.md            ░░░░░░░░░░  Empty — run /tone-mapping
  voice-samples.md             ░░░░░░░░░░  Empty — run /tone-mapping
  brand-guide.md               ████████░░  3 fields remaining

Supporting Files
  audience-language.md         ░░░░░░░░░░  Empty
  customer-journey.md          ░░░░░░░░░░  Empty
  market-signals.md            ░░░░░░░░░░  Empty
  qualifying-questions.md      ░░░░░░░░░░  Empty
  tactical-assets.md           ░░░░░░░░░░  Empty

Overall: 1 of 14 files complete

Step 4: Recommend next actions

After the dashboard, recommend the top 3 files to fill next, in priority order. Use this priority logic:

  1. Core files first, supporting files later. Core files feed every skill; supporting files feed specialized skills.
  2. Within core, prioritize by downstream impact:
    • truth.md (everything depends on this)
    • positioning-and-messaging.md (messaging pillars feed capabilities, use-cases, content)
    • competitive.md (feeds competitor pages, battlecards)
    • personas.md (feeds content targeting)
    • capabilities.md (feeds feature pages, datasheets)
    • use-cases.md (feeds case studies, landing pages)
  3. Brand files when core is >60% done.
  4. Supporting files when core is >80% done.

For each recommendation, specify the skill to run:

Brain FileSkill to RunWhat to Prepare
truth.mdManual entry or /setupCompany facts, product details, customer list
positioning-and-messaging.md/product-marketingKnowledge of market problem, competitors, differentiation
competitive.md/product-marketingCompetitor names, why you win/lose against each
personas.md/product-marketingBuyer titles, their problems, what they care about
capabilities.md/product-marketingProduct features organized by messaging pillar
use-cases.md/product-marketingCustomer scenarios, triggers, outcomes
voice-and-tone.md/tone-mapping3-5 real writing samples (LinkedIn posts, blog posts, emails)
voice-samples.md/tone-mapping (Step 6, after the profile)5+ real writing samples — more samples, better calibration
brand-guide.md/design-extractYour website URL, or brand colors/fonts manually
audience-language.md/product-marketingSales call transcripts or customer conversations
customer-journey.md/product-marketingSales process knowledge, common objections, deal patterns
market-signals.md/product-marketingIndustry trends, analyst reports, news
qualifying-questions.md/product-marketingDiscovery call experience, qualification criteria
tactical-assets.md/product-marketingCompany bios, speaker bios, social profiles

Present the recommendations:

Recommended next steps (in order):

1. capabilities.md — Run /product-marketing and ask to build out capabilities
   Have ready: your product's features organized by messaging pillar

2. voice-and-tone.md — Run /tone-mapping with 3-5 writing samples
   Have ready: LinkedIn posts, blog posts, or emails you wrote yourself

3. use-cases.md — Run /product-marketing and ask to define use cases
   Have ready: customer scenarios and the triggers that bring them to you

Step 5: Offer to start

Ask:

Want to start filling one of these now? Pick a number, or tell me which file you'd like to work on.

If they pick one, route to the appropriate skill.


Rules

  • Read files as-is. Don't modify any brain files during a health check.
  • Count [FILL IN] and [VERIFY] literally (case-insensitive match on [fill in] and [verify]).
  • If a file has custom content mixed with some remaining placeholders, it's partial, not empty.
  • Don't judge quality of filled-in content. The health check measures completeness, not correctness.
  • If running at the end of /setup, skip Step 5 (the offer to start) since setup is wrapping up. Just show the dashboard and recommendations.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.