From 0f854d921774e9ecea773ab6dcaf110a74a5f062 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sat, 30 May 2026 11:33:03 -0500 Subject: [PATCH] Add YAML frontmatter to SKILL.md for plugin installer compatibility (CW-017) --- skills/project-timeline-site-creator/SKILL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/skills/project-timeline-site-creator/SKILL.md b/skills/project-timeline-site-creator/SKILL.md index 49b2ef7..f9e255d 100644 --- a/skills/project-timeline-site-creator/SKILL.md +++ b/skills/project-timeline-site-creator/SKILL.md @@ -1,3 +1,17 @@ +--- +name: project-timeline-site-creator +description: > + Provisions a project timeline in the MPM Agile Dashboard and exports Gantt chart images + for embedding in a Statement of Work. Use this skill when asked to "create the Gantt chart", + "set up the project timeline", "provision the dashboard", "generate the timeline for [customer]", + "create timeline", or "build the project schedule". Also invoked programmatically by the SOW + generator skill via a project_context object. Supports change order re-export flow. +metadata: + version: "1.0.0" + author: "Message Point Media" + cw-id: "CW-017" +--- + # sow-gantt-provisioner Provisions a project timeline instance in the MPM Agile Dashboard and exports Gantt chart images for embedding in a Statement of Work document. Operates in two modes: **programmatic** (called by the SOW generator skill with a full context object) or **interactive** (called manually, runs a structured interview to gather missing information).