planning-features
Installation
SKILL.md
Feature Planning
Tip: For read-only planning mode, press Shift+Tab in VS Code or Copilot CLI to enter built-in plan mode.
Research-First Workflow
- Understand the request — clarify scope and success criteria
- Search the codebase for existing patterns and relevant files
- Load relevant skills from
.github/skills/for project conventions - Generate a structured plan using the template below
Research Guidelines
- Search existing patterns before proposing new ones — reuse what the codebase already does
- Read relevant skills (e.g.,
writing-csharp-code,writing-typescript-code,writing-bicep-templates) to follow project conventions - Check current implementations in files you plan to modify so the plan reflects actual code structure