feat: add /social-strategy skill — narrative architecture for founders (v0.12.12.0)#590
Open
ljagged wants to merge 17 commits intogarrytan:mainfrom
Open
feat: add /social-strategy skill — narrative architecture for founders (v0.12.12.0)#590ljagged wants to merge 17 commits intogarrytan:mainfrom
ljagged wants to merge 17 commits intogarrytan:mainfrom
Conversation
…hestration (v1.1.0) Two modes: brief (autonomous competitive intelligence via WebSearch + browse) and session (interactive Rumelt's kernel diagnosis with framework selection). Produces versioned strategy documents with inline citations, milestone-gated execution plans, and change tracking. Integrates with the gstack skill network. v1.1 improvements from dogfood: broad market scan for competitor discovery, browse-aggressive research, coherent actions with mutual support structure, milestone-gated execution (not calendar months), brief amendment step, Codex second opinion option, and "what did I miss?" validation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Both review skills now discover *-strategy-*.md files from /strategist alongside design docs. Strategy docs provide competitive context and guiding policy to inform scope and architecture decisions during reviews. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CLAUDE.md: add /strategist to available skills list. TODOS.md: add 3 items — CSO/retro artifact ingestion, autoplan integration, and E2E eval test (all post-dogfood). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Standardize on gstack-slug everywhere (was mixing remote-slug and gstack-slug, causing Mode 1 write / Mode 2 read path mismatch) - Add SLUG derivation to bash blocks that used it without re-deriving - Fix description: "milestone-gated execution plans" not "90-day action plans" - Add auto-chain retry guard: if Mode 1 fails, stop instead of retrying Found by adversarial review (Claude subagent, 15 findings). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat: add /strategist skill — competitive strategy with framework orchestration (v0.11.22.0)
VERSION: upstream at 0.12.2.0, bumped to 0.12.3.0 for strategist feature. CHANGELOG: strategist entry placed above upstream's 0.12.2.0 entry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolved conflicts in VERSION, CHANGELOG.md, README.md. Kept upstream version (0.12.11.0), upstream CHANGELOG entries, and upstream's --single-branch --depth 1 clone command. Preserved /strategist in skill lists from feat-strategist merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Three Architecture Decision Records documenting: - ADR 0003: Qualitative voice fingerprint over dimensional model - ADR 0004: Narrative frameworks as panel of critics, not theories - ADR 0005: Framework panel requires faithful representation
Three modes: audit (autonomous social landscape research via WebSearch + browse), session (interactive 6-step strategy building: voice fingerprint, content pillars, relationship priorities, platform plan, milestone alignment), and refresh (lightweight competitive re-scan with immutable timestamped output). Produces versioned voice, strategy, and style guide documents. Reads from /strategist output. Never generates content to post.
CEO reviews now discover *-social-strategy-*.md artifacts and surface content pillars and primary platform as informational context during scope decisions.
Gate-tier E2E routing test verifies Claude routes "social media strategy" prompts to the social-strategy skill. Touchfile entry enables diff-based test selection.
Skills list registration, README skill table entry, and 4 new TODOs: framework panel curation (P1), review mode (P1), E2E eval (P2), autoplan integration (P3).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolves conflicts in VERSION, CHANGELOG.md, CLAUDE.md, and README.md. Upstream added /design-shotgun, /connect-chrome, design binary, pinned dependencies, and community PR fixes (v0.13.1.0-v0.13.3.0). Our branch adds /social-strategy skill and ADRs (0003-0005). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New
/social-strategyskill helps founders build authentic public presence through strategic scaffolding, not content generation.Three modes:
/social-strategy audit— autonomous social landscape research via WebSearch + browse. Maps competitor social activity, identifies 10-15 thought leaders with actionable engagement URLs, recommends platforms, generates voice prompt writing exercises./social-strategy— interactive 6-step strategy session: voice fingerprint (qualitative, not dimensional), content pillars, relationship priorities, platform plan, milestone alignment. Intermediate saves with DRAFT/COMPLETE status markers./social-strategy refresh— lightweight competitive re-scan. New immutable timestamped doc, never mutates existing artifacts.Downstream integration:
/plan-ceo-reviewnow discovers*-social-strategy-*.mdand surfaces content pillars during scope decisionsADRs:
Deferred to TODOS.md:
Reviews
Test Coverage
585 pass, 3 fail (all pre-existing on main). Gate-tier routing test added for
/social-strategy. Periodic eval tests deferred to post-dogfood.Pre-Landing Review
No issues found. All changes are prompt template, documentation, and test infrastructure.
Plan Completion
8/9 plan items DONE. VERSION + CHANGELOG handled by /ship.
Test plan
bun test— 585 pass, 3 pre-existing failuresbun run gen:skill-docs— social-strategy/SKILL.md generated (1026 lines)bun run skill:check— no errors🤖 Generated with Claude Code