41 lines
974 B
YAML
41 lines
974 B
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/scope-audit
|
||
|
|
name: Scope Audit
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Bring SCOPE.md in line with what the repo can actually do, assess that scope
|
||
|
|
against INTENT.md, and file the gap assessment as a timestamped history entry.
|
||
|
|
type: template
|
||
|
|
template: prompt.md
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
prompts:
|
||
|
|
- id: helix/custodian-conventions
|
||
|
|
version: ">= 0.1.0"
|
||
|
|
requirement: required
|
||
|
|
|
||
|
|
inputs:
|
||
|
|
- name: conventions
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
default:
|
||
|
|
include: helix/custodian-conventions
|
||
|
|
|
||
|
|
parameters:
|
||
|
|
history_dir:
|
||
|
|
type: string
|
||
|
|
default: history
|
||
|
|
description: Directory for the timestamped assessment file.
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
An updated SCOPE.md and a timestamped gap assessment filed under the
|
||
|
|
history directory, plus a summary of the gaps found.
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
tags: [scope, audit, governance, custodian]
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: personal prompt collection, contributed 2026-09-06
|