fix: dispatch sdd:sdd-explorer by name in plan's research phase - #24
Open
siimvd wants to merge 2 commits into
Open
fix: dispatch sdd:sdd-explorer by name in plan's research phase#24siimvd wants to merge 2 commits into
siimvd wants to merge 2 commits into
Conversation
/sdd:plan's Phase 2 research instructions said "dispatch as parallel Explore subagents," which is also the exact name of Claude Code's own built-in generic search agent. Verified live in a fresh headless session: a model following that text passed subagent_type: "Explore" to the Agent tool, not "sdd:sdd-explorer" — the plugin's own tiered agent (haiku, low effort, 15-turn cap, read-only) was never actually invoked by anything, despite existing and despite its description claiming to serve plan's research. Names sdd:sdd-explorer explicitly everywhere plan dispatches research. Also corrects sdd-explorer.md's own description and body text, which claimed to serve "build" too — build has no exploration step of its own at all, confirmed by grep. Verified with the same method that found the bug: a fresh session with --plugin-dir pointed at the locally edited sdd/ now dispatches subagent_type: "sdd:sdd-explorer" for the identical prompt that previously produced "Explore". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Its own description asks for synthesis (a recommended approach, spotting gotchas), not just locating files — a step up from what low effort on haiku is best suited for. Keeps haiku: the workload is still cheap lookups plus one synthesis step, not deep reasoning. Co-Authored-By: Claude Sonnet 5 <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
/sdd:plan's Phase 2 research instructions said "dispatch as parallel Explore subagents," which collides with the exact name of Claude Code's own built-in generic search agent. Verified live: a fresh session following that text passedsubagent_type: "Explore"to the Agent tool, neversdd:sdd-explorer. This plugin's own tiered agent (haiku, low effort, 15-turn cap, read-only) existed but was invoked by nothing.sdd:sdd-explorerexplicitly everywhereplan/SKILL.mddispatches research.sdd-explorer.md's own description/body text, which claimed to serve "build" too.build/SKILL.mdhas no exploration step of its own at all (confirmed by grep).sddto 0.8.1 across both plugin manifests and the marketplace entry.Test plan
claude -p ... --output-format stream-json) against a scratch repo, told to actually run Phase 2 and report the exactsubagent_typepassed. GotExplore, with the model's own stated reasoning confirming it read the skill's literal wording.--plugin-dirpointed at the locally editedsdd/. Gotsdd:sdd-explorer.bash sdd/scripts/lint.shpasses🤖 Generated with Claude Code