39 lines
880 B
YAML
39 lines
880 B
YAML
|
|
format: canned-prompt/v0.1
|
||
|
|
id: practice/pqrst-estimate
|
||
|
|
name: PQRST Estimate
|
||
|
|
version: 0.1.0
|
||
|
|
summary: 'Produce a post-session estimate of effort distributed across the PQRST categories
|
||
|
|
for an agentic coding session.
|
||
|
|
|
||
|
|
'
|
||
|
|
type: template
|
||
|
|
template: prompt.md
|
||
|
|
inputs:
|
||
|
|
- name: session_summary
|
||
|
|
type: content
|
||
|
|
required: true
|
||
|
|
description: 'Session transcript, summary, or sufficiently detailed account of the
|
||
|
|
work performed during the coding session.
|
||
|
|
|
||
|
|
'
|
||
|
|
parameters:
|
||
|
|
include_rationale:
|
||
|
|
type: boolean
|
||
|
|
default: true
|
||
|
|
description: Explain the evidence behind the estimate.
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: A 100% PQRST effort allocation with concise interpretation.
|
||
|
|
compatibility:
|
||
|
|
capabilities:
|
||
|
|
- session-review
|
||
|
|
tags:
|
||
|
|
- pqrst
|
||
|
|
- retrospective
|
||
|
|
- agentic-coding
|
||
|
|
- effort-estimation
|
||
|
|
provenance:
|
||
|
|
author: canned-prompts seed
|
||
|
|
examples:
|
||
|
|
- examples/basic.yaml
|