operation-logger

Maintain a structured operation-log.md recording sessions and decisions during multi-file tasks.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/1nv1s1b1e/operation-logger-skill --skill operation-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operation-logger
Source: https://github.com/1nv1s1b1e/operation-logger-skill/tree/main/.cursor/skills/operation-logger
Command: npx skills add https://github.com/1nv1s1b1e/operation-logger-skill --skill operation-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

In long conversations and complex tasks, context can be lost as operations are scattered across sessions, causing repeated work and forgotten decisions. This Skill provides a durable on-disk operation log to capture every step, rationale, and outcome in one chronological file.

Core Features & Use Cases

  • Persistent operation-log.md in the project root that records sessions, operations, and running summaries for cross-session continuity.
  • Structured entries (Running Summary, Session Entries, Operation Entries) with clear DECISION, ERROR, and PLAN hooks to aid debugging and audits.
  • Ideal for multi-file refactors, migrations, debugging sessions, security reviews, infrastructure setup, or any task spanning 3+ files.

Quick Start

Create an operation-log.md in the project root and start logging the next multi-file task.

Frequently Asked Questions about operation-logger

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

FAQPage Schema
How do I keep a persistent operation log for a multi-file refactoring task?

Maintain cross-session continuity for multi-file refactoring by creating a durable operation-log.md at your project root. It chronologically records sessions, operations, and running summaries, capturing every step and rationale to prevent context loss across long conversations.

What is the best way to trace decisions and errors during long debugging sessions?

Trace decisions and errors during debugging by logging into a structured operation-log.md file using DECISION, ERROR, and PLAN hooks. This provides a durable, searchable audit trail that prevents forgotten context and duplicated work across long coding sessions.

How do I track progress across a complex infrastructure migration spanning multiple files?

Track infrastructure migration progress by maintaining an operation-log.md with structured sections for Running Summary, Session Entries, and Operation Entries. It logs meaningful actions after they occur, providing a durable on-disk record of every step and outcome.

Can I use a markdown log file to document a security review across multiple project files?

Yes, you can document a security review across multiple files using an operation-log.md file. By placing it at the project root, you chronologically capture every operation and decision, ensuring traceability and auditability for complex tasks spanning three or more files.

When do I need a dedicated operation log file for a coding session?

You need a dedicated operation log file for coding sessions involving multi-file refactors, migrations, debugging, or infrastructure setup. When operations scatter across long sessions, a persistent log prevents context loss, repeated work, and forgotten decisions.