docs: add /sentry-get-started design brainstorm#202
Open
evanpurkhiser wants to merge 1 commit into
Open
Conversation
1de4284 to
b33eda9
Compare
373b23f to
5a6e075
Compare
bff52ac to
c0fc04f
Compare
| candidate for a future "create account" flow once the API/onboarding supports it.)* Once | ||
| they're signed up, they come back and connect the MCP. | ||
| - **"I have an account — help me connect Sentry via the MCP"** → walk them through `/mcp` | ||
| connect/auth, then re-run the probe. |
There was a problem hiding this comment.
MCP path skips orientation probe
Medium Severity
Step 0 requires re-running the full orientation probe after MCP connect/auth, but the master flowchart sends the post-connect path straight to ROUTE instead of back through PROBE. That omits the repo grep and find_projects signals needed for the new-vs-existing branch.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit c0fc04f. Configure here.
fd468b1 to
d545326
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d545326. Configure here.
3f40db0 to
af3ab03
Compare
af3ab03 to
a35507d
Compare
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.


A working brainstorm for
/sentry-get-started— the proposed single entrypoint that walks a user into whatever they actually need from Sentry through an agent, without burning their token budget guessing.The doc captures design principles (orient cheaply then let the user drive; close the loop by confirming events landed via MCP; aspire to do everything but be honest about current coverage), a cheap orientation probe, the tiered capability menu, and five flows (first error, add a signal, fix something, watch & alert, maintain). It also maps the gaps in the current skill set that this surfaces — most notably that setup never closes the loop today, and that the code-owned signals aren't reachable outside the SDK skills.
It's a flow-brainstorming artifact intended to become a flowchart and inform the actual skill/command work, not a final spec. Decisions made so far and still-open questions are tracked at the bottom.