feat(skills): remove curated subagent-driven-development, preserve context-management guidance#110
Merged
pentaxis93 merged 1 commit intomainfrom Mar 9, 2026
Conversation
…ntext-management guidance The last obra/superpowers dependency had no real exigence as a standalone skill: fresh-subagent isolation is default tool behavior, two-stage review is covered by CI, and remaining patterns are basic prompt engineering. Two useful insights preserved as integrated guidance in using-groundwork and WORKFLOW.md stage 4: (1) dispatch fresh subagents per task to prevent context pollution, (2) match subagent model to task complexity. Refs #92 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The diff consistently removes the Raw outputs: codex-review.md, codex-review.jsonl |
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
obra/superpowersdependency (subagent-driven-development) — investigation found no exigence for a standalone skillusing-groundworkandWORKFLOW.mdstage 4: fresh-subagent context management and model-selection for cost/speed optimizationChanges
agents.toml: removedsubagent_driven_developmententryskills/skills.toml: removed SDD skill blockcrates/groundwork-cli/src/main.rs: removed from CLI skill listskills/using-groundwork/SKILL.md: replaced SDD reference in stage 4 with context-management and model-selection guidanceWORKFLOW.md: replaced SDD paragraph in stage 4, removed routing table entryREADME.md: removed SDD row from skills tableCHANGELOG.md: added Removed sectionInstalled copies (
.claude/skills/,.codex/skills/) are gitignored and will be cleaned bysk sync.Issue(s)
Closes #92
Test plan
grep -r "subagent-driven-development\|subagent_driven_development" --include="*.md" --include="*.toml" --include="*.rs" skills/ agents.toml WORKFLOW.md README.mdreturns zero matchesusing-groundworkstage 4 andWORKFLOW.mdstage 4 — context-management guidance reads naturallysk sync --skill-target name --non-interactivesucceeds after merge🤖 Generated with Claude Code