policydb-activities

Unify live open_items with historical activity_log records for policy work.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wanderinglantern/policydb --skill policydb-activities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policydb-activities
Source: https://github.com/wanderinglantern/policydb/tree/main/.claude/skills/policydb-activities
Command: npx skills add https://github.com/wanderinglantern/policydb --skill policydb-activities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open Items & Activity System centralizes policy work by pairing a live task tracker with a historical activity thread, enabling teams to see what needs attention and how work progressed.

Core Features & Use Cases

  • Open items tracking: manage tasks, issues, and milestones across buckets.
  • Activity history: a historical thread of calls, notes, and meetings tied to each item.
  • Source promotion: convert anomalies, inbox entries, or suggestions into open items for immediate work.

Quick Start

Show me all open items and their activity history for a given policy.

Frequently Asked Questions about policydb-activities

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

FAQPage Schema
How do I track open policy items and view their activity history?

Track open policy items by unifying the live open_items schema with the historical activity_log. You get a centralized task tracker paired with a historical thread of notes, calls, and meetings tied to each item.

How do I promote anomalies or inbox entries into actionable tasks?

Promote anomalies, inbox entries, or suggestions into open items by using the supported source promotion web routes. This converts raw entries into tracked tasks for immediate work within the bucket workflow.

Can I query policy coverage for tracked issues across different buckets?

Query policy coverage for tracked issues by using the v_issue_policy_coverage view. This supports bucket transitions and ensures your open items align with the required policy coverage parameters.

What is the best way to manage bucket transitions for policy migrations?

Manage bucket transitions for policy migrations by enforcing the open_items schema within the activity log system. This coordinates live task tracking across buckets while maintaining a complete historical audit trail.

Does the policy activity log support tracking milestones and meetings?

The policy activity log supports tracking milestones and meetings by pairing them with live open items. It centralizes policy work by logging historical calls, notes, and meetings tied directly to each tracked item.

Why do I need to enforce the open_items schema for policy task tracking?

Enforce the open_items schema to maintain consistent structure for policy task tracking and bucket transitions. It ensures live open items and historical activity logs remain unified during source promotions and migrations.