24 lines
560 B
YAML
24 lines
560 B
YAML
|
|
format: canned-prompt/v0.1
|
||
|
|
id: practice/house-style
|
||
|
|
name: House Style
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Shared style block for review and estimate prompts: evidence first,
|
||
|
|
no filler, state uncertainty plainly.
|
||
|
|
type: fragment
|
||
|
|
template: prompt.md
|
||
|
|
parameters:
|
||
|
|
tone:
|
||
|
|
type: enum
|
||
|
|
values: [neutral, blunt]
|
||
|
|
default: neutral
|
||
|
|
description: How direct the wording should be.
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: A style instruction block intended for inclusion, not standalone use.
|
||
|
|
tags:
|
||
|
|
- style
|
||
|
|
- fragment
|
||
|
|
provenance:
|
||
|
|
author: canned-prompts seed
|