feature-tracking

Manage feature lifecycles across multi-service .NET projects with defined stages and artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating feature work across multiple services can become chaotic without a consistent structure. This Skill provides a standardized workflow and documentation discipline to keep features organized and aligned.

Core Features & Use Cases

  • Structured feature directories under .dotnet-ai-kit/features/ with a defined lifecycle (planned, specified, implementing, implemented, reviewing, shipped).
  • Feature briefs and technical specs to guide design and handoff.
  • Status tracking artifacts that support cross-team collaboration and traceability.

Quick Start

Create a new feature directory under .dotnet-ai-kit/features/, write its feature brief and spec, then advance its status through the defined workflow.

Frequently Asked Questions about feature-tracking

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

FAQPage Schema
How do I track feature status across multiple .NET services?

You can track feature status across multi-service .NET projects by organizing features into structured directories with defined lifecycle stages like planned, specified, implementing, and shipped. This workflow provides status tracking artifacts for cross-team traceability.

What is the standard workflow for managing a feature lifecycle?

Feature lifecycle management follows a structured workflow progressing through planned, specified, implementing, implemented, reviewing, and shipped stages. Each stage uses feature briefs and technical specs to guide design and handoff.

How do I create feature briefs and technical specs for .NET projects?

Create feature briefs and technical specs by setting up a new feature directory under .dotnet-ai-kit/features/ and documenting the design. These artifacts coordinate teams and guide the implementation handoff process.

Can I document dependencies and resources for features in a multi-service architecture?

Yes, you can optionally document dependencies and resources when creating feature briefs and technical specs. This documentation supports cross-team collaboration and traceability across multi-service .NET architectures.

Does this feature tracking workflow require any external dependencies?

No, this feature tracking workflow requires no external dependencies. It operates independently using structured directories and documentation discipline to coordinate feature work across multiple services.

What's the best way to coordinate feature work across distributed teams?

The best way to coordinate feature work is applying a standardized workflow with structured feature directories, briefs, and technical specs. This documentation discipline keeps cross-team features organized and aligned across services.