Skip to content

[docs] dependencies: add missing superpowers references#106

Merged
lugassawan merged 2 commits into
mainfrom
docs/dependencies-superpowers-coverage
May 3, 2026
Merged

[docs] dependencies: add missing superpowers references#106
lugassawan merged 2 commits into
mainfrom
docs/dependencies-superpowers-coverage

Conversation

@lugassawan
Copy link
Copy Markdown
Owner

Summary

  • Add 3 missing superpowers:* identifiers (systematic-debugging, writing-plans, code-reviewer) that are referenced in agents/, commands/, and skills/ but were absent from the doc
  • Split the single comma list into an 11-item Skills enumeration with source attribution (skills/workflow-development/, commands/implement.md, agents/debugger.md) so readers can audit with grep
  • Fix stale `development``workflow-development` in both the table cell and the trailing install instruction

Test Plan

  • Changed skills/commands/agents load without errors — N/A, no executable code changed
  • Examples in the diff were exercised manually — grep cross-check run: comm -23 <(grep -rohE 'superpowers:[a-z-]+' agents/ commands/ skills/ | sort -u) <(grep -ohE 'superpowers:[a-z-]+|\[a-z-]+`' docs/dependencies.md | sed -E 's/`([a-z-]+)`/superpowers:\1/' | sort -u)` returned empty (clean)

Closes #71

lugassawan added 2 commits May 3, 2026 10:55
Add systematic-debugging, writing-plans (skills) and code-reviewer
(subagent) that were referenced in agents/, commands/, and skills/ but
absent from the doc. Split the superpowers row into Skills/Subagent
sub-bullets so the invocation distinction is visible. Fix stale
`development` references → `workflow-development` in both the table
cell and the trailing install instruction.
code-reviewer is a skill (Skill tool), not a subagent_type dispatch.
Move it into the Skills list alongside the other 10 superpowers skills
and remove the false Subagent sub-bullet.
@lugassawan lugassawan merged commit 9f2304d into main May 3, 2026
3 checks passed
@lugassawan lugassawan deleted the docs/dependencies-superpowers-coverage branch May 3, 2026 04:00
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.

[bug] docs/dependencies.md missing superpowers references actually used at runtime

1 participant