suggest-target-ruleset

Analyze policy documents to suggest candidate target rulesets in YAML.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill suggest-target-ruleset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-target-ruleset
Source: https://github.com/navapbc/lockpicks-xlator-plugin/tree/main/xl-plugin/skills/suggest-target-ruleset
Command: npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill suggest-target-ruleset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill efficiently identifies and suggests appropriate target rulesets from complex policy documents, streamlining the process of policy-to-rules translation.

Core Features & Use Cases

  • Policy Document Analysis: Analyze per-file computations and suggest 1–3 candidate rulesets based on document content.
  • Hint-Based Prioritization: Provide a hint to narrow down the types of rulesets suggested.
  • Automated Suggestion Saving: Automatically saves suggestion files in a structured format for user selection.

Quick Start

Run the suggest-target-ruleset skill with the domain name and an optional hint, e.g., /suggest-target-ruleset example_domain "eligibility".

Frequently Asked Questions about suggest-target-ruleset

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

FAQPage Schema
How do I generate target rulesets from policy documents?

Generating target rulesets from policy documents involves analyzing section headings, summaries, tags, and computation hints to identify and suggest 1–3 candidate rulesets. These suggestions are saved in a structured YAML file for user selection.

What is policy-to-rules translation and when do I need it?

Policy-to-rules translation is the process of converting complex policy documents into executable computation rulesets. You need it when you must systematically extract and structure compliance logic from policy texts for automated analysis.

How do I narrow down ruleset suggestions when analyzing a large policy document?

You can narrow down ruleset suggestions by providing an optional hint, such as "eligibility", to prioritize specific types of rulesets. This hint-based prioritization filters the 1–3 candidate rulesets generated from the document's section headings and computation hints.

Can I use computation hints to guide policy analysis for specific domains?

Yes, you can use computation hints to guide policy analysis by providing a domain name and an optional hint. The analysis uses these hints to prioritize and suggest target rulesets based on the specific computations found within the policy document.

What is the best way to structure extracted policy rulesets for user selection?

The best way to structure extracted policy rulesets is to save them in a structured YAML file. This format captures the suggested candidate rulesets analyzed from section headings, summaries, and computation hints, enabling clear user selection.

Does this policy analysis approach support automated ruleset generation without manual tagging?

Automated ruleset generation relies on analyzing existing section headings, summaries, tags, and computation hints within the policy document. While optional hints can prioritize suggestions, the document must contain these structural elements for accurate analysis.