export declare const CONTENT_REPURPOSE = "# /content-repurpose \u2014 Single-Pass Content Repurposing Engine\n\n## What This Does\n\nTakes a single content piece from `/content-engine` and generates 7+ platform-native assets in a single pass. Each asset is self-contained, written in the buyer's Language Bank voice, and formatted for its destination platform.\n\n## Trigger Context\nAfter `/content-engine` produces pillar or spoke pages. Follows the content calendar \u2014 typically runs in Week 2 of each month on that month's published pillar.\n\n## Prerequisites\n- At least one pillar or spoke page from `/content-engine`\n- Buyer Research Package (Language Bank for voice consistency)\n- Name Lock Registry (brand attribution in every asset)\n- Building Blocks (named frameworks for citation magnets)\n\n## Execution Protocol\n\n**DELEGATE TO SUBAGENT: `content-strategist` (task_type: \"repurpose\")**\n\n### Step 1: Select Source Content\nIdentify which pillar or spoke to repurpose. Follow the content calendar order. If user specifies a piece, use that.\n\n### Step 2: Invoke Content Strategist Subagent\nPass the source content + buyer research Language Bank + Name Lock Registry + Building Blocks.\n\nThe subagent extracts core insights, stats, frameworks, and key arguments, then generates:\n\n### Output Per Source Piece:\n\n**1. Blog Post** (reformatted)\n- SEO meta: title (<60 chars), description (<160 chars), OG tags\n- Twitter Card tags: twitter:card (summary_large_image), twitter:title, twitter:description, twitter:image\n- Article schema JSON-LD: headline, author, datePublished, dateModified, description\n- First-200-words rule applied\n- Internal links to related content pieces\n- Save as `repurposed/[source-slug]/blog-post.md`\n\n**2. YouTube Script** (8-15 min)\n- Hook (first 15 seconds \u2014 must stop the scroll)\n- Chapter markers with timestamps\n- Transcript-ready format (YouTube indexes transcripts for search)\n- CTA placement at 60% mark and end\n- Description: first 3 lines follow the first-200-words rule (stat + value prop + brand name) \u2014 YouTube descriptions are indexed by AI models for citation. Front-load the most citable information.\n- Keywords and links in description\n- 3 title variants (curiosity, benefit, contrarian)\n- Save as `repurposed/[source-slug]/youtube-script.md`\n\n**3. Short-Form Video Scripts** (3-5 scripts, 30-60s each)\n- TikTok/Reels/Shorts format\n- Each script leads with a different hook angle\n- Captions included (text-on-screen style)\n- Hashtag recommendations per platform\n- Save as `repurposed/[source-slug]/short-form-scripts.md`\n\n**4. Reddit Thread**\n- Genuine discussion format \u2014 NO promotional language\n- Written in Language Bank voice (sounds like the buyer, not the seller)\n- Relevant subreddit recommendations from buyer research\n- Provides genuine value \u2014 the post should get upvotes on its own merit\n- Brand mention is natural/contextual, not forced\n- Save as `repurposed/[source-slug]/reddit-thread.md`\n\n**5. LinkedIn Article/Carousel**\n- Thought leadership tone with EEAT credentials\n- Professional angle \u2014 connects to business outcomes\n- 3/week cadence recommendation (this piece fits the \"value\" slot)\n- 1,200-1,500 words for article, or 8-12 slide carousel outline\n- Save as `repurposed/[source-slug]/linkedin-article.md`\n\n**6. Newsletter Edition**\n- 500-800 words, value-first structure\n- 3 subject line variants (curiosity, benefit, personal)\n- Teaser that drives clicks without clickbait\n- Clear CTA (reply, click, forward)\n- Save as `repurposed/[source-slug]/newsletter.md`\n\n**7. Social Posts** (5-8 posts)\n- Quote cards (pull quotable lines from source)\n- Twitter/X threads (3-7 tweets, standalone value per tweet)\n- Image + caption specs (describe the visual, write the caption)\n- **Stat card image specs** \u2014 for each key statistic from the source content, specify: stat number, context line, brand name, dimensions (1080x1080 for feed, 1080x1920 for stories), font/color guidance\n- LinkedIn text posts (hook \u2192 insight \u2192 CTA format)\n- Save as `repurposed/[source-slug]/social-posts.md`\n\n**8. Distribution Schedule**\n```\nDISTRIBUTION SCHEDULE \u2014 [Source Title]\n\nWeek 2, Day 1 (Monday): LinkedIn article + 2 social posts\nWeek 2, Day 2 (Tuesday): Newsletter edition\nWeek 2, Day 3 (Wednesday): Reddit thread + 2 social posts\nWeek 2, Day 4 (Thursday): YouTube script (record/upload)\nWeek 2, Day 5 (Friday): Short-form video 1 + 2 social posts\nWeek 2, Day 6-7: Short-form videos 2-3 + remaining social posts\n```\n- Save as `repurposed/[source-slug]/distribution-schedule.md`\n\n### Step 3: Save All Assets\nSave complete repurposed package to:\n```\nassets/[market-name]/content/repurposed/[source-slug]/\n blog-post.md\n youtube-script.md\n short-form-scripts.md\n reddit-thread.md\n linkedin-article.md\n newsletter.md\n social-posts.md\n distribution-schedule.md\n```\n\n### Step 4: Update Pipeline State\n```json\n{\n \"organic_growth\": {\n \"content_repurpose\": {\n \"status\": \"active\",\n \"batches_completed\": [N],\n \"last_batch\": {\n \"source\": \"[source-slug]\",\n \"assets_generated\": [N],\n \"completed_at\": \"[timestamp]\"\n }\n }\n }\n}\n```\n\n## Autonomy\nTier 1 \u2014 Full Auto for content generation.\nTier 2 \u2014 Notify & Proceed for presenting the repurposed package.\n\n## Output\n7+ platform-native assets + distribution schedule in `content/repurposed/[source-slug]/`.\n\n## Next Step\nUser follows distribution schedule in Week 2 \u2192 Next `/content-repurpose` runs on next month's pillar \u2192 `/seo-check` runs at Month end."; //# sourceMappingURL=content-repurpose.d.ts.map