log-progress

Create timestamped Markdown log files in the ./log/ directory.

Updated Mar 7, 2025
One-click install
npx skills add https://github.com/quarcs-lab/project2025s --skill log-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-progress
Source: https://github.com/quarcs-lab/project2025s/tree/main/.claude/skills/log-progress
Command: npx skills add https://github.com/quarcs-lab/project2025s --skill log-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly record session progress by automatically creating timestamped Markdown notes in the ./log/ directory, preserving context across work sessions.

Core Features & Use Cases

  • Automatically create a log file named YYYYMMDD_HHMM_<slug>.md in ./log/ using a consistent template.
  • Provide a structured template with sections for Work Completed, Current State, Decisions Made, Issues / Blockers, and Next Steps to improve traceability.
  • Use during long-running analyses, sprint reviews, or collaborative work to maintain a reproducible activity log.

Quick Start

Create a new log entry at ./log/YYYYMMDD_HHMM_<short_slug>.md using the current date/time and a concise session focus.

Frequently Asked Questions about log-progress

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

FAQPage Schema
How do I create a timestamped Markdown log file to track session progress?

To create a timestamped Markdown log file for session progress, the skill generates a file named YYYYMMDD_HHMM_<short_slug>.md in the ./log/ directory using the current date and time alongside a concise session focus.

What sections should a structured session log include for tracking work progress?

A structured session log should include sections for Work Completed, Current State, Decisions Made, Issues/Blockers, and Next Steps to improve traceability and capture context across long-running analyses or collaborations.

When should I use a timestamped progress log during my work?

You should use a timestamped progress log during long-running analyses, sprint reviews, collaborative work, or tutoring contexts to maintain a reproducible activity log and preserve context across work sessions.

Can I use this session logging approach for collaborative work and tutoring?

Yes, you can use this session logging approach for collaborative work and tutoring contexts, as it captures work completed, decisions made, blockers, and next steps to maintain a reproducible activity log.

Do I need any special dependencies or components to generate timestamped Markdown notes?

No special dependencies or components are needed to generate timestamped Markdown notes, as the skill is a standalone tool that writes files directly to the ./log/ directory using a standardized naming format and simple template.