plan-artifacts

Generate research.md, data-model.md, and contracts/ templates for feature plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate artifacts to support complex feature planning, including briefs and maps, saving time and ensuring alignment.

Core Features & Use Cases

  • Generate research.md to document decisions with rationale and trade-offs.
  • Produce data-model.md to define entities, relationships, and validation rules.
  • Create contracts/ directory templates for CLI, web services, libraries, and microservices.
  • Provide quickstart.md with a practical implementation guide for new features.

Quick Start

Provide your feature name and core specs, then use plan-artifacts to generate planning artifacts.

Frequently Asked Questions about plan-artifacts

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

FAQPage Schema
How do I generate planning artifacts for a complex feature plan?

To generate planning artifacts for a complex feature plan, provide the feature name and core specs. The system outputs structured documents including research.md, data-model.md, and a contracts directory to support decision-making and design.

What is the best way to document data models and entities for new features?

Documenting data models for new features is handled by generating a data-model.md file. This artifact defines entities, relationships, and validation rules to ensure structural alignment before implementation begins.

Can I generate contract templates for microservices and web services?

Yes, you can generate contract templates for microservices and web services. The system creates a contracts directory containing templates tailored for CLI, web services, libraries, and microservices architectures.

How do I create a quickstart guide for implementing a new feature?

Creating a quickstart guide for a new feature is done by generating a quickstart.md file. This artifact provides a practical implementation guide to help developers start building the newly planned feature quickly.

Does this approach support documenting research decisions and trade-offs?

Yes, this approach supports documenting research decisions and trade-offs. It generates a research.md file specifically designed to capture decisions, rationale, and trade-offs for complex feature planning.

What do I need to provide to start generating feature planning documents?

To start generating feature planning documents, you need to provide the feature name and its core specifications. This input allows the system to automatically produce the required research, data model, and contract artifacts.