Skip to content

Improve plan skill with superpowers patterns#280

Merged
HumanBean17 merged 1 commit into
masterfrom
improve-plan-skill-with-superpowers-patterns
Jun 7, 2026
Merged

Improve plan skill with superpowers patterns#280
HumanBean17 merged 1 commit into
masterfrom
improve-plan-skill-with-superpowers-patterns

Conversation

@HumanBean17

Copy link
Copy Markdown
Owner

Summary

  • Add No placeholders section: explicit ban on TBD, vague directives, undefined references, with a DEFERRED: escape hatch for genuinely deferred decisions
  • Add Self-review step: four checks (spec coverage, placeholder scan, cross-PR consistency, dependency order) to run before finalizing a plan
  • Add Execution handoff section: three modes (subagent-driven, inline, manual) with superpowers skill references
  • Tighten final checklist to include named tests, no-placeholder verification, and consistency checks

Patterns adopted from the superpowers writing-plans skill, adapted to the repo's PR-level planning abstraction.

Test plan

  • Verify SKILL.md renders correctly
  • Use the skill on a real plan and confirm the new sections produce higher-quality output

🤖 Generated with Claude Code

…andoff

Adopt three patterns from superpowers writing-plans skill:
explicit no-placeholder rule with DEFERRED escape hatch, four-step
self-review checklist (coverage, placeholders, consistency, deps),
and execution handoff offering subagent/inline/manual modes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@HumanBean17 HumanBean17 merged commit 209d7aa into master Jun 7, 2026
1 check passed
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.

1 participant