Social Campaign Proof Tracker
Overview
Use this skill to turn a project update into a public proof campaign with platform-specific copy, visual order, alt text, links, reply prompts, and follow-up tracking.
This skill organizes and drafts. It must not post, upload, comment, message, or submit externally unless the user explicitly asks and confirms the final action.
Workflow
- Identify the proof object:
- GitHub update
- demo
- video
- website page
- case study
- skill release
- automation milestone
- Gather only public-safe inputs:
- public links
- approved images or videos
- short outcome summary
- safe implementation categories
- approved calls to action
- Choose platform shape:
- LinkedIn: reflective post, carousel, document-style sequence, or video post
- X: short post, thread, image-led thread, or video-led post
- GitHub: README note, release note, proof trail, or demo link
- Draft platform copy.
- LinkedIn: clearer context, stronger hook, more reflective tone.
- X: short lines, one idea per post, direct links.
- Add accessibility and context:
- alt text for each image
- caption for video if needed
- link labels
- comment/reply prompts
- Create or update a local tracker:
- campaign name
- date
- asset list
- published links
- follow-up windows
- engagement notes
- useful replies
- After publishing, record only public results unless the user explicitly provides private metrics for private analysis.
Public Safety Rules
- Do not include private analytics exports, cookies, account IDs, unpublished client data, raw messages, private prompts, local paths, or credential-adjacent details.
- Do not invent engagement results.
- Do not imply client permission or measurable outcomes unless the user confirms them.
- Keep reply banks human-reviewed and non-spammy.
- Treat low comments as normal signal, not failure. Track proof value, reuse potential, and follow-up ideas.
Copy Rules
- Lead with the public proof angle or the useful lesson.
- Use concrete nouns: system, workflow, profile, proof layer, demo, skill, release.
- Avoid vague hype such as "game-changing" unless the user asks for a louder tone.
- Keep CTAs light: "I am building this in public", "open to feedback", "details on GitHub", or "happy to share the workflow".
- For X, prefer a thread over unrelated comments when multiple visuals belong to one story.
Tracker Shape
Use this structure by default:
# Campaign Tracker
Campaign:
Date:
Proof object:
Primary link:
## Assets
| Asset | Platform | Status | Notes |
| --- | --- | --- | --- |
## Published Links
| Platform | URL | Notes |
| --- | --- | --- |
## Follow-Up
| Window | Action | Status |
| --- | --- | --- |
## Reply Bank
- Thank-you reply:
- Technical reply:
- Client-value reply:
- Quiet-engagement follow-up:
Output Format
Return:
- Campaign recommendation.
- Platform copy.
- Asset order and alt text.
- Tracker or proof-trail updates made.
- Follow-up actions and timing.
1---2name: social-campaign-proof-tracker3description: Plan, document, and follow up on public proof campaigns across LinkedIn, X, GitHub, websites, and videos. Use when the user wants carousel or thread copy, alt text, post/video captions, public link tracking, reply banks, engagement review, or a campaign proof trail after publishing project work.4---56# Social Campaign Proof Tracker78## Overview910Use this skill to turn a project update into a public proof campaign with platform-specific copy, visual order, alt text, links, reply prompts, and follow-up tracking.1112This skill organizes and drafts. It must not post, upload, comment, message, or submit externally unless the user explicitly asks and confirms the final action.1314## Workflow15161. Identify the proof object:17 - GitHub update18 - demo19 - video20 - website page21 - case study22 - skill release23 - automation milestone242. Gather only public-safe inputs:25 - public links26 - approved images or videos27 - short outcome summary28 - safe implementation categories29 - approved calls to action303. Choose platform shape:31 - LinkedIn: reflective post, carousel, document-style sequence, or video post32 - X: short post, thread, image-led thread, or video-led post33 - GitHub: README note, release note, proof trail, or demo link344. Draft platform copy.35 - LinkedIn: clearer context, stronger hook, more reflective tone.36 - X: short lines, one idea per post, direct links.375. Add accessibility and context:38 - alt text for each image39 - caption for video if needed40 - link labels41 - comment/reply prompts426. Create or update a local tracker:43 - campaign name44 - date45 - asset list46 - published links47 - follow-up windows48 - engagement notes49 - useful replies507. After publishing, record only public results unless the user explicitly provides private metrics for private analysis.5152## Public Safety Rules5354- Do not include private analytics exports, cookies, account IDs, unpublished client data, raw messages, private prompts, local paths, or credential-adjacent details.55- Do not invent engagement results.56- Do not imply client permission or measurable outcomes unless the user confirms them.57- Keep reply banks human-reviewed and non-spammy.58- Treat low comments as normal signal, not failure. Track proof value, reuse potential, and follow-up ideas.5960## Copy Rules6162- Lead with the public proof angle or the useful lesson.63- Use concrete nouns: system, workflow, profile, proof layer, demo, skill, release.64- Avoid vague hype such as "game-changing" unless the user asks for a louder tone.65- Keep CTAs light: "I am building this in public", "open to feedback", "details on GitHub", or "happy to share the workflow".66- For X, prefer a thread over unrelated comments when multiple visuals belong to one story.6768## Tracker Shape6970Use this structure by default:7172```markdown73# Campaign Tracker7475Campaign:76Date:77Proof object:78Primary link:7980## Assets8182| Asset | Platform | Status | Notes |83| --- | --- | --- | --- |8485## Published Links8687| Platform | URL | Notes |88| --- | --- | --- |8990## Follow-Up9192| Window | Action | Status |93| --- | --- | --- |9495## Reply Bank9697- Thank-you reply:98- Technical reply:99- Client-value reply:100- Quiet-engagement follow-up:101```102103## Output Format104105Return:1061071. Campaign recommendation.1082. Platform copy.1093. Asset order and alt text.1104. Tracker or proof-trail updates made.1115. Follow-up actions and timing.