planning-features

Tip: For read-only planning mode, press Shift+Tab in VS Code or Copilot CLI to enter built-in plan mode.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "planning-features" with this command: npx skills add microsoft-foundry/foundry-agent-webapp/microsoft-foundry-foundry-agent-webapp-planning-features

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

Required Plan Structure

Every plan must include these sections:

  1. Overview

2-3 sentence description of the feature or change.

  1. Requirements
  • Requirement one
  • Requirement two
  1. Files to Modify

File Path Changes

path/to/file

Description of modifications

  1. Files to Create

File Path Purpose

path/to/new/file

What this file does

  1. Implementation Steps

Numbered steps with sub-steps. Reference skill patterns where applicable.

  1. Step one

    • Sub-step referencing writing-csharp-code skill patterns
    • Sub-step with specific code location
  2. Step two

    • Sub-step referencing writing-typescript-code skill patterns
  3. Testing Checklist

  • Manual verification step one
  • Manual verification step two
  1. Edge Cases

Document each edge case and how the implementation should handle it.

  1. Documentation Updates

If the plan affects state machines, SSE events, or API endpoints, include updates to ARCHITECTURE-FLOW.md . Load the understanding-architecture skill for validation rules.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

writing-csharp-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

writing-typescript-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

writing-unit-tests-typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

testing-cli-compatibility

No summary provided by upstream source.

Repository SourceNeeds Review