feat(directives): scavenge superpowers plugin (finishing-a-development-branch, verification-before-completion, writing-plans): 5 directives

This commit is contained in:
ed
2026-07-04 12:36:06 -04:00
parent 9dd2c318fb
commit 73116199b7
11 changed files with 248 additions and 2 deletions
@@ -0,0 +1,8 @@
# exactly_four_completion_options
## v1
**Why this iteration:** Lifted from the global OpenCode superpowers plugin (obra/superpowers) — `skills/finishing-a-development-branch/SKILL.md`. The directive encodes Step 4 (lines 66-93): present exactly 4 structured options (or 3 for detached HEAD); never an open-ended "what next?". Counterweight to the LLM default of "Implementation complete. What now?" which forces the user to enumerate options the agent could have listed.
**Source:** superpowers plugin `skills/finishing-a-development-branch/SKILL.md:66-93` (Step 4: Present Options)
**Lifted:** 2026-07-04 (scavenge sweep: superpowers plugin directives)