.claude/skills/form/SKILL.md
Quick-create a form submission note
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/formInstall 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.
Quick-create a form submission tracking note.
/form DPIA MyDataIntegration
/form CyberRisk "MaintenanceSystem"
/form TPRM VendorTooling
/form IAF "AIIncidentProcessor"
/form ChangeRequest OpDef
Parse arguments:
Validate formType against allowed values:
Find matching project (fuzzy match):
Project - *{{project}}*.mdCreate form submission note:
Filename: Form Submission - {{formType}} for {{project}}.md
Location: Root directory (same as other content notes)
Populate frontmatter:
---
type: FormSubmission
title: "{{formType}} for {{project}}"
formType: { { formType } }
status: draft
project: "[[Project - {{project}}]]"
requestingTeam: { { lookup from table below } }
submittedDate: null
responseDate: null
expiryDate: null
referenceNumber: null
attachments: []
created: { { today } }
modified: { { today } }
tags: [activity/compliance, { { domain_tag } }] # See tag lookup table below
---
| formType | requestingTeam | domain_tag | | ------------- | ------------------------ | ----------------- | | DPIA | Data Privacy | domain/data | | CyberRisk | Cyber Security | domain/security | | TPRM | Procurement | domain/security | | IAF | Cyber Delivery Assurance | domain/security | | ChangeRequest | Change Management | domain/operations | | Other | (ask user) | (ask user) |
# {{formType}} for {{project}}
## Form Details
| Field | Value |
| ------------------- | ------------------------- |
| **Form Type** | {{formType}} |
| **Status** | draft |
| **Project** | [[Project - {{project}}]] |
| **Requesting Team** | {{requestingTeam}} |
| **Submitted** | - |
| **Response** | - |
| **Reference** | - |
## Summary
<!-- Brief description of what this form submission covers -->
## Key Information Provided
<!-- Main points you included in the form -->
- System/service name:
- Data classification:
- Third parties involved:
- Key risks identified:
## Attachments
<!-- Link screenshots or PDFs of the submitted form here -->
<!-- Example: ![[+Attachments/dpia-screenshot.png]] -->
## Response / Outcome
<!-- What was the result? Any conditions or follow-up required? -->
## Notes
<!-- Any additional context or follow-up actions -->
| Type | Purpose | Typical Questions | | ----------------- | ----------------------------------------------- | ------------------------------------------------------ | | DPIA | Assess data protection risks for new processing | Personal data types, legal basis, retention, transfers | | CyberRisk | Evaluate cyber security risks | Architecture, controls, vulnerabilities, mitigations | | TPRM | Assess third-party vendor risks | Vendor security posture, data handling, contracts | | IAF | Initial cyber assessment for new projects | Scope, data, integrations, compliance requirements | | ChangeRequest | Request infrastructure/system changes | What, why, when, impact, rollback plan |
After /form DPIA MyDataIntegration:
Created: Form Submission - DPIA for MyDataIntegration.md
Next steps:
1. Fill in the summary and key information
2. When you submit, update status to "submitted" and add submittedDate
3. Add screenshots/PDFs to +Attachments/ and link them
4. Add reference number when you receive acknowledgement
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi