manage-logging

Installation
SKILL.md

Manage Logging Skill

Unified logging infrastructure providing script execution logging, semantic work progress tracking, and decision logging.

Scope: hybrid means this skill operates at both plan-scoped and global levels. When a plan_id is provided and the plan directory exists, logs go to .plan/plans/{plan-id}/logs/. Otherwise, logs fall back to global daily files at .plan/logs/.

Enforcement

Base contract: See manage-contract.md for shared enforcement rules, TOON output format, and error response patterns.

Skill-specific constraints:

  • Log entries are fire-and-forget (no output parsing needed)
  • Only valid log levels: INFO, WARNING, ERROR
  • Log type determines the output file (script, work, decision)
  • Work log messages must include [CATEGORY] (caller) prefix format

Overview

This skill provides a single unified API for three logging concerns:

Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
manage-logging — cuioss/plan-marshall