util-open-items

Manage unresolved governance work with a central ledger.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill util-open-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: util-open-items
Source: https://github.com/VictorHueni/homemade-claude-kit/tree/main/skills/util-open-items
Command: npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill util-open-items

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a central ledger for managing unresolved governance work, allowing you to file, triage, close, and archive open items efficiently.

Core Features & Use Cases

  • Central Ledger: Maintain a living ledger of unresolved governance work.
  • Open Item Management: File new items, triage existing ones, close or drop resolved items, and archive items at the end of a review cycle.
  • Status Reports: Generate reports on the status of governance work.
  • Backends: Operates with both markdown and github backends for flexible integration.
  • Use Case: Imagine you need to track all open items related to a new product feature. Use this Skill to create new items, update their status as they are resolved, and generate reports to track progress.

Quick Start

Use the util-open-items skill to file a new open item:

util-open-items sync --source-artefact docs/project-control/open-items/open-items.md \
  --source-anchor "#q3" --source-heading "Q3 — How do partners authenticate?" \
  --type decision-gap --summary "Auth model for partner API undecided" \
  --resolution-path "Open ADR on token strategy" --priority high --owner victor \
  --due 2026-06-15

Frequently Asked Questions about util-open-items

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

FAQPage Schema
How do I manage unresolved governance work using a central ledger?

You manage unresolved governance work using a central ledger by filing, triaging, closing, and archiving open items. This central ledger approach tracks decision gaps and resolutions throughout the review cycle.

What is the best way to triage open items in a governance review cycle?

The best way to triage open items in a governance review cycle is using a central ledger to file items with priorities, owners, and due dates. You then update their status until closure and archive them post-cycle.

Does the open items ledger work with markdown and github backends?

Yes, the open items ledger works with both markdown and github backends for flexible integration. It requires specific configuration and mapping to utilize backend-specific features effectively.

How do I file a new open item for a governance decision gap?

You file a new open item for a governance decision gap by specifying a source artefact, anchor, type, summary, resolution path, priority, owner, and due date. The ledger syncs this data for tracking.

Can I generate status reports for governance work from a central ledger?

Yes, you can generate status reports for governance work directly from the central ledger. This feature allows you to track the progress of unresolved open items throughout the review cycle.

Do I need to configure backend mappings to archive open items?

Yes, you need to configure backend mappings to archive open items. The system requires configuration and mapping for backend-specific features to properly archive items at the end of a review cycle.