Use this skill whenever a user asks to "Update the project tracker," "Process meeting notes for the tracker," or "Generate a new task list update." It synthesizes raw meeting transcripts with existing project trackers, dynamically adapts to existing columns, generates a strictly formatted .docx tracker using a Node.js script (docx package), and automatically drafts a clean email summary.
Install with Tessl CLI
npx tessl i github:davidkogit/public-skills --skill project-tracker-master91
Quality
88%
Does it follow best practices?
Impact
95%
1.69xAverage score across 3 eval scenarios
1. Analyze & Synthesize Cross-reference the new meeting transcript against the existing project tracker. Determine task statuses (Done, In Progress, Blocked/Open) and identify new tasks.
2. Dynamic Column Mapping Adapt to the column structure of the baseline tracker provided by the user.
3. Setup & Validation
npm install docx in /workspace.scripts/TRACKER_TEMPLATE.js. Adapt the rowsData and specific citations to the user's current meeting data..docx file successfully exists at /workspace/<Project_Name>_Tracker_Updated.docx.4. Output Summarization After generating the document, output a clean, formatted email summary of the updates separated by "Key Completions," "In Progress / Revisions," and "Open Blockers". STRIP all citation brackets (e.g., [1]) from the final email text so it is clean for copy-pasting.
98ffc61
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.