form

Generate structured Markdown notes for form submission types with YAML frontmatter.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill form-davidroliverba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: form
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/form
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill form-davidroliverba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of structured notes for various form submissions, ensuring all necessary details are captured and organized.

Core Features & Use Cases

  • Automated Note Generation: Quickly create Markdown notes for different form types (DPIA, CyberRisk, TPRM, etc.).
  • Project Linking: Automatically links the form submission to a specific project.
  • Structured Data Capture: Pre-populates frontmatter with relevant fields and provides a template for the note body.
  • Use Case: When initiating a Data Protection Impact Assessment (DPIA) for a new project named "CustomerAnalytics", use this skill to generate a draft submission note, pre-filled with project details and relevant metadata.

Quick Start

Use the form skill to create a DPIA submission note for the "CustomerAnalytics" project.

Frequently Asked Questions about form

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate structured Markdown notes for compliance form submissions?

To generate structured Markdown notes for compliance form submissions, you can use a skill that parses arguments for form type and project name, automatically creating a note with pre-populated YAML frontmatter and a body template.

What types of compliance and risk assessment forms can I create templates for?

You can create structured note templates for DPIA, CyberRisk, TPRM, IAF, and ChangeRequest forms, ensuring all necessary submission details are captured and organized for project management.

How do I pre-populate YAML frontmatter for a DPIA submission note?

Pre-populating YAML frontmatter for a DPIA submission note is handled by validating the requested form type and automatically inserting relevant requesting teams, domain tags, and project links into the metadata structure.

Can I link a CyberRisk or TPRM form submission directly to a specific project?

Yes, you can link a CyberRisk or TPRM form submission directly to a specific project by passing the project name as an argument, which the system uses to associate the generated Markdown note with that project.

What is the best way to automate documentation note creation for Data Protection Impact Assessments?

Automating documentation note creation for Data Protection Impact Assessments involves using a tool that validates the DPIA form type and generates a structured Markdown draft with necessary compliance metadata.

Do I need to manually look up requesting teams and domain tags when creating a compliance form note?

No, you do not need to manually look up requesting teams and domain tags, because the form generation logic automatically retrieves and applies these tags based on the specific form type being submitted.