plan-templates

Generate a plan.md structure for features in Generic .NET Mode or Microservice Mode.

4|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FaysilAlshareef/dotnet-ai-kit --skill plan-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-templates
Source: https://github.com/FaysilAlshareef/dotnet-ai-kit/tree/main/skills/workflow/plan-templates
Command: npx skills add https://github.com/FaysilAlshareef/dotnet-ai-kit --skill plan-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create standardized implementation plan documents by generating a ready-to-use plan.md structure tailored to the selected project mode.

Core Features & Use Cases

  • Generate a complete plan.md skeleton customized for Generic .NET Mode or Microservice Mode.
  • Provide sections such as Summary, Constitution Check, Technical Context, Research Findings, Layer Plan, and Dependency Order.
  • Use case: When starting a new feature, automatically produce a structured plan to align architecture and responsibilities.

Quick Start

Provide the feature name and target mode to generate a ready-to-edit implementation plan.

Frequently Asked Questions about plan-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a .NET implementation plan template for a new feature?

To generate a .NET implementation plan, provide the feature name and target project mode to produce a ready-to-edit plan.md skeleton. This creates a standardized document outlining domain, application, infrastructure, and API considerations.

What sections should a microservice architecture plan include for layer responsibilities?

A microservice architecture plan should include Constitution Check, Research Findings, Layer Plan, and Dependency Order sections. These sections ensure a reproducible workflow by aligning architecture responsibilities and technical context.

Can I use this plan template generator for both generic .NET and microservice modes?

Yes, you can use this plan template generator for both Generic .NET Mode and Microservice Mode. It customizes the plan.md structure based on the selected mode to outline specific architecture considerations.

What is the best way to structure a plan.md file for reproducible feature workflows?

The best way to structure a plan.md file is to enforce a consistent template with clearly labeled sections for Summary, Technical Context, and Layer Plans. This ensures a reproducible planning workflow across new features.

Do I need to manually outline domain and infrastructure layers when planning a .NET feature?

No, you do not need to manually outline domain and infrastructure layers. The generated template automatically provides sections for domain, application, infrastructure, and API considerations tailored to your project mode.

Why does my feature planning workflow lack consistent architecture documentation?

Your feature planning workflow lacks consistent documentation because it misses a standardized plan.md template. Generating a mode-specific skeleton with predefined sections enforces a reproducible structure for architecture and dependencies.