Troubleshooting home for /dex-doctor + /feedback, and Doctor's onboarding moment - #432
Open
davekilleen wants to merge 1 commit into
Open
Troubleshooting home for /dex-doctor + /feedback, and Doctor's onboarding moment#432davekilleen wants to merge 1 commit into
davekilleen wants to merge 1 commit into
Conversation
…tor's onboarding moment Remaining scope of the feedback-loop-launch-awareness card (PR #431 covered onboarding /feedback intro and post-update announcements): - Canonical troubleshooting passage in Dex_System_Guide.md (Vault Health section): /dex-doctor as first stop when something seems broken, /feedback when it's a genuine Dex bug — with the privacy promise spelled out. - Brief pointers: README setup-troubleshooting block, Dex_Technical_Guide's Testing Doctor section, and dex-doctor SKILL.md Related Commands. - Doctor's onboarding moment: the completion message's 'if anything ever feels broken' beat now introduces /dex-doctor before /feedback, and the getting-started completion list gains a /dex-doctor bullet. - docs/Dex_System copies kept byte-identical to 06-Resources sources. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What this pull request touches
Gates that will judge this change
Based on 8 changed files. |
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.
Scope
Completes the remaining scope of Build Card
feedback-loop-launch-awareness(workstream 4 + the Doctor-in-onboarding verification). PR #431 already delivered the onboarding introduction of/feedbackand post-update what's-new announcements; the v1.82.0 changelog entry is the release copy. This PR does not touch any of that machinery.1. Troubleshooting surfaces
06-Resources/Dex_System/Dex_System_Guide.md— canonical passage. The existing "Vault Health (/dex-doctor)" section gains a "Troubleshooting: When Something Seems Broken" subsection: Doctor is the first stop (fixes what's safe, guides the rest); if it's a genuine Dex bug,/feedbackreports it with zero homework — Dex investigates on your machine, you approve exactly what's sent, nothing from notes/meetings/conversations ever leaves, and you hear back when the fix ships.README.md— short pointer at the end of the "Troubleshooting: Common Setup Issues" block, covering the "something broke after setup" case.06-Resources/Dex_System/Dex_Technical_Guide.md— one-paragraph pointer in the Testing Doctor section (repeat-BROKEN →/feedback, with a reference to the System Guide passage)..claude/skills/dex-doctor/SKILL.md—/feedbackadded to Related Commands (the skill body already invokes it in two places).docs/Dex_System/copies of both guides kept byte-identical to their06-Resourcessources, matching how past commits handle the pair.2. Doctor's onboarding moment
Verified PR #431's changes:
.claude/flows/onboarding.mdintroduced/feedbackin the completion message and.claude/skills/getting-started/SKILL.mdadded a/feedbackdiscovery bullet — but neither mentioned/dex-doctor(the flow's only prior Doctor reference was a calendar-skip aside). Added light-touch mentions:/dex-doctoras the anytime checkup, then hands off to the existing/feedbackcopy unchanged./dex-doctorbullet alongside the existing/feedbackbullet.Verified
bash scripts/check-founder-content.sh— passpython3 scripts/check-instructed-tools.py— pass (163 defined tools, 114 instruction files).venv/bin/python -m pytest core/tests/test_skill_integrity.py -q— 118 passedcore/*.pyor hook changes, so check-doc-drift is unaffected/feedbackitself🤖 Generated with Claude Code