dev-log

Record development decisions, bugs, and insights as Markdown files under docs/development-log/.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kehwar/pixi-square --skill dev-log-kehwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-log
Source: https://github.com/kehwar/pixi-square/tree/main/.agents/skills/dev-log
Command: npx skills add https://github.com/kehwar/pixi-square --skill dev-log-kehwar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This development log helps teams capture implementation decisions, bug findings, insights, and implementation details. Entries are saved as Markdown files in docs/development-log/. Use when documenting progress, planning, or after completing milestones.

Core Features & Use Cases

  • Write timestamped entries for decisions, issues, and PR notes.
  • Store entries as Markdown files under docs/development-log/ for easy search and reference.
  • Use Case: A developer records why a change was made during a sprint and references related commits.

Quick Start

Create a new dev log entry describing the latest change and save it to docs/development-log/.

Frequently Asked Questions about dev-log

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

FAQPage Schema
How do I track development decisions and bug findings in a centralized log?

You can track development decisions and bug findings by writing timestamped Markdown entries into a centralized log. This records why changes were made and how issues were resolved during planning, implementation, and review phases.

What is the best way to document why a code change was made during a sprint?

Documenting why a code change was made is best handled by recording timestamped entries for decisions and related PR notes. These entries capture implementation details and insights for future reference after completing milestones.

How do I store development log entries as searchable Markdown files?

To store development log entries as searchable Markdown files, save your timestamped records directly under the docs/development-log/ directory. This makes implementation decisions and bug findings searchable and auditable.

Can I use a development log for decision-tracking during the planning phase?

Yes, you can use a development log for decision-tracking during the planning phase. It applies across planning, implementation, and review phases to document why changes were made and how issues were resolved.

When do I need to create a development log entry for my project?

You need to create a development log entry when documenting progress, planning upcoming work, or after completing milestones. Entries should record implementation decisions, bug findings, and insights for future reference.

Does this development log approach work without external dependencies?

Yes, this development log approach works without external dependencies. It relies solely on creating timestamped Markdown files stored under docs/development-log/ to capture implementation decisions and bug findings.