A curated set of Markdown prompts 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 .json
files that conform to docs/prompt_schema.json
. Each
file contains these top-level fields:
id
– unique kebab-case identifiertitle
– short descriptive titlecategory
– directory or topical groupingauthor
– optional author attributioncreated
– date added (YYYY-MM-DD
)last_modified
– most recent modification datetested_model
– optional model/version used when testingtemperature
– optional sampling temperaturetags
– optional array of keywordsprompt
– object holding the prompt textThe prompt
object must include purpose
, context
, instructions
, inputs
,
and output_format
. Optional keys are additional_notes
, example_usage
, and
references
. See docs/template_prompt.json
for a filled-out example.
The body of the prompt mirrors the template in
prompt_tools/L5_standardize-prompt-files.md
with sections for Purpose
,
Context
, Instructions
, Inputs
, Output Format
, Additional Notes
,
Example Usage
, and References
.
Run the helper script to verify JSON formatting and the docs index before committing:
./scripts/validate_json.sh
The script requires jq
and Python 3. It checks that
docs/index.md
and docs/table-of-contents.md
are current and then runs jq
against every *.json
file. The same check runs in GitHub Actions.
This repository also runs workflows to generate missing overview.md
files, verify file naming, and commit the docs index when it changes.
.json
files that follow docs/prompt_schema.json
and place them in the appropriate folder.prompt_tools/L5_prompt_sanitiser.md
and prompt_tools/L5_standardize-prompt-files.md
.scripts/validate_json.sh
to verify JSON formatting and update the docs index.prompt_tools/01_architecture_review_pipeline.md
to audit the repository.overview.md
will be generated automatically by the workflow.scripts/validate_json.sh
locally helps catch issues early.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.