project-workflow-analysis-blueprint-generator

Generates prompts that document end-to-end application workflows and implementation blueprints from codebases.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill project-workflow-analysis-blueprint-generator-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-workflow-analysis-blueprint-generator
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/core/project-workflow-analysis-blueprint-generator
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill project-workflow-analysis-blueprint-generator-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Understanding how requests flow through an unfamiliar codebase is slow and error-prone, making it hard to implement new features consistently with existing patterns. ## Core Features & Use Cases - Automatic Architecture Detection: Identifies technology stacks, entry points, persistence mechanisms, and architecture patterns such as CQRS, Clean Architecture, and microservices. - End-to-End Workflow Documentation: Produces detailed blueprints covering entry points, service layers, data access, error handling, async processing, and naming conventions. - Implementation Templates: Generates reusable code templates and step-by-step guidance for adding new features that match existing conventions. - Use Case: When joining a .NET or Spring project, use this Skill to document the three most representative API workflows, including sequence diagrams and testing approaches, so new endpoints follow established patterns. ## Quick Start Analyze this codebase and document the two most representative end-to-end workflows with sequence diagrams and testing approaches.

Frequently Asked Questions about project-workflow-analysis-blueprint-generator

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

FAQPage Schema
How do I document end-to-end workflows in an existing codebase?

Use this Skill to generate a structured prompt that analyzes your codebase and documents representative workflows. It covers entry points, service layers, data access, error handling, and produces implementation templates matching your project's conventions.

What architecture patterns does workflow documentation support?

The generator supports Layered, Clean Architecture, CQRS, Microservices, MVC, MVVM, Serverless, and Event-Driven patterns. Auto-detect mode examines folder structure and key components to identify the pattern in use.

Can it detect the technology stack automatically?

Yes, auto-detect mode examines the codebase for .NET solutions, Spring configurations, Node.js files, and other framework markers. You can also explicitly set the project type to .NET, Java, Spring, Node.js, Python, React, or Angular.

Does the workflow documentation include sequence diagrams?

Sequence diagram generation is optional and controlled by the INCLUDE_SEQUENCE_DIAGRAM variable. When enabled, it produces diagrams showing all components, method calls with parameter types, return values, and error paths.

When should I not use auto-detect mode for workflow analysis?

Avoid auto-detect in polyglot repositories mixing multiple stacks, where detection may conflate patterns. Explicitly set PROJECT_TYPE, ENTRY_POINT, and PERSISTENCE_TYPE to focus the analysis on one coherent workflow path.