Security Policy
Define organizational security policies, standards, and procedures for "$ARGUMENTS". Establish the foundational policy framework that governs all security activities across the organization.
Prerequisites
None — this is a Phase 0 Govern skill.
Process
Identify policy areas needed:
- Information security policy — overarching security commitments and principles
- Acceptable use policy — permitted and prohibited use of organizational assets
- Data protection policy — data handling, storage, transmission, and disposal rules
- Access control policy — authentication, authorization, and least-privilege requirements
- Incident response policy — breach notification obligations and response procedures
- Business continuity policy — disaster recovery and continuity requirements
Read reference materials:
- Read
plugins/security/shared/nist-csf-guide.md for framework alignment
- Map each policy area to relevant NIST CSF functions (Govern, Identify, Protect, Detect, Respond, Recover)
Draft each policy with required sections:
- Purpose — why the policy exists and what it aims to achieve
- Scope — who and what the policy applies to (employees, contractors, systems, data)
- Requirements — specific, actionable mandates (use "must", "shall", "must not")
- Roles and responsibilities — who is responsible for implementation and oversight
- Enforcement — consequences of non-compliance (disciplinary actions, access revocation)
- Exceptions process — how to request and document policy exceptions
Align policies with business objectives:
- Map each policy to business goals it supports (revenue protection, customer trust, regulatory compliance)
- Ensure policies are proportionate to organizational risk and maturity
- Identify conflicts between security requirements and business operations; propose balanced solutions
Set review cadence and governance:
- Define review frequency per policy (annual minimum, triggered by major changes)
- Assign policy owners responsible for maintenance
- Establish approval workflow (draft, review, legal sign-off, executive approval, communication)
- Define version control and change tracking requirements
Write the artifact to .metapowers/security/$ARGUMENTS/00-govern.md with heading:
Security Policy Framework
Include sections:
- Policy Inventory — list of all policies with owner and review date
- Individual Policies — full text of each drafted policy
- Framework Alignment — NIST CSF mapping for each policy
- Review Schedule — cadence and next review dates
- Exception Process — how deviations are requested and approved
Output
The security policy framework written to .metapowers/security/$ARGUMENTS/00-govern.md. Present a summary to the user highlighting:
- Number of policies drafted and their scope
- Key requirements per policy area
- Framework alignment coverage
- Review schedule and governance structure
1---2name: security-policy3description: Define organizational security policies, standards, and procedures4---56# Security Policy78Define organizational security policies, standards, and procedures for "$ARGUMENTS". Establish the foundational policy framework that governs all security activities across the organization.910## Prerequisites1112None — this is a Phase 0 Govern skill.1314## Process15161. **Identify policy areas needed:**17 - **Information security policy** — overarching security commitments and principles18 - **Acceptable use policy** — permitted and prohibited use of organizational assets19 - **Data protection policy** — data handling, storage, transmission, and disposal rules20 - **Access control policy** — authentication, authorization, and least-privilege requirements21 - **Incident response policy** — breach notification obligations and response procedures22 - **Business continuity policy** — disaster recovery and continuity requirements23242. **Read reference materials:**25 - Read `plugins/security/shared/nist-csf-guide.md` for framework alignment26 - Map each policy area to relevant NIST CSF functions (Govern, Identify, Protect, Detect, Respond, Recover)27283. **Draft each policy with required sections:**29 - **Purpose** — why the policy exists and what it aims to achieve30 - **Scope** — who and what the policy applies to (employees, contractors, systems, data)31 - **Requirements** — specific, actionable mandates (use "must", "shall", "must not")32 - **Roles and responsibilities** — who is responsible for implementation and oversight33 - **Enforcement** — consequences of non-compliance (disciplinary actions, access revocation)34 - **Exceptions process** — how to request and document policy exceptions35364. **Align policies with business objectives:**37 - Map each policy to business goals it supports (revenue protection, customer trust, regulatory compliance)38 - Ensure policies are proportionate to organizational risk and maturity39 - Identify conflicts between security requirements and business operations; propose balanced solutions40415. **Set review cadence and governance:**42 - Define review frequency per policy (annual minimum, triggered by major changes)43 - Assign policy owners responsible for maintenance44 - Establish approval workflow (draft, review, legal sign-off, executive approval, communication)45 - Define version control and change tracking requirements46476. **Write the artifact** to `.metapowers/security/$ARGUMENTS/00-govern.md` with heading:4849 ## Security Policy Framework5051 Include sections:52 - **Policy Inventory** — list of all policies with owner and review date53 - **Individual Policies** — full text of each drafted policy54 - **Framework Alignment** — NIST CSF mapping for each policy55 - **Review Schedule** — cadence and next review dates56 - **Exception Process** — how deviations are requested and approved5758## Output5960The security policy framework written to `.metapowers/security/$ARGUMENTS/00-govern.md`. Present a summary to the user highlighting:61- Number of policies drafted and their scope62- Key requirements per policy area63- Framework alignment coverage64- Review schedule and governance structure