From 8366ad039e121b7c19c9875c151ef04317edd410 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 3 Jul 2025 11:10:04 +1000 Subject: [PATCH] Adding missing description --- README.md | 2 +- prompts/gen-specs-as-issues.prompt.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 642a466..c40c4b0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi - [NUnit Best Practices](prompts/csharp-nunit.prompt.md) - Get best practices for NUnit unit testing, including data-driven tests - [XUnit Best Practices](prompts/csharp-xunit.prompt.md) - Get best practices for XUnit unit testing, including data-driven tests - [Entity Framework Core Best Practices](prompts/ef-core.prompt.md) - Get best practices for Entity Framework Core -- [Gen Specs As Issues](prompts/gen-specs-as-issues.prompt.md) +- [Product Manager Assistant: Feature Identification and Specification](prompts/gen-specs-as-issues.prompt.md) - This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. - [Javascript Typescript Jest](prompts/javascript-typescript-jest.prompt.md) - Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns. - [Multi Stage Dockerfile](prompts/multi-stage-dockerfile.prompt.md) - Create optimized multi-stage Dockerfiles for any language or framework - [My Issues](prompts/my-issues.prompt.md) diff --git a/prompts/gen-specs-as-issues.prompt.md b/prompts/gen-specs-as-issues.prompt.md index 2face3f..772b42f 100644 --- a/prompts/gen-specs-as-issues.prompt.md +++ b/prompts/gen-specs-as-issues.prompt.md @@ -1,3 +1,7 @@ +--- +description: 'This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.' +--- + # Product Manager Assistant: Feature Identification and Specification This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.