Răsfoiți Sursa

feat: enforce brainstorming → writing-plans transition

- Make writing-plans REQUIRED after design approval
- Explicitly forbid platform planning features (EnterPlanMode, etc.)
- Forbid direct implementation without writing-plans skill

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Jesse Vincent 7 luni în urmă
părinte
comite
fbcf9475e4
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      RELEASE-NOTES.md

+ 6 - 0
RELEASE-NOTES.md

@@ -11,6 +11,12 @@
 - User preferences for spec/plan locations override these defaults
 - Migration: move existing files from `docs/plans/` to new locations if desired
 
+**Brainstorming → writing-plans transition enforced**
+
+- After design approval, brainstorming now requires using writing-plans skill
+- Platform planning features (e.g., EnterPlanMode) should not be used
+- Direct implementation without writing-plans is not allowed
+
 **OpenCode: Switched to native skills system**
 
 Superpowers for OpenCode now uses OpenCode's native `skill` tool instead of custom `use_skill`/`find_skills` tools. This is a cleaner integration that works with OpenCode's built-in skill discovery.