From 6528a9816ec39103f27e04aeea683dc6f42608ea Mon Sep 17 00:00:00 2001 From: Sergio Alexander Florez Galeano Date: Mon, 1 Jun 2026 21:53:33 +0000 Subject: [PATCH] docs(skill): make already-AI-first routing silent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- skills/deepworkplan/SKILL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/skills/deepworkplan/SKILL.md b/skills/deepworkplan/SKILL.md index ea18c0f..bb70c7d 100644 --- a/skills/deepworkplan/SKILL.md +++ b/skills/deepworkplan/SKILL.md @@ -46,7 +46,10 @@ plain install). Before routing anywhere else: Work Plans (below) — long-horizon, gated, resumable work an agent can run autonomously for hours. -**If the repository is already AI-first**, skip onboarding and route by intent. +**If the repository is already AI-first**, skip onboarding and route by intent +**silently** — do not announce the detection or the routing decision (no "the repo +is already AI-first" / "routing to the create sub-skill" preamble). Just begin the +matched sub-skill's flow directly. ## What it does