project-management-generator

Generates project management documents with Mermaid Gantt charts, timelines, flowcharts, and risk matrices.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/jacksonlee-tw/mystock-vue --skill project-management-generator-jacksonlee-tw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-management-generator
Source: https://github.com/jacksonlee-tw/mystock-vue/tree/main/mystock-analysis/.github/skills/project-management-generator
Command: npx skills add https://github.com/jacksonlee-tw/mystock-vue --skill project-management-generator-jacksonlee-tw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Creating a complete project management document—with schedules, milestones, architecture flows, risk assessments, and task lists—is time-consuming and error-prone, especially when Mermaid diagram syntax must be valid. This Skill automates the entire document generation process from basic project information. ## Core Features & Use Cases - Mermaid Diagram Generation: Produces Gantt charts, milestone timelines, architecture flowcharts, and risk quadrant matrices that strictly comply with Mermaid 11.x syntax rules. - Seven-Phase Project Planning: Structures work into requirement analysis, environment setup, backend/frontend development, integration testing, deployment, and documentation phases with task tables. - Use Case: Provide a project name, tech stack (e.g., PrimeVue 3 + SpringBoot 3 + Docker), and timeline, and receive a complete Traditional Chinese project management document with all diagrams, task lists, and milestone checkpoints ready to save as a Markdown file. ## Quick Start Ask the AI to generate a project management document for your project by providing the project name, type, and tech stack.

Frequently Asked Questions about project-management-generator

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

FAQPage Schema
How do I generate a project plan with a Gantt chart?▼

Provide the project name, type, and tech stack, and the Skill generates a full project management document including a Mermaid Gantt chart. Optional details like start date, manager, and feature modules refine the schedule; missing values use sensible defaults marked as placeholders.

What Mermaid diagrams can be created for project management?▼

The Skill produces four Mermaid 11.x diagram types: gantt for schedules, timeline for milestones, flowchart TD for architecture flows, and quadrantChart for risk matrices. Each follows strict syntax rules documented in the references directory.

What information is required to create a project management document?▼

Only three items are required: project name, project type, and tech stack. Optional fields like project manager, dates, and feature modules default to reasonable values or placeholders marked for later completion.

Why does my Mermaid Gantt chart fail to render?▼

Common causes include invalid keywords like ganttChart instead of gantt, duplicate task IDs, circular after dependencies, or duration formats like '5 days' instead of '5d'. The Skill's reference guide lists all syntax constraints to avoid these errors.

Can the project phases and tasks be customized?▼

Yes, the default seven-phase structure adapts to your tech stack and feature modules. Task names adjust automatically—for example, Docker usage adds container configuration tasks—and you can define custom phase names.