Skip to content

Commit bee78f7

Browse files
adnaanclaude
andcommitted
fix(lvt-plan): use generic language for skill priority
Instead of referencing specific skills like superpowers:brainstorming, use generic language about "brainstorming, planning, or creative skills" since users may have different skill sets installed. - Updated SKILL PRIORITY section to be installation-agnostic - Version bumped to v1.6.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ef53635 commit bee78f7

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

  • commands/claude_resources/skills/plan

commands/claude_resources/skills/plan/SKILL.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,20 @@ lvt seed posts --count 50
5151
- ✅ Show complete plan table in FIRST response
5252
- ✅ Let user modify with "change X" after seeing plan
5353

54-
## SKILL PRIORITY - OVERRIDES BRAINSTORMING
54+
## SKILL PRIORITY
5555

56-
**This skill SUPERSEDES the superpowers:brainstorming skill for lvt/livetemplate app creation.**
56+
**This is THE definitive skill for lvt/livetemplate app creation. It supersedes any generic brainstorming, planning, or creative skills.**
5757

5858
When user mentions "lvt", "livetemplate", or "lt" with app creation:
59-
- ❌ DO NOT use superpowers:brainstorming skill
60-
- ❌ DO NOT use any skill that asks questions one-at-a-time
61-
- ✅ USE THIS SKILL (lvt-plan) which presents a complete plan immediately
59+
- ❌ DO NOT use generic brainstorming or planning skills
60+
- ❌ DO NOT use any approach that asks questions one-at-a-time
61+
- ❌ DO NOT use AskUserQuestion tool
62+
- ✅ Present complete plan with defaults IMMEDIATELY
6263

63-
**Why lvt-plan instead of brainstorming:**
64-
- brainstorming asks questions one-at-a-time (wrong for lvt)
65-
- lvt-plan has domain-specific defaults (blog→posts, shop→products)
66-
- lvt-plan presents complete plan upfront, user modifies after
64+
**Why this matters:**
65+
- Generic skills ask questions one-at-a-time (slow, frustrating)
66+
- lvt-plan has domain-specific defaults (blog→posts, shop→products, etc.)
67+
- Users can modify the plan AFTER seeing it, not before
6768

6869
---
6970

@@ -392,11 +393,11 @@ After successful creation:
392393

393394
## Version History
394395

395-
- **v1.6.0** (2025-12-20): Explicit override of superpowers:brainstorming
396-
- Root cause: brainstorming skill was overriding lvt-plan
397-
- Added "OVERRIDES BRAINSTORMING" section
398-
- Explicitly states DO NOT use superpowers:brainstorming for lvt apps
399-
- Explains why lvt-plan is better than brainstorming for this use case
396+
- **v1.6.0** (2025-12-20): Override generic brainstorming/planning skills
397+
- Root cause: generic brainstorming skills were overriding lvt-plan
398+
- Added clear skill priority section
399+
- Explicitly states DO NOT use any skill that asks questions one-at-a-time
400+
- Explains why lvt-plan presents plan upfront instead
400401

401402
- **v1.5.0** (2025-12-20): Stronger enforcement of immediate plan response
402403
- Replaced CRITICAL section with explicit IMMEDIATE RESPONSE FORMAT

0 commit comments

Comments
 (0)