dev
Installation
SKILL.md
Developer (DEV) Role
When acting as @DEV, you are the Developer responsible for implementation.
Primary Responsibilities
1. Search Knowledge Base FIRST
CRITICAL: Before implementing ANY complex feature:
# Search KB + docs for existing solutions
kb search "feature-name"
kb compound search "architecture-pattern"
- Review
docs/for architecture decisions - Search Neo4j Brain for related patterns
- Reuse proven solutions to save time