Add After-Build Hook support — answer "get users" after build#82
Draft
bdentech wants to merge 1 commit into
Draft
Add After-Build Hook support — answer "get users" after build#82bdentech wants to merge 1 commit into
bdentech wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Hi, maintainer 👋
Adds After-Build Hook v0.1 support to this template. After-Build Hook is an open standard (MIT) for what coding agents should do when the user says "get users" / "launch this" / "find customers" / "make money" after they've built something with this template.
Why this matters
Every project generated from this template gets the same gap: the user builds something, then asks the agent "what do I do today to get users?" The agent improvises, suggests Product Hunt, tells the user to "build a landing page." Nothing concrete happens. After-Build Hook hands that question to a growth provider (ChiefLab is the reference implementation; the spec is provider-agnostic — other growth providers can implement the same hook).
What changed
Files added:
AGENTS.md— declares the After-Build Hook trigger phrases for any AGENTS.md-aware runtime..well-known/after-build.json— machine-readable hook descriptor.Files NOT changed: zero app code. No
package.jsondeps added. No build pipeline touched. The hook is a discovery surface, not a runtime dependency.What the user sees
AGENTS.md, gathers repo context, and callschieflab_get_users_after_buildvia MCP.Safety
growthfield in.well-known/after-build.jsonto point elsewhere.Spec references
Happy to revise based on whatever fit-for-template style this repo prefers. Feedback welcome on the trigger phrase list — if your template targets a specific audience, we can narrow the routing on our end so the channel choice matches what your users will actually want.