Create and maintain dated work-log entries in /docs/logs using the required filename pattern and exact markdown template. Use when the user asks to log work, add a progress note, or record outcomes in a docs/logs markdown file.
Create logs in /docs/logs (repo-root relative path docs/logs) with deterministic naming and content format.
docs/logs exists.YYYY-MM-DD format unless the user explicitly gives a date.YYYY-MM-DD-NN-*.mdNN is a 2-digit zero-padded increment starting at 01max(NN) + 1 for that date---docs/logs/YYYY-MM-DD-NN-slug-title.mdUse this exact structure:
# Title
Date:
Scope:
{content}
Date: and Scope:.Scope: and the main content.Title, Date, Scope, and {content} with concrete values.