page-driven-development
Installation
SKILL.md
Page Driven Development (PDD)
Core Principle
Code should be organized by context, not by technology or false separation of concerns. Components belong near the pages that use them, not in global shared directories.
Guidelines
1. Colocate Components with Pages
Place components in the same directory as the page that uses them:
Related skills