mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 00:49:06 +08:00
Standardize skill frontmatter names to lowercase and kebab-case
- Update all 20 skill frontmatter names to match their directory names in lowercase - Fix defense-in-depth name (was Defense-in-Depth-Validation) - Fix receiving-code-review name (was Code-Review-Reception) - Update all skill announcements and cross-references to use lowercase names - Update commands redirects to reference lowercase skill names Ensures consistent naming: skill directory names, frontmatter names, and documentation references all use lowercase kebab-case format (e.g., brainstorming, test-driven-development)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Subagent-Driven-Development
|
||||
name: subagent-driven-development
|
||||
description: Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
|
||||
---
|
||||
|
||||
@@ -102,7 +102,7 @@ After all tasks complete, dispatch final code-reviewer:
|
||||
### 7. Complete Development
|
||||
|
||||
After final review passes:
|
||||
- Announce: "I'm using the Finishing a Development Branch skill to complete this work."
|
||||
- Announce: "I'm using the finishing-a-development-branch skill to complete this work."
|
||||
- Switch to skills/collaboration/finishing-a-development-branch
|
||||
- Follow that skill to verify tests, present options, execute choice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user