Evolving capabilities from intent to code
Find a file
tegwick 883409665f
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Package the reusable prompt collection under prompts/
HF-WP-0005. The prompts used to drive work across HelixForge repositories
existed only as text pasted between sessions. They are now Canned Prompt Format
v0.2 packages with declared inputs, parameters and output contracts.

Seven packages: repo-orient (merging "what is this repo about" with "what
should we do now" as a `depth` parameter), repo-register, repo-advance,
commit-sync, scope-audit, gap-workplan, session-close.

"Go on implement, please" is deliberately not packaged. It is conversational
continuation with no contract to declare, and packaging it would produce an
artifact whose only content is the word "continue".

Every one of these prompts assumed the operator's setup — the State Hub is a
read model, workplans originate as files and are never registered by hand, a
session closes with a progress event. That assumption is what made them
personal rather than reusable. helix/custodian-conventions states those rules
once as a fragment composed by every package, so they are versioned,
improvable in one place, and present for an agent that has never seen this
fleet.

helix/commit-sync-routine exists for a narrower reason. repo-advance first
composed the whole commit-sync package, which itself composes the conventions,
so the rendered prompt carried the conventions block twice — CPF inclusion does
not deduplicate, and a diamond dependency renders shared content once per path.
Factoring the routine out removes the diamond and is a better factoring
regardless. Recorded upstream as canned-prompts CANP-WP-0004-T03.

helix/session-close composes practice/pqrst-estimate, so the canonical PQRST
block is embedded verbatim. hall-of-helix CLOSING.md says the canonical prompt
still governs when you have no pqrst-practice checkout, without saying how it
reaches you; this is how. evals/pqrst-embedded.yaml fails if the canonical text
stops being embedded verbatim, rather than letting the package quietly become a
paraphrase.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bjefh8NUiEiahN4JLwoSKM

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 388925@bnt-lap001
Assistant-Session: 3507023f-e0fd-4a1e-9d90-a0d4217d1502
2026-09-06 17:15:13 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 3) 2026-07-08 17:15:46 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 12:32:52 +02:00
design Added initial brandbook and design resources 2026-05-22 23:50:31 +02:00
docs Finish HF-WP-0003 OpenBao KeyCape login overlay workplan 2026-06-19 20:28:16 +02:00
prompts Package the reusable prompt collection under prompts/ 2026-09-06 17:15:13 +02:00
registry Add registry/NO_CAPABILITIES.md (reuse-surface REUSE-WP-0017-T03) 2026-07-06 18:50:37 +02:00
scripts Record ops-hub bootstrap progress and add API bootstrap helper 2026-06-19 19:09:21 +02:00
standards Added a standard to systematically assess usecases 2026-06-14 21:31:26 +02:00
wiki Record ops-hub bootstrap progress and add API bootstrap helper 2026-06-19 19:09:21 +02:00
workplans Package the reusable prompt collection under prompts/ 2026-09-06 17:15:13 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-08-09 21:56:51 +02:00
.gitignore Initial commit 2026-05-15 21:07:58 +00:00
.repo-classification.yaml Human-review .repo-classification.yaml (CUST-WP-0050 follow-up) 2026-06-22 17:56:16 +02:00
AGENTS.md docs(agents): repoint remote State Hub URL to the in-cluster address 2026-08-25 00:21:07 +02:00
CLAUDE.md Record ops-hub bootstrap progress and add API bootstrap helper 2026-06-19 19:09:21 +02:00
INTENT.md Link OpenBao custody direction in INTENT and SCOPE 2026-06-19 20:13:11 +02:00
LICENSE Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout) 2026-07-29 23:45:25 +02:00
README.md Established repo intent 2026-05-16 00:29:39 +02:00
SCOPE.md docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 3) 2026-07-08 17:15:46 +02:00
WORK-RECORDS.md Added workplan and work records 2026-08-19 21:21:16 +02:00

Evolving capabilities from intent to code