From e43cf076a4d01a93d80bfe37676ebf6c77d854a3 Mon Sep 17 00:00:00 2001 From: zooav Date: Thu, 24 Jul 2025 21:05:19 -0400 Subject: [PATCH] Update project-workflow-analysis-blueprint-generator.prompt.md Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines. --- prompts/project-workflow-analysis-blueprint-generator.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/project-workflow-analysis-blueprint-generator.prompt.md b/prompts/project-workflow-analysis-blueprint-generator.prompt.md index 0c81d2f..6f0f0ba 100644 --- a/prompts/project-workflow-analysis-blueprint-generator.prompt.md +++ b/prompts/project-workflow-analysis-blueprint-generator.prompt.md @@ -1,6 +1,6 @@ --- -description: "Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures." +description: 'Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.' --- # Project Workflow Documentation Generator