Skip to content
Security
Command

/update-policy

Manage policy lifecycle and updates

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/update-policy

Context preview

What this command does when you run it.

Manage policy lifecycle and updates

Command definition

update-policy.md
description: Manage policy lifecycle and updates

Update Policy

Manages policy documents through their lifecycle.

Arguments

  • `$1` - Policy file path or name (required)
  • `$2` - Action (optional: review, update, version, approve)

Actions

  • **review** - Analyze policy for gaps and needed updates
  • **update** - Suggest policy updates based on framework changes
  • **version** - Create new version with change tracking
  • **approve** - Generate approval workflow documentation

Policy Lifecycle

1. Draft → Review → Approve → Publish → Monitor → Retire

Instructions

1. Analyze current policy content 2. Compare against framework requirements 3. Identify needed updates 4. Generate redlined changes or new version 5. Create approval documentation

Examples

# Review general security policy
/grc-internal:update-policy "Information Security Policy.md" review

# Update policy for PCI-DSS March 2025 requirements
/grc-internal:update-policy "Access Control Policy.md" update

# Version control for compliance
/grc-internal:update-policy "Data Protection Policy.md" version

# Generate approval workflow
/grc-internal:update-policy "Incident Response Policy.md" approve
Ships withtrust-center

Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering