mirror of
https://github.com/obra/superpowers.git
synced 2026-04-20 06:02:40 +00:00
Compare commits
8 Commits
feat/codex
...
gs/plan-mo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fecd85842 | ||
|
|
d1e39450c0 | ||
|
|
fa827dd12a | ||
|
|
998be8aacd | ||
|
|
39ae6ec2fb | ||
|
|
a901c14c68 | ||
|
|
4c78b2dad1 | ||
|
|
e014832137 |
@@ -81,6 +81,7 @@ These thoughts mean STOP—you're rationalizing:
|
||||
| "I'll just do this one thing first" | Check BEFORE doing anything. |
|
||||
| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
|
||||
| "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |
|
||||
| "Let me enter plan mode first" | If a skill handles planning (writing-plans, brainstorming), use the skill directly. EnterPlanMode is redundant — never layer it with a planning skill. |
|
||||
|
||||
## Skill Priority
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ description: Use when you have a spec or requirements for a multi-step task, bef
|
||||
|
||||
# Writing Plans
|
||||
|
||||
**IMPORTANT:** Invoke this skill directly — do NOT use EnterPlanMode or platform plan mode. This skill has its own workflow and approval checkpoint (execution handoff). Layering plan mode on top is redundant and restrictive.
|
||||
|
||||
## Overview
|
||||
|
||||
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
|
||||
|
||||
Reference in New Issue
Block a user