flow-notes-validator

Parse, normalize, and validate markdown notes against Flow Framework v1.1.

1|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/AcidicSoil/DSPyTeach --skill flow-notes-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-notes-validator
Source: https://github.com/AcidicSoil/DSPyTeach/tree/main/.gemini/skills/flow-notes-validator
Command: npx skills add https://github.com/AcidicSoil/DSPyTeach --skill flow-notes-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that user notes adhere to the Flow Framework specification, guaranteeing consistent formatting, data integrity, and the redaction of sensitive information.

Core Features & Use Cases

  • Parsing: Extracts structured data from markdown-formatted user notes.
  • Normalization: Standardizes status fields, sorts tasks, and applies redaction rules for sensitive data.
  • Validation: Checks for schema compliance, correct ID formats, and unique identifiers according to Flow Framework v1.1.
  • Use Case: Before committing user notes to a project repository, use this Skill to automatically check for any formatting errors, ensure all action items are properly formatted with unique IDs, and redact any accidentally included API keys.

Quick Start

Validate the provided markdown string containing user notes.

Frequently Asked Questions about flow-notes-validator

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

FAQPage Schema
How do I validate markdown notes against the Flow Framework specification?

To validate markdown notes against the Flow Framework v1.1 specification, you can parse the input to check for schema compliance, correct ID formats, and unique identifiers. This ensures deterministic formatting and data integrity.

How does markdown normalization handle sensitive data in Flow Notes?

Markdown normalization handles sensitive data by applying redaction rules for sensitive information like accidentally included API keys. This process standardizes status fields and ensures data integrity before outputting normalized markdown.

What is the best way to ensure deterministic formatting for user notes?

The best way to ensure deterministic formatting for user notes is to normalize status fields, sort tasks, and apply redaction rules according to the Flow Framework v1.1 specification. This standardizes the notes into structured JSON and normalized markdown outputs.

Does Flow Notes validation check for unique identifiers and schema compliance?

Yes, Flow Notes validation checks for schema compliance, correct ID formats, and unique identifiers according to the Flow Framework v1.1 specification. It ensures all action items are properly formatted before committing to a project repository.