What problem does it solve?
This Skill standardizes how an AI records work so decisions, actions, debugging results, and learnings persist in files instead of disappearing inside chat history.
Core Features & Use Cases
- Work log per day: Writes entries into
docs/work-logs/YYYY-MM-DD.md using real China/Shanghai time to keep timelines consistent.
- Structured, reusable entries: Enforces a minimum set of fields (what/why/changed files) and expands with richer sections for complex troubleshooting or decision-making.
- Daily summary that stays last: Maintains a
今日日志总结 section at the end of the log document and updates it after each task.
- Self-check for future recoverability: Requires a verification pass to ensure the log remains understandable and helpful months later.
Quick Start
Ask your AI agent to record today’s work into the repository’s docs/work-logs using the work-logs templates.