telemetry/log-work

Generate dated U.Work Markdown records documenting MethodDescription executions.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/venikman/fpf-foundry --skill telemetry-log-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telemetry/log-work
Source: https://github.com/venikman/fpf-foundry/tree/main/design/skills/telemetry/log-work
Command: npx skills add https://github.com/venikman/fpf-foundry --skill telemetry-log-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a structured, auditable record of a real-time action by capturing who did what, when, and with which inputs and outputs, anchored to a concrete MethodDescription.

Core Features & Use Cases

  • Structured work logging: creates a dated U.Work Markdown file containing references to the involved MethodDescription, RoleAssignment, inputs, outputs, and optional agent metadata.
  • Audit-ready artifacts: ensures every work entry includes time window, evaluated state changes, resources used, and outcomes for accountability.
  • Use Case: logging a pipeline run, a manual task, or any bounded context activity to support traceability and KPI calculations.

Quick Start

Invoke the log-work skill after performing an action to generate a new U.Work record. Provide the required inputs: method, role_assignment, context, and action, plus optional outputs and agent metadata. The skill writes a timestamped Markdown file under runtime/contexts/<context>/telemetry/work/ and may emit telemetry if configured.

Frequently Asked Questions about telemetry/log-work

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

FAQPage Schema
How do I log auditable work events for a pipeline run?

To log auditable work events, you generate a dated U.Work Markdown record capturing who performed the action, when, and with which inputs and outputs. This creates structured traceability for QA, governance, and post-hoc analysis.

What is a U.Work record for telemetry and when do I need it?

A U.Work record is a timestamped Markdown file documenting the execution of a specific method by a designated performer. You need it when you require auditable traceability of real-time actions across bounded contexts.

How do I create a structured work log with role assignments and method descriptions?

You create a structured work log by binding required inputs—method, role_assignment, context, and action—plus optional agent metadata and outputs. The skill writes a timestamped Markdown file under your context's telemetry work directory.

Can I use this logging approach for manual tasks and bounded context activities?

Yes, this logging approach applies to manual tasks, pipeline runs, and any bounded context activity. It captures time windows, evaluated state changes, resources used, and outcomes to support accountability and KPI calculations.

What are the limitations of using Markdown files for structured telemetry logging?

Markdown files for structured telemetry logging are basic artifacts written to a local runtime directory. They do not require external dependencies but are limited to file-based storage without built-in database indexing or query capabilities.

Does the work log skill require any external dependencies or components?

No, the work log skill requires no external dependencies or components. It generates timestamped Markdown files directly within your runtime contexts and optionally emits telemetry if configured.