You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ TeaPrompt is a **reflective engineering prompt library** focused on quality over
10
10
11
11
## Harness Policy (Nine Skills)
12
12
13
-
TeaPrompt ships **nine frozen workflow skills** as natural-language harness policy — not a multi-agent runtime.
13
+
TeaPrompt ships **nine frozen core workflow skills** as natural-language harness policy — not a multi-agent runtime. Nine is the current bounded routing set, not an optimality claim; optional registered domain packs remain outside core routing.
14
14
15
-
- Pick **Strictness L1–L6** before choosing a skill ([reflective-dispatch](reflective-prompt-library/skills/reflective-dispatch/SKILL.md)).
16
-
- Do **not** add a tenth core skill without the three-recurrence promotion gate ([PROJECT_KNOWLEDGE](reflective-prompt-library/PROJECT_KNOWLEDGE.md)).
15
+
- Pick **Strictness L1–L6** before choosing a core skill ([reflective-dispatch](reflective-prompt-library/skills/reflective-dispatch/SKILL.md)).
16
+
- Do **not** add a tenth core skill without the three-recurrence promotion gate and explicit human approval ([PROJECT_KNOWLEDGE](reflective-prompt-library/PROJECT_KNOWLEDGE.md)).
17
+
- Add or extend a domain pack only through the canonical admission rule in [`06-repo/AGENTS.md`](reflective-prompt-library/06-repo/AGENTS.md#harness-policy-nine-skills); keep it out of `reflective-dispatch` routes and update `DOMAIN_PACK_SKILLS`, its ledger, demotion triggers, and structural guards.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Doing the right thing > doing things right.
14
14
15
15
## North Star
16
16
17
-
TeaPrompt helps humans and host agents choose the **right amount of rigor** for a task, record **why** decisions were made, and verify outcomes with **evidence** — using composable prompt layers and nine workflow skills as natural-language harness policy, **without** operating its own agent runtime.
17
+
TeaPrompt helps humans and host agents choose the **right amount of rigor** for a task, record **why** decisions were made, and verify outcomes with **evidence** — using composable prompt layers, [nine core workflow skills plus optional registered domain packs](reflective-prompt-library/skills/skill-map.md) as natural-language harness policy, **without** operating its own agent runtime.
18
18
19
19
Full library docs: [reflective-prompt-library/README.md](reflective-prompt-library/README.md).
- In scope: strictness-first routing, nine frozen workflow skills (frozen means gated, not never), evidence-backed completion, project-knowledge authority boundary.
10
-
- Out of scope: multi-agent runtime, tenth core skill without promotion gate, silent rigor downgrade.
9
+
- In scope: strictness-first routing, nine frozen core workflow skills (the current bounded routing set; frozen means gated, not never), registered domain packs outside core routing, evidence-backed completion, project-knowledge authority boundary.
10
+
- Out of scope: multi-agent runtime, tenth core skill without promotion gate, unregistered or silently core-routed domain packs, silent rigor downgrade.
11
11
12
12
## Acceptance Criteria
13
13
@@ -41,14 +41,26 @@ runtime. For non-trivial routing, governance, or skill-selection work:
41
41
42
42
1.**Strictness before skills** — pick L1–L6 first, then the smallest workflow.
43
43
See [README.md](../README.md#strictness-before-skills) and [GLOSSARY.md](../GLOSSARY.md).
44
-
2.**Nine frozen workflow skills** — do not add a tenth core skill without the
Copy file name to clipboardExpand all lines: reflective-prompt-library/METHODOLOGY_MAP.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ current decision legible?"**
69
69
70
70
## The 10-Layer Taxonomy
71
71
72
-
The taxonomy has ten layers for project surfaces; the execution routing set remains the nine frozen workflow skills under `skills/`. Skill-count decisions follow the nine-skill policy, not the layer count. Frozen means gated, not never: a tenth core workflow skill needs the three-recurrence promotion gate and explicit human approval.
72
+
The taxonomy has ten layers for project surfaces; the execution routing set remains nine frozen **core**workflow skills under `skills/`. Nine is the current bounded-set cardinality, not an optimality claim. Frozen means gated, not never: a tenth core workflow skill needs the three-recurrence promotion gate and explicit human approval. Optional registered domain packs are host-invoked contracts outside this routing set; see [`skills/skill-map.md`](skills/skill-map.md#registered-domain-packs-not-core-routing).
73
73
74
74
Instead of a single prompt, the methodology is formally structured into ten distinct layers:
75
75
@@ -131,9 +131,9 @@ are stable and a human confirms the promotion.
131
131
## Multi-Agent Panel Consensus Addendum
132
132
133
133
The 2026-06-25 multi-lens Socratic panel (six provider perspectives, single host)
134
-
reaffirmed the north star: **nine frozen workflow skills**, strictness-first routing,
135
-
evidence-backed evals in CI, optional multi-voice synthesis in `reflective-research`
136
-
— not a swarm runtime. Judgment record:
134
+
reaffirmed the north star: a bounded set of **nine frozen core workflow skills**,
135
+
strictness-first routing, evidence-backed evals in CI, and optional multi-voice
136
+
synthesis in `reflective-research`— not a swarm runtime. Judgment record:
Copy file name to clipboardExpand all lines: reflective-prompt-library/PROJECT_KNOWLEDGE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ Language: English
34
34
35
35
TeaPrompt helps humans and host agents choose the right amount of rigor for a task,
36
36
record why decisions were made, and verify outcomes with evidence — using composable
37
-
prompt layers and nine workflow skills as natural-language harness policy, without
38
-
operating its own agent runtime. See [README.md](README.md#north-star).
37
+
prompt layers, nine core workflow skills, and optional registered domain packs as
38
+
natural-language harness policy, without operating its own agent runtime. See
39
+
[README.md](README.md#north-star).
39
40
40
41
> The active problem the project is solving now, with explicit non-goals so scope
41
42
> does not silently expand. Completed milestones are retired from this section;
@@ -49,9 +50,10 @@ deferred promotions are recurrence-gated — see [panel backlog](plans/multi-age
49
50
50
51
### Standing Non-Goals
51
52
- TeaPrompt does not operate its own multi-agent runtime, swarm, async peer messaging layer, recorder, replay engine, or side-effect enforcer; runtime designs remain references unless project direction changes.
52
-
- The core workflow layer remains nine frozen workflow skills; a tenth core skill needs the three-recurrence promotion gate and explicit human approval.
53
+
- The core routing layer remains nine frozen workflow skills; nine is the current bounded-set cardinality, not an optimality claim. A tenth core skill needs the three-recurrence promotion gate and explicit human approval.
54
+
- Registered domain packs are host-invoked contracts outside core routing and follow the binding admission rule in [06-repo/AGENTS.md](06-repo/AGENTS.md#harness-policy-nine-skills); a user-directed exception records recurrence as `unknown`, never as proof of recurrence.
53
55
- Full `SKILL.md` localization is not current direction; zh-TW supports navigation, cheatsheet routing, and glossary lines while English stays canonical for skill contracts.
54
-
- Seeded routing evals are regression guards, not proof of general semantic routing quality; holdout expansion precedes router tuning.
56
+
-Router tuning follows [ROUTING_CONTRACT.md](plans/ROUTING_CONTRACT.md) R8: add holdout evidence before tuning. Seeded routing evals are regression guards, not proof of general semantic routing quality.
55
57
- "Methodology-complete" does not mean "operationally complete"; prompt/spec coverage does not promise persistence, replay, cancellation, idempotency, or role isolation.
56
58
- Skills and prompt lenses may specify required runtime guarantees as preconditions, but TeaPrompt does not enforce or warrant them; host-runtime code and tests are the authority for operational guarantees, and missing enforcement evidence is `unknown` / no-go.
Copy file name to clipboardExpand all lines: reflective-prompt-library/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ Core identity prompt
21
21
22
22
## North Star
23
23
24
-
TeaPrompt helps humans and host agents choose the **right amount of rigor** for a task, record **why** decisions were made, and verify outcomes with **evidence** — using composable prompt layers and nine workflow skills as natural-language harness policy, **without** operating its own agent runtime.
24
+
TeaPrompt helps humans and host agents choose the **right amount of rigor** for a task, record **why** decisions were made, and verify outcomes with **evidence** — using composable prompt layers, [nine core workflow skills plus optional registered domain packs](skills/skill-map.md) as natural-language harness policy, **without** operating its own agent runtime.
25
25
26
26
## Strictness Before Skills
27
27
28
28
Pick **Strictness L1–L6** first (`skills/reflective-dispatch/SKILL.md`, [GLOSSARY.md](GLOSSARY.md)), then the skill phase. Skills declare `context_load: low|medium|high` in frontmatter so cost-aware hosts can defer heavy skills when Strictness is low.
29
29
30
-
Standing non-goals are explicit: no TeaPrompt-owned runtime/swarm, no tenth core workflow skill without promotion evidence (frozen means gated, not never), no full `SKILL.md` i18n by default, and no silent rigor downgrade. Seeded routing evals are regression guards, not semantic-routing proof; methodology-complete does not mean operationally complete; skills may declare required runtime guarantees as preconditions, but host-runtime code and tests must enforce them. See [PROJECT_KNOWLEDGE.md](PROJECT_KNOWLEDGE.md#standing-non-goals).
30
+
Standing non-goals are explicit: no TeaPrompt-owned runtime/swarm, no tenth core workflow skill without promotion evidence (frozen means gated, not never), and no domain pack inside core routing; optional packs follow the admission rule in `06-repo/AGENTS.md`. Full `SKILL.md` i18n is not a default, and silent rigor downgrade is forbidden. Seeded routing evals are regression guards, not semantic-routing proof; methodology-complete does not mean operationally complete; skills may declare required runtime guarantees as preconditions, but host-runtime code and tests must enforce them. See [PROJECT_KNOWLEDGE.md](PROJECT_KNOWLEDGE.md#standing-non-goals).
31
31
32
32
33
33
## Governance Panel Record
@@ -44,9 +44,9 @@ Multi-agent Socratic consensus on project goals and the nine skills (Rounds 1–
44
44
-`05-domain/`: high-risk review, research, business strategy, learning, writing, and creative template prompts.
45
45
-`06-repo/`: repository-level instruction templates plus a reusable
46
46
`PROJECT_KNOWLEDGE.template.md` for project-specific design judgement.
47
-
-`skills/`: concise `SKILL.md` workflow wrappers that map the prompt library into practical agent workflows.
48
-
-`skills/SKILL_TRIGGER_CHEATSHEET.md`: one-page trigger cues and anti-misuse rules for the 9 workflow skills.
49
-
-`skills/examples/`: worked input/output examples for each workflow skill.
47
+
-`skills/`: nine core `SKILL.md` workflow wrappers plus optional registered domain packs; [skill-map.md](skills/skill-map.md) is the tier map.
48
+
-`skills/SKILL_TRIGGER_CHEATSHEET.md`: one-page trigger cues and anti-misuse rules for the 9 core workflow skills, with a host-invoked domain-pack appendix.
49
+
-`skills/examples/`: worked input/output examples for every registered core or domain-pack skill.
50
50
-`plans/`: decision records, research reflections, eval fixtures, and governance contracts; live pointers are summarized in [PROJECT_KNOWLEDGE.md](PROJECT_KNOWLEDGE.md).
51
51
-`plans/ROUTING_CONTRACT.md`: routing fairness, observability, and risk-based default-up contract.
52
52
-`plans/route-001-paraphrase-eval.yaml`: paraphrase routing eval seed for ROUTE-001.
0 commit comments