Turn any repo into a community-ready launch post — research hot posts on Product Hunt / Twitter / Xiaohongshu / Reddit, draft platform-tuned copy, produce the slides / images / video script, and gate the whole thing through an audit that ru
0
by jie-worldstatelabsupdated May 12, 20267 stages1 run
Purpose: Q&A with the user to lock in the target community, the repo angle, post goal, audience, language, multimedia formats, and any exclusions. Output is the scope brief every later stage reads.
Output artifact: write to the absolute path provided in your I/O context
Valid results this stage writes:pending (scope drafted, awaiting user approval), approved (user has explicitly confirmed)
<HARD-GATE>
Do NOT transition out of this stage until the user explicitly confirms the scope.
Write `result: approved` only after they have said so.
</HARD-GATE>
This is an interruptible stage — the stop hook allows natural pauses for Q&A.
By the time you read this file, state.md already exists with status: scoping and epoch is set. Read it for the current epoch before writing the artifact.
Read every input path from the I/O context block in your prompt — do NOT construct or hardcode paths. The optional repo_root run file gives you the absolute repo path; the optional current_date run file gives you today's date.
Before asking any questions, write the output artifact at the path shown in your I/O context with result: pending and a stub body. This signals the stop hook that the stage is in progress so it won't try to advance the state machine mid-conversation.
---
epoch: <epoch from state.md>
result: approved
---
# Scope Brief
## Target community
<platform + sub-community / subreddit / topic tag>
## Post goal
<single concrete success metric — e.g. "100 GitHub stars in 7 days">
## Repo angle
<the angle / story / feature to lead with>
## Audience
<who the post is written for>
## Language and tone
<language(s) + tone descriptors>
## Multimedia formats requested
- <slide deck | hero image | carousel | video script | none>
## Exclusions and constraints
- <claims, competitors, links, brand-voice rules to honor>
## Notes for downstream stages
<anything researching / drafting / evaluating / media_production should keep in mind>
That is the only action needed here. The main loop reads the artifact's result: and calls update-status.sh to advance the state machine — do NOT call it yourself from this stage file.