pm-business-rule-governance

pm-business-rule-governance is a skill for Claude Code from ljucask/pureinn-product-development. It costs 69 tokens per session (1,878 once invoked), scanned A, original, MIT.

A helper for recording one compliance or policy rule in a product's business-rules document. These rules cover legal requirements, data handling, administrator behavior, and user-interface behavior required by law or company policy.

In plain words
What is it for?
Use it to document requirements involving GDPR, PSD2, ePrivacy, tax laws, data retention or deletion, consent, logging, support permissions, and similar policies.
Why use it?
It gives important obligations a clear, referenceable place in product planning instead of leaving them buried in informal notes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Part of the pureinn-product-development plugin — 51 skills, 1 command shipped together

Good fit Use it to document requirements involving GDPR, PSD2, ePrivacy, tax laws, data retention or deletion, consent, logging, support permissions, and similar policies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ljucask/pureinn-product-development/pm-business-rule-governance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ljucask/pureinn-product-development --skill pm-business-rule-governance
Clone the repo
git clone --depth 1 https://github.com/ljucask/pureinn-product-development

Made for: Claude Code.

Or install pureinn-product-development, the plugin that ships this one along with the rest of its 51 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pm-business-rule-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-business-rule-governance/github.svg)](https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-business-rule-governance)
Your own site
<a href="https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-business-rule-governance"><img src="https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-business-rule-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pm-business-rule-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-business-rule-governance"><img src="https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-business-rule-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,878 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.01878
Opus 5 $0.00034 $0.00939
Sonnet 5 $0.00014 $0.00376
Haiku 4.5 $0.00007 $0.00188

Measured 12d ago against content hash 0c59466b5bfd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pm-business-rule-governance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pm-business-rule-governance/SKILL.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PM - Business Rule: Compliance / Policy Rule (JIT Helper)

Agent mode (--agent)

Supports --agent: runs autonomously in a subagent, drafts the artifact from existing inputs, and returns a short summary + coverage note.

  • No flag → interactive (default); if inputs are heavy, offer agent mode.
  • --agent → obey. First check inputs are complete. Anything missing: do NOT invent it - mark [ASSUMED - what/why] in the output and summary. Never hallucinate to fill a gap.
  • Review required: the artifact contains commitments - after drafting, require the user's review before finalizing; do not close decisions autonomously.

What this skill does

Adds a single Compliance or Policy rule to domain/business_rules.md under the Regulatory/Compliance or User/Authorization section.

A rule belongs here when:

  • It stems from a regulatory or legal requirement (GDPR, PSD2, ePrivacy, local tax law)
  • It governs admin or ops behavior (what support agents can and cannot do)
  • It defines a data handling policy (retention, deletion, logging, consent)
  • It enforces a UX behavioral standard required by law or company policy
  • It may have regional or partner-specific variations

If the rule has no exceptions and violation causes financial/legal harm → use pm-business-rule-critical. If it is standard operational logic → use pm-business-rule-core.

When to run: When pm-privacy-requirements or pm-domain-analysis surfaces a regulatory requirement that needs a formal BR-ID. Or during pm-feature-design when a compliance constraint is discovered that must be documented before the feature is built.


Dependencies

Required before running:

  • pm-business-rules-library - domain/business_rules.md must exist (initialized in Phase 4)

Recommended before running:

  • pm-privacy-requirements - GDPR and compliance requirements become REG-category rules
  • pm-domain-analysis - regulatory requirements from Phase 2 may generate REG entries

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 184 lines · 69 tokens per session scan A 0c59466b5bfd

Subscribe to this mod's changes

pm-business-rule-governance is a skill published in the GitHub repository ljucask/pureinn-product-development (2 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 1,878 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

akf-trust-metadata

The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.

sickn33/agentic-awesome-skills · 60 tokens

c2pa-metadata

Embed a C2PA provenance manifest into an AI-generated marketing asset (PNG, JPG, WebP, GIF, TIFF, MP4, MOV, WebM, MP3, WAV, PDF) via scripts/embed-c2pa.py — produces a signed copy of the file carrying IPTC digital-source-type AI claims, an optional c2pa.ai-disclosure assertion for EU AI Act Article 50 (applicable 2…

indranilbanerjee/digital-marketing-pro · 183 tokens

chief-legal-and-risk-officer

Owns legal, contracts, intellectual property, regulatory compliance, privacy, security governance, enterprise risk, and audit readiness. Use this to review a contract or commitment, assess regulatory or privacy exposure, evaluate an IP or licensing question, judge the risk in a business decision, prepare for an audit…

cbrock84/headcount · 98 tokens

chief-human-resources-officer

Owns the organization itself: org design, hiring, performance, compensation, development, culture, and employee relations. Use this to design or restructure a team, plan hiring, write a role or leveling definition, handle a performance or compensation question, diagnose why a team is underperforming for non-technical…

cbrock84/headcount · 90 tokens

intellectual-property

Covers what the organization owns and what it is only borrowing — trademarks and clearance, copyright and work-for-hire, patents and trade secrets, open-source license obligations and copyleft reach, and IP terms in customer, contractor and AI-tool agreements. Use this to check whether a name is usable, establish that…

cbrock84/headcount · 91 tokens

employment-compliance

Covers the employment rules that carry real penalties — exempt and non-exempt classification, overtime and hours, employee versus contractor status, work authorization and recordkeeping, accommodation requests, and the notices and retention obligations that go with them. Use this to classify a role, review a…

cbrock84/headcount · 87 tokens