Skip to content

Commit fb647ee

Browse files
chore(skills): pushy description for /feature
Apply skill-creator audit findings — match the pushy frontmatter style of the other skills so the harness routes reliably on "implement", "add", "build", "create", "modify".
1 parent d5b41c9 commit fb647ee

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.claude/skills/feature/SKILL.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
name: feature
3-
description: Implement a new feature or modify existing functionality. Use when asked to implement, add, build, create, or modify a feature, endpoint, API, or module. Includes scope analysis, edge case detection, module scaffolding, implementation, and quality verification.
3+
description: >
4+
Use this whenever the user asks to "implement", "add", "build", "create",
5+
or "modify" a feature, endpoint, API, route, or module in this Node
6+
project. Three phases: Phase 0 scope analysis (flows + edge cases + plan
7+
validation, STOP for user), Phase 1 implementation (layered Routes →
8+
Controllers → Services → Repositories → Models, module-isolated), Phase 2
9+
Definition-of-Done checklist + /verify + /pull-request. Auto-runs
10+
/create-module if the target module doesn't exist.
411
---
512

613
# Feature Skill

0 commit comments

Comments
 (0)