format: canned-prompt/v0.2 id: practice/pqrst-estimate name: PQRST Estimate version: 0.2.1 summary: 'Produce a post-session estimate of effort distributed across the PQRST categories for an agentic coding session. ' type: template template: prompt.md dependencies: prompts: - id: practice/house-style version: '>= 0.1.0' requirement: required inputs: - name: house_style type: content required: false description: 'Shared house-style block, composed from practice/house-style. ' default: include: practice/house-style - 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: - long-context tags: - pqrst - retrospective - agentic-coding - effort-estimation license: MIT provenance: author: canned-prompts seed examples: - examples/basic.yaml evals: - evals/quality.yaml