CtrlK
BlogDocsLog inGet started
Tessl Logo

project-tracker-master

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-master
What are skills?

91

1.69x

Quality

88%

Does it follow best practices?

Impact

95%

1.69x

Average score across 3 eval scenarios

SKILL.md
Review
Evals

Project Tracker Master

Core Workflow

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

  • Prerequisite: Ensure you initialize the environment by executing npm install docx in /workspace.
  • Generate: Write and execute a Node.js script using the template logic provided in scripts/TRACKER_TEMPLATE.js. Adapt the rowsData and specific citations to the user's current meeting data.
  • Validate: After script execution, verify the .docx file successfully exists at /workspace/<Project_Name>_Tracker_Updated.docx.
  • Fallback Recovery: If the script encounters an error, attempt to debug the Node.js syntax once. If it fails again, immediately provide a Markdown version of the table in the chat and ask the user if they want you to retry the physical document generation.

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.

Repository
davidkogit/public-skills
Last updated
Created

Is this your skill?

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.