43 lines
1,017 B
YAML
43 lines
1,017 B
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/gap-workplan
|
||
|
|
name: Gaps to Workplan
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Identify the gaps most worth addressing, turn them into a registered workplan
|
||
|
|
with scoped tasks, and implement it.
|
||
|
|
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:
|
||
|
|
implement:
|
||
|
|
type: boolean
|
||
|
|
default: true
|
||
|
|
description: >
|
||
|
|
Whether to implement the workplan after registering it, or stop once it
|
||
|
|
is written and registered.
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
A ranked gap analysis, a registered workplan file, and — when implementing —
|
||
|
|
the work itself with tasks closed and evidence recorded.
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
tags: [planning, workplan, gaps, custodian]
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: personal prompt collection, contributed 2026-09-06
|