project-logging

Detect and record project changes into PROJECT_STATUS.md and WORK_LOGS.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/qmfpdls4908/Vigos-s-Paradox --skill project-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-logging
Source: https://github.com/qmfpdls4908/Vigos-s-Paradox/tree/main/.opencode/skills/project-logging
Command: npx skills add https://github.com/qmfpdls4908/Vigos-s-Paradox --skill project-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project teams often lose context when changelogs and important decisions are scattered across conversations and files. This skill automatically detects and records significant project changes, reducing manual logging overhead and preserving a coherent history.

Core Features & Use Cases

  • Automatic detection of changes in critical areas (e.g., code, docs, and configuration) and automatic logging to a central status file.
  • Centralized logging with levels (CRITICAL, IMPORTANT, MINOR), per-entry timestamps, and monthly archival for long-term traceability.
  • Use Case: When a major design decision is made or a file structure changes, the system records it with timestamp and context to PROJECT_STATUS.md and WORK_LOGS for future reference.

Quick Start

Let the skill monitor your project automatically; changes are logged to PROJECT_STATUS.md as they occur.

Frequently Asked Questions about project-logging

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

FAQPage Schema
How do I automate project change logs and record decisions during development?

Automating project change logs requires monitoring code, docs, and configurations to detect structural changes and decisions. This skill automatically records events with timestamps and context into PROJECT_STATUS.md for traceability.

What is the best way to track project status changes without manual logging?

Tracking project status changes without manual logging involves applying deterministic rules to active development. This skill monitors critical areas, assigns log levels like CRITICAL or MINOR, and writes entries to PROJECT_STATUS.md automatically.

How does automatic change detection work for code and configuration files?

Automatic change detection for code and configurations works by scanning active development against deterministic logging rules. When significant refactors occur, the system captures the event and stores it in designated work logs.

Can I use centralized work logs for long-term project traceability?

Using centralized work logs for long-term traceability organizes history with per-entry timestamps and monthly archival. This ensures decisions remain accessible rather than scattered across files.

Do I need manual configuration to start logging project decisions to PROJECT_STATUS.md?

Logging project decisions to PROJECT_STATUS.md requires no manual configuration to start. The skill monitors your project automatically, detecting and recording changes as they happen during development.

When should I not use automated work logs for project management?

Automated work logs for project management should not be used when tracking changes outside of code, docs, and configurations. The system imposes deterministic logging rules that may not capture informal context across external conversations.