writing-prompts

Define and enforce standardized workflows for creating .prompt.md prompt templates.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill writing-prompts-ai-driven-highspeed-development
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-prompts
Source: https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3/tree/main/modules/dev/instruction_core/data/skills/writing-prompts
Command: npx skills add https://github.com/AI-Driven-Highspeed-Development/adhd_framework_v3 --skill writing-prompts-ai-driven-highspeed-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

A standardized workflow for creating and validating .prompt.md prompt templates, ensuring consistent frontmatter, structure, and guidance so agents receive well-defined prompts.

Core Features & Use Cases

  • Self-contained prompts: ensure each template includes all necessary sections and defaults.
  • Guided structure: enforce YAML frontmatter, Title, Task Description, Steps, and a Default Behavior block.
  • Reuse and references: reference rules in references/prompt-spec.md and templates in assets/prompt-template.md to maintain consistency across projects.

Quick Start

Create a new .prompt.md from the provided template, fill in the YAML header with a concise description, write a clear title, task sections, and a Default Behavior block, then save it in the prompts directory.

Frequently Asked Questions about writing-prompts

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

FAQPage Schema
How do I create a standardized prompt template with YAML frontmatter?▼

To create a standardized prompt template, use a predefined .prompt.md file with YAML frontmatter containing a description, followed by structured sections like Title, Task Description, Steps, and a Default Behavior block to ensure agent clarity.

What is a Default Behavior block in a prompt template?▼

A Default Behavior block is a mandatory section within .prompt.md prompt templates that specifies fallback actions or constraints, ensuring AI agents execute tasks predictably even when explicit instructions are missing or ambiguous.

How do I enforce a consistent prompt authoring workflow across projects?▼

You can enforce a consistent prompt authoring workflow by referencing shared instruction rules in prompt-spec.md and utilizing a blank template in prompt-template.md, ensuring all .prompt.md files adhere to the same structural and frontmatter standards.

Do I need any dependencies to use the prompt-template authoring workflow?▼

No dependencies are required to use the prompt-template authoring workflow; it operates self-contained using internal references and blank template assets to generate standardized .prompt.md files without external packages.

What sections are required in a .prompt.md file?▼

A .prompt.md file requires YAML frontmatter with a description, followed by anchored sections including Title, Task Description, Steps, and a Default Behavior block to maintain structural consistency and provide clear agent instructions.

Why does my AI agent fail to follow prompt instructions correctly?▼

AI agents may fail to follow prompt instructions if the .prompt.md file lacks a mandatory Default Behavior block or structured sections, which are required to provide well-defined constraints and predictable execution paths.