ai-team-library/claude/skills/regulatory-assessment/SKILL.md
# Skill: Regulatory Compliance Assessment ## Description Performs a structured regulatory compliance assessment for software products, mapping applicable regulations (GDPR, CCPA, HIPAA, SOX, ADA, and others) to the product's data practices, user base, and operational jurisdictions. The skill conducts jurisdiction analysis, identifies compliance gaps against each applicable regulation, and produces a prioritized remediation roadmap. This is the Legal Counsel persona's primary regulatory analysi
npx skillsauth add beekeeper-lab/foundry ai-team-library/claude/skills/regulatory-assessmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Performs a structured regulatory compliance assessment for software products, mapping applicable regulations (GDPR, CCPA, HIPAA, SOX, ADA, and others) to the product's data practices, user base, and operational jurisdictions. The skill conducts jurisdiction analysis, identifies compliance gaps against each applicable regulation, and produces a prioritized remediation roadmap. This is the Legal Counsel persona's primary regulatory analysis tool.
/regulatory-assessment slash command.| Input | Type | Required | Description |
|-------|------|----------|-------------|
| product_description | File path or text | Yes | Description of the software product including features, data collected, user types, and deployment model |
| jurisdictions | String or list | No | Target jurisdictions for the assessment (e.g., "US, EU, California"); auto-detected from product description if not provided |
| data_inventory | File path | No | Inventory of data types collected, processed, and stored by the product |
| architecture_doc | File path | No | Architecture documentation showing data flows, storage locations, and third-party integrations |
| existing_compliance | File path | No | Existing compliance documentation, certifications, or prior assessment results |
| industry | String | No | Industry vertical for sector-specific regulations (e.g., "healthcare", "finance", "education"); auto-detected if not provided |
| assessment_scope | String | No | Limit to specific regulation(s): gdpr, ccpa, hipaa, sox, ada, all; defaults to all applicable |
Profile the product -- Classify the software product by type (SaaS, mobile app, embedded system, internal tool), deployment model (cloud, on-premises, hybrid), data processing role (controller, processor, sub-processor), and user base (consumer, enterprise, government, mixed). Identify all categories of data collected, processed, and stored.
Map jurisdictional exposure -- Determine which jurisdictions apply based on where users are located, where data is stored and processed, where the organization is incorporated, and where the product is marketed or accessible. Consider both direct jurisdiction (operating in a territory) and long-arm jurisdiction (processing data of residents in a territory).
Identify applicable regulations -- For each jurisdiction, enumerate the regulations that apply based on the product profile. Include:
Determine regulatory priority -- Rank applicable regulations by enforcement risk (penalty severity and enforcement activity), operational impact (scope of required changes), and timeline (compliance deadlines or effective dates).
Assess GDPR compliance (if applicable) -- Evaluate against key GDPR requirements:
Assess CCPA/CPRA compliance (if applicable) -- Evaluate against key California requirements:
Assess HIPAA compliance (if applicable) -- Evaluate against key HIPAA requirements:
Assess SOX compliance (if applicable) -- Evaluate against key SOX requirements:
Assess ADA/accessibility compliance (if applicable) -- Evaluate against key accessibility requirements:
Assess additional applicable regulations -- For each additional regulation identified in Phase 1, evaluate the product's current compliance posture against the regulation's key requirements. Document specific provisions and the product's status for each.
Classify each gap -- For every compliance gap identified, assign:
Build the remediation roadmap -- Organize gaps into a phased implementation plan:
Estimate resource requirements -- For each roadmap phase, estimate the types of resources needed (engineering, legal, operations, training), external dependencies (vendor agreements, third-party audits, legal counsel), and ongoing maintenance obligations.
Produce the assessment report -- Write the complete regulatory compliance assessment following the structured output format.
| Output | Type | Description | |--------|------|-------------| | regulatory_assessment | Markdown file | Complete regulatory compliance assessment with jurisdiction analysis, gap findings, and roadmap | | jurisdiction_matrix | Section in report | Matrix mapping jurisdictions to applicable regulations with applicability rationale | | gap_analysis | Section in report | Detailed compliance gap findings organized by regulation with severity and evidence | | remediation_roadmap | Section in report | Phased remediation plan with priorities, effort estimates, and timelines | | executive_summary | Section in report | High-level overview with critical finding count, overall compliance posture, and top priorities | | regulation_profiles | Section in report | Summary of each applicable regulation's key requirements, penalties, and enforcement trends |
| Error | Cause | Resolution |
|-------|-------|------------|
| NoProductDescription | No product description or context provided | Provide a product description including features, data types, users, and deployment model |
| InsufficientContext | Product description lacks detail needed for jurisdiction or regulation mapping | Provide additional detail on data types collected, user locations, and deployment geography |
| NoJurisdictionDetermined | Unable to determine applicable jurisdictions from the product description | Specify target jurisdictions explicitly using the jurisdictions input |
| RegulationOutOfScope | A requested regulation is not covered by this skill's analysis framework | Note the limitation and recommend specialized counsel for the uncovered regulation |
| StaleAssessment | The assessment is based on regulatory provisions that may have been amended | Verify current regulatory text before relying on the assessment; note the assessment date |
| JurisdictionUnsupported | The specified jurisdiction has regulatory frameworks outside the skill's coverage | Flag the limitation and recommend local counsel for jurisdiction-specific analysis |
development
# Skill: VDD (Verification-Driven Development) Gate ## Description Runs the programmatic VDD gate for a bean: parses the bean's `## Acceptance Criteria` section, dispatches each criterion's evidence type to the matching runner (test, lint, file, file-contains, or manual), aggregates the results into a pass/fail verdict, and writes a structured markdown report at `ai/outputs/tech-qa/vdd-<NNN>.md` (zero-padded NNN). This is the machine-checkable counterpart to the prose VDD policy in `ai/contex
tools
# Skill: Spawn Task ## Description Dispatches a single specialist persona to execute a single task with only that task's context. Auto-detects the runtime environment and chooses one of two execution paths: - **In tmux** (`$TMUX` set): spawn a worker in a git worktree using a child tmux window. Process-isolated, parallelizable, durable across the calling session's lifetime. Same pattern as `/spawn-bean` but at task granularity. - **Not in tmux**: invoke the `Agent` tool with `subagent_typ
development
# Skill: Orchestration Report ## Description Aggregates the per-bean **Orchestration Telemetry** blocks (BEAN-278) across recent Done beans and produces a markdown report that answers the architecture-aware-evaluation question: **is the orchestration paying for itself?** Distinct from `/telemetry-report` (which aggregates raw cost, duration, and tokens); this skill aggregates the orchestration-quality metrics layered on top — bounces, persona activations, contract violations, escape-hatch usag
development
# Skill: Health Check ## Description Runs all health checks defined in `ai/context/health-checks.md` and produces a table-format report. Can be called standalone or by other skills (e.g., `/long-run`). ## Trigger - Invoked by the `/health-check` slash command. - Called programmatically by `/long-run` at the start of each cycle. ## Inputs | Input | Type | Required | Description | |-------|------|----------|-------------| | health_checks | Markdown file | Yes | `ai/context/health-checks.md`