docs(skill): make already-AI-first routing silent#7
Merged
Conversation
Summary: when the router detects the repository is already AI-first, it now instructs the agent to route by intent silently instead of emitting a "the repo is already AI-first / routing to the create sub-skill" preamble. Motivation: that announcement is noise — users invoking a sub-skill (e.g. /dwp-create) on an already-onboarded repo want the flow to begin directly, not a restatement of the detection/routing decision. What changed: one clarifying clause added to the "already AI-first" line in the router SKILL.md. No behavior change to onboarding, no public-surface change (slash commands, .dwp/ convention, setup.sh flags all unchanged). Risk: none — prompt-wording refinement only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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: when the router detects the repository is already AI-first, it now instructs the agent to route by intent silently instead of emitting a "the repo is already AI-first / routing to the create sub-skill" preamble.
Motivation: that announcement is noise — users invoking a sub-skill (e.g. /dwp-create) on an already-onboarded repo want the flow to begin directly, not a restatement of the detection/routing decision.
What changed: one clarifying clause added to the "already AI-first" line in the router SKILL.md. No behavior change to onboarding, no public-surface change (slash commands, .dwp/ convention, setup.sh flags all unchanged).
Risk: none — prompt-wording refinement only.
Summary
Type
Scope
skills/deepworkplan/)skills/deepworkplan/)Pre-merge checklist
shellcheck setup.sh skills/deepworkplan/shared/context.sh scripts/*.shpassesbats tests/passespython3 scripts/validate-frontmatter.pypassesskills/deepworkplan/(and no dev-infra file added inside it).dwp/stays gitignored — no plan output committedname: deepworkplan_*(snake_case) introduced — kebab-case onlyhomepage:field introduced — usedocumentation_url:mapfile,declare -A,${var^^}) introducedversion:fields NOT hand-bumped (the auto-release bot owns them)/deepworkplan-*slash commands, the.dwp/convention,setup.shflags, skillnamefields) — or major version bumped (feat(...)!:) with a migration note<type>(<scope>): descriptionformatTest plan
Risks
Breaking changes (only if applicable)