founder-gtm: add plugin#94
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 5 potential issues.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit 95344c9. Configure here.
Co-authored-by: Cursor <cursoragent@cursor.com>
poteto
approved these changes
May 28, 2026
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
cursor/plugins, following the same top-level folder plus marketplace manifest pattern aspstack.founder-gtmin.cursor-plugin/marketplace.jsonand point its plugin manifest athttps://github.com/cursor/plugins/tree/main/founder-gtm.Test plan
python3 -m json.tool .cursor-plugin/marketplace.json >/dev/nullpython3 -m json.tool founder-gtm/.cursor-plugin/plugin.json >/dev/nullnpm install --no-save --package-lock=false ajv ajv-formats >/dev/null && node scripts/validate-plugins.mjsFollow-up
founder-gtmunder thecursorpublisher. Direct-link/unlisted would be ideal if supported; otherwise approve and publish normally.Made with Cursor
Note
Low Risk
Documentation- and workflow-only addition with no changes to core product code; optional Gmail OAuth and automation prompts are founder-controlled.
Overview
Adds Founder GTM as a new first-party Cursor plugin: registers
founder-gtmin.cursor-plugin/marketplace.jsonand ships a fullfounder-gtm/package (manifest v0.5.1, logo, MIT license, README/CHANGELOG).The plugin gives founders a slash-command GTM workflow: onboarding (
/gtm-setup), sales-pack interview, prospecting with helper scripts, channel skills (X, LinkedIn, cold email, warm intros), play design with three starter plays, and a weekly/gtm-get-betterlearning loop. An always-ongtm-voice-guiderule plusafterFileEdithook warn on AI tells inoutreach-log/,prospects/, anddrafts/;sessionStartnudges projects withoutsales-pack.md.Automations ship as markdown specs and
.workflow.jsonfiles (weekly learning, weekday follow-ups/reply check, manual campaign debrief), defaulting workspace root to the project where founder artifacts live. A canvas playbook documents the framework, channels, rubric, and skill map..gitignorekeeps founder-localsales-pack.md,prospects/, and logs out of the repo.Reviewed by Cursor Bugbot for commit 37ff000. Bugbot is set up for automated code reviews on this repo. Configure here.