58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/session-close
|
||
|
|
name: Close Session
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Run the hall-of-helix closing routine: finish the work, produce an uncoached
|
||
|
|
PQRST estimate, write the seat, check the hall, then log and sync.
|
||
|
|
type: template
|
||
|
|
template: prompt.md
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
prompts:
|
||
|
|
- id: helix/custodian-conventions
|
||
|
|
version: ">= 0.1.0"
|
||
|
|
requirement: required
|
||
|
|
- id: practice/pqrst-estimate
|
||
|
|
version: ">= 1.0.0"
|
||
|
|
requirement: required
|
||
|
|
|
||
|
|
inputs:
|
||
|
|
- name: conventions
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
default:
|
||
|
|
include: helix/custodian-conventions
|
||
|
|
- name: pqrst_prompt
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
description: >
|
||
|
|
The canonical PQRST prompt, composed verbatim from practice/pqrst-estimate
|
||
|
|
so that closing needs no pqrst-practice checkout.
|
||
|
|
default:
|
||
|
|
include: practice/pqrst-estimate
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
A PQRST record, a hall seat following ENTRY.md, the hall check result, and
|
||
|
|
a logged progress event.
|
||
|
|
|
||
|
|
compatibility:
|
||
|
|
capabilities:
|
||
|
|
- long-context
|
||
|
|
|
||
|
|
examples:
|
||
|
|
- examples/basic.yaml
|
||
|
|
evals:
|
||
|
|
- evals/pqrst-embedded.yaml
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
tags: [session-close, retrospective, hall-of-helix, custodian]
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: personal prompt collection, contributed 2026-09-06
|
||
|
|
derived_from:
|
||
|
|
- id: practice/pqrst-estimate
|
||
|
|
version: 1.0.0
|