Test: Superpowers, GSD, and GSTACK blog post (social review test)#18516
Test: Superpowers, GSD, and GSTACK blog post (social review test)#18516adamgordonbell wants to merge 10 commits intomasterfrom
Conversation
…compared New blog post comparing three community frameworks for AI coding agents. Covers Superpowers (TDD enforcement), GSD (context rot prevention), and GSTACK (role-based governance) with command reference tables, install instructions, and Pulumi workflow integration guidance.
Add linkedin and bluesky social keys to frontmatter. Add github-card shortcodes for the three framework repos in the getting started section.
Fix rule-of-three parallel structure, add personal opinion, vary framework descriptions, fix grammar in Twitter copy.
Address social-review feedback: replace "I tried" with neutral voice for corporate account, split Twitter into 2 paragraphs, add paragraph break to Bluesky for scannability.
Use Pulumi brand voice (no first-person), and open with the reader's pain point rather than the article's conclusions. Co-authored-by: Adam Gordon Bell <adamgordonbell@users.noreply.github.com>
Co-authored-by: Adam Gordon Bell <adamgordonbell@users.noreply.github.com>
Dan Blanchard (chardet maintainer since 2012) used Superpowers to rewrite chardet v7.0.0. Jesse Vincent created Superpowers but did not write or release chardet. Fix attribution in both blog body and LinkedIn social copy.
Docs Review — PR #18516Reviewed the new blog post Issues
Minor Observations
SVG Asset ChangesThe PR replaces the verbose OpenAI SVG with a compact single-path version, and adds new Anthropic and Cursor SVGs. These are internal tooling assets ( Publishing Readiness Checklist
Mention me (@claude) if you'd like additional reviews or fixes after addressing these items. |
|
Your site preview for commit 09e3648 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18516-09e36484.s3-website.us-west-2.amazonaws.com |
Two bugs prevented the social review from running: 1. bash -e killed the check step when the schedule-posts script exited non-zero (e.g., character limit exceeded), so EXIT=$? never ran and the Claude review step was skipped entirely. 2. github_token was set as an env var but not passed as an action input to claude-code-action, which needs it to function.
Social Media Reviewcontent/blog/claude-code-orchestration-frameworks/index.mdX — FAIL
LinkedIn — FAIL
Bluesky — FAIL
Suggested copyX (222/255 chars):
LinkedIn (549/2950 chars):
Bluesky (277/300 chars):
To apply these suggestions, comment: |
|
@claude please update the social posts in the frontmatter with the suggested copy from the social media review above |
|
Claude finished @adamgordonbell's task in 54s —— View job Updating social media copy
All three social posts have been updated with the suggested copy from the social media review:
|
Co-authored-by: Adam Gordon Bell <adamgordonbell@users.noreply.github.com>
After Claude updates social copy, the push doesn't trigger a re-review (GITHUB_TOKEN pushes don't trigger workflows). Adding issue_comment trigger lets anyone comment /social-review to re-run the review.
Social Media Reviewcontent/blog/claude-code-orchestration-frameworks/index.mdX — PASSLinkedIn — PASSBluesky — PASS |
Summary
Test plan