Add YAML frontmatter to SKILL.md for plugin installer compatibility (CW-017)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user