project-workflow-analysis-blueprint-generator

Solid

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.

AI & Automation 34,887 stars 4287 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Project Workflow Documentation Generator ## Configuration Variables ``` ${PROJECT_TYPE="Auto-detect|.NET|Java|Spring|Node.js|Python|React|Angular|Microservices|Other"} <!-- Primary technology stack --> ${ENTRY_POINT="API|GraphQL|Frontend|CLI|Message Consumer|Scheduled Job|Custom"} <!-- Starting point for the flow --> ${PERSISTENCE_TYPE="Auto-detect|SQL Database|NoSQL Database|File System|External API|Message Queue|Cache|None"} <!-- Data storage type --> ${ARCHITECTURE_PATTERN="Auto-detect|Layered|Clean|CQRS|Microservices|MVC|MVVM|Serverless|Event-Driven|Other"} <!-- Primary architecture pattern --> ${WORKFLOW_COUNT=1-5} <!-- Number of workflows to document --> ${DETAIL_LEVEL="Standard|Implementation-Ready"} <!-- Level of implementation detail to include --> ${INCLUDE_SEQUENCE_DIAGRAM=true|false} <!-- Generate sequence diagram --> ${INCLUDE_TEST_PATTERNS=true|false} <!-- Include testing approach --> ``` ## Generated Prompt ``` "Analyze the codebase and document ${WORKFLOW_COUNT} representative end-to-end workflows that can serve as implementation templates for similar features. Use the following approach: ``` ### Initial Detection Phase ``` ${PROJECT_TYPE == "Auto-detect" ? "Begin by examining the codebase structure to identify technologies: - Check for .NET solutions/projects, Spring configurations, Node.js/Express files, etc. - Identify the primary programming language(s) and frameworks in use - Determine the architectural patterns based on folder...

Details

Author
github
Repository
github/awesome-copilot
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

architecture-blueprint-generator

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

34,887 Updated today
github
Data & Documents Listed

architecture-blueprint-generator

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

45 Updated 3 months ago
diegosouzapw
Code & Development Solid

technology-stack-blueprint-generator

Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.

34,887 Updated today
github