planning-guidelines
Installation
SKILL.md
Planning Guidelines for Portfolio Buddy 2
Core Principles
When planning and implementing features for Portfolio Buddy 2, always follow these fundamental principles:
- Preserve Existing Code - Default to extending rather than replacing
- Optimize for Mobile & Desktop - Every feature must work well on both
- Ask Clarifying Questions - Gather complete context before execution
- Integrate Seamlessly - New code should feel native to the existing codebase
Code Preservation Strategy
Default Behavior: Always Preserve
Rule: Preserve existing code unless explicitly instructed to refactor or rewrite.