work-log

Record implementation details, troubleshooting steps, and decisions as Markdown logs under .claude_work/work-logs.

Updated Jun 10, 2016
One-click install
npx skills add https://github.com/N0nki/dotfiles --skill work-log-n0nki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-log
Source: https://github.com/N0nki/dotfiles/tree/main/common/claude/skills/work-log
Command: npx skills add https://github.com/N0nki/dotfiles --skill work-log-n0nki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

重要な実装・トラブルシューティング・意思決定を再現可能な記録として .claude_work/work-logs/ に Markdown で保存します。あとから状況を追跡できるように、意図・根拠・結果を必ず揃えます。

Core Features & Use Cases

  • 現場での作業内容を再現可能な記録として残す
  • 標準化されたログテンプレートで意図・根拠・結果を一元管理
  • Use case: 重大な決定やトラブルシューティングを後から検証可能にする

Quick Start

Create a new Markdown work log entry under .claude_work/work-logs following the standard template.

Frequently Asked Questions about work-log

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

FAQPage Schema
How do I record reproducible troubleshooting steps in Markdown for engineering sessions?

To record reproducible troubleshooting steps in Markdown, create a standardized log entry under .claude_work/work-logs/ that captures the title, purpose, steps, results, and changes. This ensures full traceability of critical implementation details and decisions for later verification.

What should a standardized work log template include for tracking implementation decisions?

A standardized work log template for tracking implementation decisions should include structured Markdown sections for the title, purpose, steps, results, and changes. This format preserves the intent, rationale, and outcomes required to reproduce engineering work across sessions.

How do I ensure traceability of reasoning and outcomes across engineering sessions?

To ensure traceability of reasoning and outcomes across engineering sessions, record critical implementation details and troubleshooting steps as reproducible Markdown logs. Applying a standard template in a dedicated directory preserves the context needed for later validation.

Can I use Markdown notes to document troubleshooting steps for later verification?

Yes, you can use Markdown notes to document troubleshooting steps for later verification. By saving critical implementation details and decisions as structured logs with purpose, steps, and results, you create a reproducible record that supports future validation of your work.

What is the best way to create reproducible work logs for software engineering projects?

The best way to create reproducible work logs for software engineering projects is to save structured Markdown files under a designated directory like .claude_work/work-logs/. This approach standardizes log file naming and reporting to consistently capture intent, rationale, and results.

When do I need a structured work log for my project work?

You need a structured work log for your project work when traceability of reasoning and outcomes is required, such as during critical implementations or troubleshooting. A standardized Markdown record ensures that important decisions and steps can be tracked and verified later.