project-schedule

Convert plain-language project descriptions into structured .xlsx schedules with Gantt views.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/kenmulford/PMSkills --skill project-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-schedule
Source: https://github.com/kenmulford/PMSkills/tree/main/skills/project-schedule
Command: npx skills add https://github.com/kenmulford/PMSkills --skill project-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, and includes scripts (resource) components.

What problem does it solve?

This skill turns plain-language project descriptions into a structured, production-ready Project+ schedule in Excel, saving time and reducing errors.

Core Features & Use Cases

  • Generates an .xlsx schedule with tasks, owners, durations, dependencies, computed start/finish dates, a Gantt-style bar column, and a critical path when dates are real.
  • Preserves user-provided details such as partial information and placeholders for missing data with a strict never-invent rule.
  • Produces additional sheets (Critical Path, Draft Gaps, Integrity Issues, Notes) to support review, baselining, and risk awareness.
  • Use Case: A PM describes a project in natural language; the skill outputs a ready-to-deliver schedule file that can be updated as details are clarified.

Quick Start

Describe your project in plain language and run the JSON schema renderer to generate a Schedule_v1.xlsx.

Frequently Asked Questions about project-schedule

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

FAQPage Schema
How do I create an Excel project schedule with a Gantt chart from plain text?

To generate an Excel project schedule, you describe your project in plain language and run the schema renderer. The Skill outputs a ready-to-deliver .xlsx file containing tasks, owners, durations, dependencies, and a Gantt-style bar column.

Can I generate a critical path in xlsx when my project has missing dates?

You can generate a critical path in xlsx when real anchor dates are provided. If dates are missing, the Skill preserves your TBD placeholders and outputs a Draft Gaps sheet rather than calculating a critical path.

How does project scheduling handle task dependencies without inventing missing data?

Project scheduling handles dependencies by applying strict guardrails that never invent missing data. It honors provided anchor dates, preserves fuzzy durations, and flags draft gaps or integrity issues in separate sheets.

Do I need openpyxl to generate an xlsx project schedule with a Gantt view?

Yes, you need openpyxl installed to generate an xlsx project schedule with a Gantt view. This Python dependency is required to write the structured task data, computed dates, and Gantt bars to the Excel file format.

What is the best way to baseline a project schedule exported to xlsx?

The best way to baseline an xlsx project schedule is to review the generated Critical Path, Draft Gaps, and Integrity Issues sheets. These additional outputs support baselining and risk awareness by highlighting missing data and dependency gaps.