Skip to content

feat(skills): remove curated subagent-driven-development, preserve context-management guidance#110

Merged
pentaxis93 merged 1 commit intomainfrom
issue-92/remove-subagent-driven-development
Mar 9, 2026
Merged

feat(skills): remove curated subagent-driven-development, preserve context-management guidance#110
pentaxis93 merged 1 commit intomainfrom
issue-92/remove-subagent-driven-development

Conversation

@pentaxis93
Copy link
Owner

Summary

  • Removes the last obra/superpowers dependency (subagent-driven-development) — investigation found no exigence for a standalone skill
  • Preserves two genuinely useful insights as integrated guidance in using-groundwork and WORKFLOW.md stage 4: fresh-subagent context management and model-selection for cost/speed optimization

Changes

  • agents.toml: removed subagent_driven_development entry
  • skills/skills.toml: removed SDD skill block
  • crates/groundwork-cli/src/main.rs: removed from CLI skill list
  • skills/using-groundwork/SKILL.md: replaced SDD reference in stage 4 with context-management and model-selection guidance
  • WORKFLOW.md: replaced SDD paragraph in stage 4, removed routing table entry
  • README.md: removed SDD row from skills table
  • CHANGELOG.md: added Removed section

Installed copies (.claude/skills/, .codex/skills/) are gitignored and will be cleaned by sk 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.md returns zero matches
  • Read using-groundwork stage 4 and WORKFLOW.md stage 4 — context-management guidance reads naturally
  • sk sync --skill-target name --non-interactive succeeds after merge

🤖 Generated with Claude Code

…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>
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

The diff consistently removes the subagent-driven-development external skill from manifests, docs, and related expectations, and replaces it with inline guidance without introducing contradictory or broken references in the changed code paths.

Raw outputs: codex-review.md, codex-review.jsonl

@pentaxis93 pentaxis93 merged commit 89f6822 into main Mar 9, 2026
1 check passed
@pentaxis93 pentaxis93 deleted the issue-92/remove-subagent-driven-development branch March 9, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

task(skills): remove curated subagent-driven-development, preserve context-management guidance

1 participant