A curated set of prompts in YAML for AI-assisted product development, regulatory workflows, and general operations. Prompts are organized by topic—ranging from code reviews to market research—so you can mix and match them in your own agentic workflows.
docs/ – additional docs and a full table of contentsPrompts are stored as .prompt.yaml or .prompt.yml files. Each prompt file
contains two sections:
messages with role/content pairs that
form the actual prompt. Use `` placeholders for user-provided
values.Top-level fields available in a prompt file include:
name – short human-readable titledescription – concise summary of what the prompt doesmodel – model identifiermodelParameters – optional model parameters such as temperaturemessages – list of system and user messagestestData – example inputs with their expected outputsevaluators – rules for verifying model responsesSee docs/template_prompt.prompt.yaml for a filled-out example.
In addition to individual prompts, this repository supports Prompt Workflows,
which chain multiple prompts together to perform complex, multi-step tasks.
Workflows are defined in .workflow.yaml files and can be executed with the
included runner script.
To learn more, see the Prompt Workflows Documentation.
Run a YAML linter to verify formatting and keep the docs index current before committing:
yamllint **/*.prompt.yaml
The linter helps ensure valid YAML syntax. The repository also runs workflows to
generate missing overview.md files, verify file naming, validate prompts,
and commit the docs index when it changes.
.prompt.yaml files that follow docs/template_prompt.prompt.yaml and place them in the appropriate folder. Convert any existing .json prompts to YAML and remove the obsolete JSON files.prompt_tools/L5_prompt_sanitiser.md and prompt_tools/L5_standardize-prompt-files.md.prompt_tools/01_architecture_review_pipeline.md to audit the repository.overview.md will be generated automatically by the workflow.This project is licensed under the Proompts Personal Use License. Individuals may freely use, modify, and distribute the prompts for personal, non-commercial purposes. Commercial entities must obtain written permission from Frederick de Ruiter before using the material.