project-tiny-context-harness 0.2.54 → 0.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +266 -243
  3. package/assets/README.md +302 -279
  4. package/assets/README.zh-CN.md +8 -6
  5. package/assets/agents/.gitkeep +1 -1
  6. package/assets/agents/AGENTS_CORE.md +56 -55
  7. package/assets/context_templates/architecture.md +31 -31
  8. package/assets/context_templates/area.md +24 -24
  9. package/assets/context_templates/context.toml +27 -27
  10. package/assets/context_templates/deployment.md +35 -35
  11. package/assets/context_templates/global.md +53 -53
  12. package/assets/context_templates/product-surface-contract.md +60 -0
  13. package/assets/context_templates/verification.md +28 -28
  14. package/assets/github/.gitkeep +1 -1
  15. package/assets/github/harness.yml +19 -19
  16. package/assets/make/.gitkeep +1 -1
  17. package/assets/make/ty-context.mk +48 -0
  18. package/assets/skills/context_development_engineer/SKILL.md +69 -66
  19. package/assets/skills/context_full_project_export/SKILL.md +25 -25
  20. package/assets/skills/context_harness_upgrade/SKILL.md +9 -9
  21. package/assets/skills/context_product_plan/SKILL.md +73 -70
  22. package/assets/skills/context_surface_contract/SKILL.md +168 -0
  23. package/assets/skills/context_uiux_design/SKILL.md +113 -110
  24. package/assets/skills/plan_acceptance_checklist_compiler/SKILL.md +427 -0
  25. package/assets/tools/validate_context.py +276 -276
  26. package/dist/cli.js +1 -1
  27. package/dist/commands/check-modularity.js +1 -1
  28. package/dist/commands/export-context.js +6 -6
  29. package/dist/commands/index.js +3 -3
  30. package/dist/commands/init.js +1 -1
  31. package/dist/commands/package-source.js +2 -2
  32. package/dist/commands/upgrade.js +1 -1
  33. package/dist/lib/config.js +2 -2
  34. package/dist/lib/constants.d.ts +1 -1
  35. package/dist/lib/constants.js +1 -1
  36. package/dist/lib/context-export.js +5 -5
  37. package/dist/lib/harness-root.d.ts +5 -0
  38. package/dist/lib/harness-root.js +32 -4
  39. package/dist/lib/legacy-managed-scan.d.ts +2 -0
  40. package/dist/lib/legacy-managed-scan.js +79 -0
  41. package/dist/lib/legacy-sdlc-migration.d.ts +2 -0
  42. package/dist/lib/legacy-sdlc-migration.js +189 -0
  43. package/dist/lib/managed-file.d.ts +18 -12
  44. package/dist/lib/managed-file.js +25 -14
  45. package/dist/lib/migrations.js +4 -2
  46. package/dist/lib/package-json-config.js +3 -3
  47. package/dist/lib/paths.d.ts +2 -2
  48. package/dist/lib/paths.js +2 -2
  49. package/dist/lib/sync-engine.js +33 -31
  50. package/dist/lib/validators.js +2 -2
  51. package/migrations/README.md +3 -3
  52. package/package.json +68 -68
  53. package/source-mappings.yaml +21 -21
  54. package/assets/make/sdlc-harness.mk +0 -48
@@ -0,0 +1,427 @@
1
+ ---
2
+ name: plan_acceptance_checklist_compiler
3
+ description: Use when the user provides or references a plan, Markdown file, RFC, implementation proposal, milestone plan, or long-task goal/target-mode task and explicitly asks for an acceptance checklist, completion definition, or goal/target-mode prompt. Triggers include acceptance checklist for this plan, goal-mode prompt for this implementation plan, target-mode prompt for this plan, 为这份方案生成验收清单, 整理这份方案输出目标模式文本. Do not trigger on standalone acceptance/目标模式/完成定义 terms without a plan-like source. This Skill writes temporary artifacts under tmp/ty-context/plan-acceptance and never executes the plan or marks completion.
4
+ ---
5
+
6
+ # Plan Acceptance Checklist Compiler
7
+
8
+ ## Package-Managed Boundary
9
+
10
+ This Skill is generated by `ty-context sync` and owned by the Harness package. Do not edit the generated `plan_acceptance_checklist_compiler` Skill directly in a consumer project.
11
+
12
+ Project-specific acceptance rules belong in `project_context/**`, `DESIGN.md` when visual design facts are durable, or a separate project-local Skill. Keep this package-managed Skill business-agnostic.
13
+
14
+ ## Purpose
15
+
16
+ Convert a given long-task plan into a strict, project-context-aware acceptance checklist and a short goal/target-mode execution prompt.
17
+
18
+ The output answers:
19
+
20
+ ```text
21
+ For this exact plan, what must be true before a future executor can honestly say the task is complete?
22
+ ```
23
+
24
+ This Skill is generic. Do not embed business-specific rules, provider-specific rules, product-domain assumptions, artifact schemas, API names, UI names, status names, or one-off project logic in this Skill. If the user's plan contains a specific domain, derive acceptance items from that plan and the project Context during the current invocation only.
25
+
26
+ ## Required Outputs
27
+
28
+ Every completed invocation must produce:
29
+
30
+ 1. A preserved copy of the plan under `tmp/ty-context/plan-acceptance/`.
31
+ 2. A rigorous acceptance checklist derived from the plan and relevant project Context.
32
+ 3. A goal/target-mode prompt the user can paste directly into Codex.
33
+
34
+ Exception: if the Context confirmation gate below triggers, stop after materializing the plan and reading enough Context to explain the uncertainty. Ask the user for confirmation before producing the checklist or goal/target-mode prompt.
35
+
36
+ The goal/target-mode prompt must be no longer than 4000 characters. Use the user's language when practical. For Chinese requests, use this shape:
37
+
38
+ ```text
39
+ 实施计划: tmp/ty-context/plan-acceptance/<plan>.md
40
+ 可多开agent,agent名额不够了就关掉不用的。
41
+ <验收清单>
42
+ ```
43
+
44
+ For English requests, use this shape:
45
+
46
+ ```text
47
+ Plan: tmp/ty-context/plan-acceptance/<plan>.md
48
+ You may use multiple agents; if agent slots run low, close idle or unnecessary agents.
49
+ <acceptance checklist>
50
+ ```
51
+
52
+ This resource lifecycle line is part of the generated execution prompt. It authorizes parallel decomposition for the future executor while requiring unused agents to be closed when slots run low.
53
+
54
+ ## Non-Scope
55
+
56
+ Do not execute the plan unless the user separately asks for execution.
57
+
58
+ Do not modify product code, migrations, UI, API, tests, runtime artifacts, or durable Context while using this Skill.
59
+
60
+ Do not run long validation, external probes, browser flows, cloud smoke tests, database writes, deployment commands, or other side-effect commands unless the user explicitly asks for validation execution.
61
+
62
+ Do not mark any goal complete. This Skill defines acceptance; it does not complete acceptance.
63
+
64
+ Do not lower the plan target to match current implementation.
65
+
66
+ ## Trigger Conditions
67
+
68
+ Use this Skill when the user asks for any of the following:
69
+
70
+ - Give a plan, Markdown file, RFC, milestone, or implementation proposal an acceptance checklist.
71
+ - Combine project durable Context with a long-task plan to produce acceptance criteria.
72
+ - Convert a long-range task plan into a checklist for Codex goal/target mode.
73
+ - Generate a completion definition for "execute this plan until done."
74
+ - Check whether a plan is missing acceptance conditions.
75
+ - Combine user objective, plan steps, project Context, code entry points, and verification paths into an executable acceptance matrix.
76
+
77
+ Typical trigger phrases:
78
+
79
+ ```text
80
+ acceptance checklist for this plan
81
+ goal-mode prompt for this implementation plan
82
+ target-mode prompt for this plan
83
+ completion definition for this plan
84
+ long-task plan acceptance
85
+ audit this plan for acceptance criteria
86
+ 整理这份方案,输出一份目标模式文本给我
87
+ 整理方案输出目标模式文本
88
+ 为这份方案生成验收清单
89
+ 方案验收清单
90
+ 长程任务方案验收
91
+ 实施计划验收清单
92
+ 结合项目 context 梳理方案验收
93
+ 为这份 md 生成目标模式验收文本
94
+ 把这份 md 整理成验收清单
95
+ ```
96
+
97
+ Do not trigger from standalone broad phrases such as `goal mode`, `target mode`, `acceptance criteria`, `completion definition`, `目标模式文本`, `验收标准`, or `完成定义` unless the same user request also identifies a plan-like source.
98
+
99
+ ## Input Priority
100
+
101
+ Build the checklist from these sources, in order:
102
+
103
+ 1. User's current instruction.
104
+ 2. The referenced or pasted plan.
105
+ 3. Relevant durable project Context under `project_context/**`.
106
+ 4. Repository guidance such as `AGENTS.md`, `README.md`, `DESIGN.md`, and relevant local Skills.
107
+ 5. Current code and tests, only to identify real surfaces, commands, routes, schemas, artifacts, entry points, and likely verification paths.
108
+ 6. Existing reports or artifacts, only to identify required evidence and invalidation risks. Existing artifacts are not proof unless the user explicitly asks to audit current completion.
109
+
110
+ If plan and Context conflict, preserve the conflict in the checklist. Do not silently choose the easier side.
111
+
112
+ ## Step 1: Materialize The Plan Under `tmp/ty-context/plan-acceptance/`
113
+
114
+ Before writing the checklist, write the user-specified plan into the repository `tmp/ty-context/plan-acceptance/` directory.
115
+
116
+ Rules:
117
+
118
+ - If `tmp/ty-context/plan-acceptance/` does not exist, create it.
119
+ - If the user references a file outside `tmp/ty-context/plan-acceptance/`, copy its current content into `tmp/ty-context/plan-acceptance/<safe-plan-name>.md`.
120
+ - If the user references a file already under `tmp/ty-context/plan-acceptance/`, use that path directly unless the user asks for a new copy.
121
+ - If the user pasted the plan text, write the pasted plan exactly into `tmp/ty-context/plan-acceptance/<safe-plan-name>.md`.
122
+ - Preserve the plan content. Do not summarize, normalize, reorder, translate, or edit it while materializing it.
123
+ - Use a stable readable filename derived from the plan title, source filename, or user topic. Use lowercase letters, digits, hyphens, and `.md`.
124
+ - If the source plan cannot be found or read, stop and report the missing source. Do not invent a plan.
125
+ - The materialized plan is temporary execution input. It is not durable Context and not proof that any acceptance item passed.
126
+
127
+ Recommended paths:
128
+
129
+ ```text
130
+ tmp/ty-context/plan-acceptance/<plan-slug>.md
131
+ tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md
132
+ ```
133
+
134
+ ## Step 2: Read Relevant Project Context
135
+
136
+ Read only the Context needed for the plan's impacted surfaces. Use Context to identify what the project says the system should mean.
137
+
138
+ Use code and tests to identify current implementation surfaces and verification commands. Code describes current state; it must not silently redefine the plan's completion definition.
139
+
140
+ Extract:
141
+
142
+ - Product or system contract.
143
+ - Module boundaries.
144
+ - API, data, artifact, runtime, UI, and test contracts.
145
+ - Validation and deployment paths.
146
+ - Security, privacy, redaction, and environment rules.
147
+ - Known non-goals and forbidden dependencies.
148
+ - Existing implementation entry points.
149
+
150
+ ## Step 3: Run The Context Confirmation Gate
151
+
152
+ After reading the plan and relevant Context, decide whether generating an acceptance checklist would require guessing or silently accepting many durable fact changes. If yes, stop and ask the user to confirm details before continuing.
153
+
154
+ Trigger this gate when any of these apply:
155
+
156
+ - The plan appears to add or change many long-term facts, such as product ownership, module boundaries, API/schema semantics, data contracts, state semantics, verification/deployment entry points, UI information architecture, security/privacy rules, or cross-domain dependency rules.
157
+ - The plan would likely require updates across multiple Context roles or areas, or more than a small number of durable Context files.
158
+ - The plan conflicts with current Context and the conflict changes the completion definition rather than only implementation details.
159
+ - The plan uses broad or strategic language whose meaning cannot be made falsifiable from the plan and Context alone, such as "rebuild the whole architecture", "unify every module", "production-grade", "fully integrated", "maximize capability", `重构整体架构`, `统一所有模块`, `生产级`, `长期方案`, `完全接入`, or similar.
160
+ - The acceptance outcome depends on choosing between product/architecture alternatives that the user has not explicitly chosen.
161
+ - External approvals, credentials, runtime environments, legal/compliance constraints, paid/provider access, or irreversible operational effects materially change what can be accepted.
162
+ - You judge that proceeding would encode a durable assumption the user probably expects to review.
163
+
164
+ When the gate triggers:
165
+
166
+ - Do not compile the final checklist, write the checklist file, or generate the goal/target-mode prompt yet.
167
+ - Ask 1-3 concise questions focused on the blocking durable assumptions.
168
+ - Include the materialized plan path if already written.
169
+ - State the specific Context files or Context roles that made confirmation necessary.
170
+ - Offer a concrete default only when it is safe and reversible; otherwise ask for an explicit decision.
171
+ - Resume from Step 2 after the user answers.
172
+
173
+ Do not trigger this gate merely because the plan is large. If the Context impact is clear, bounded, and the checklist can represent the durable Context updates as acceptance items without guessing, continue.
174
+
175
+ ## Step 4: Compile The Acceptance Contract
176
+
177
+ Before the detailed checklist, write a compact contract:
178
+
179
+ ```markdown
180
+ ## Acceptance Contract
181
+
182
+ - Plan source: `tmp/ty-context/plan-acceptance/<plan>.md`
183
+ - User objective: <objective>
184
+ - Completion definition: <what must be true>
185
+ - Core surfaces: <code/API/UI/data/runtime/artifact/test/context/etc.>
186
+ - Explicit non-goals: <items>
187
+ - External blockers: <accounts/session/credentials/network/cloud/manual approval/etc.>
188
+ - Evidence standard: <accepted proof types>
189
+ ```
190
+
191
+ If the plan uses broad words such as `all`, `complete`, `maximum`, `maximized`, `accepted`, `formal`, `production`, `real`, `current`, or `verified`, convert them into explicit inventory and evidence requirements.
192
+
193
+ ## Step 5: Build The Full Acceptance Checklist
194
+
195
+ Treat the checklist as the set of falsifiable acceptance items a future executor must satisfy. It is not a progress log.
196
+
197
+ Create a checklist table with these columns:
198
+
199
+ ```markdown
200
+ | ID | Acceptance item | Source | Scope | Required evidence | Verification method | Fail / not accepted if |
201
+ |---|---|---|---|---|---|---|
202
+ ```
203
+
204
+ Column rules:
205
+
206
+ - `ID`: stable ID such as `AC-01`; group by workstream if useful.
207
+ - `Acceptance item`: one atomic condition that must be true.
208
+ - `Source`: user instruction, plan section, Context file, code contract, schema, API, UI, test, or risk note.
209
+ - `Scope`: one of `core`, `conditional`, `blocked-external`, `out-of-scope`, `nice-to-have`.
210
+ - `Required evidence`: exact proof required.
211
+ - `Verification method`: concrete command, check, inspection path, API call, UI check, artifact validation, or manual proof.
212
+ - `Fail / not accepted if`: concrete invalidation case.
213
+
214
+ Each item must be evidence-bound and falsifiable. Split combined requirements into separate rows.
215
+
216
+ ## Generic Acceptance Dimensions
217
+
218
+ Include only dimensions relevant to the plan. Do not mechanically add irrelevant categories.
219
+
220
+ Consider these generic dimensions:
221
+
222
+ - Objective and completion definition.
223
+ - Scope inventory and coverage.
224
+ - Domain / project Context conformance.
225
+ - Code implementation behavior.
226
+ - API or interface contract.
227
+ - Data model, schema, migration, or persistence.
228
+ - Runtime state, configuration, session, credential, environment, or degraded behavior.
229
+ - Artifact generation, schema, freshness, provenance, and acceptance.
230
+ - UI or user-visible projection.
231
+ - Async job, worker, scheduler, queue, or background process.
232
+ - Security, privacy, redaction, secrets, and access control.
233
+ - Observability, logs, diagnostics, and operator visibility.
234
+ - Performance, timeout, boundedness, pagination, and resource budget.
235
+ - Backward compatibility and non-regression.
236
+ - Failure states, blocked states, retries, recovery, and next actions.
237
+ - Unit, integration, contract, smoke, browser, cloud, or production-like validation.
238
+ - Documentation or durable Context update, only when the plan requires a durable fact change.
239
+
240
+ ## Evidence Layer Separation
241
+
242
+ For evidence-heavy or validation-heavy plans, keep these layers separate:
243
+
244
+ ```text
245
+ infrastructure implemented
246
+ runtime exercised
247
+ evidence collected
248
+ evidence accepted
249
+ system surfaces reflect evidence
250
+ final validation passed
251
+ ```
252
+
253
+ Do not merge these layers unless the plan explicitly treats them as one.
254
+
255
+ Examples of generic false completion:
256
+
257
+ - Code exists, but runtime behavior was not exercised.
258
+ - Artifacts exist, but current validators reject them.
259
+ - Tests pass, but the required API/UI/runtime proof was not checked.
260
+ - A partial sample ran, but the plan required full inventory coverage.
261
+ - A document was updated, but the system state did not change.
262
+
263
+ ## Scope Labels
264
+
265
+ Use these exact labels:
266
+
267
+ - `core`: required to call the plan complete.
268
+ - `conditional`: required only when a stated condition applies.
269
+ - `blocked-external`: required for full completion but depends on unavailable external input.
270
+ - `out-of-scope`: explicitly excluded by the user or plan.
271
+ - `nice-to-have`: useful but not required; use sparingly.
272
+
273
+ Do not mark an item out of scope only because it is difficult.
274
+
275
+ ## Conflict Handling
276
+
277
+ If the plan, Context, and code disagree, add a conflict table:
278
+
279
+ ```markdown
280
+ | Conflict | Plan says | Context says | Code currently does | Acceptance impact | Required resolution |
281
+ |---|---|---|---|---|---|
282
+ ```
283
+
284
+ Do not resolve conflict by silently following current code.
285
+
286
+ ## False-Completion Traps
287
+
288
+ After the checklist, include traps that a future executor must not mistake for completion.
289
+
290
+ Use generic wording. Do not add business-specific traps to the Skill itself.
291
+
292
+ Template:
293
+
294
+ ```markdown
295
+ ## False-Completion Traps
296
+
297
+ - <activity> is not enough unless <acceptance proof> also exists.
298
+ - <partial proof> cannot prove <full acceptance item>.
299
+ - <old/stale/mismatched evidence> cannot prove current completion.
300
+ - <surface A> passing does not prove <surface B> unless the checklist links them.
301
+ ```
302
+
303
+ ## Suggested Execution Order
304
+
305
+ Suggest an execution order that prioritizes the highest-risk proof first:
306
+
307
+ 1. Confirm scope inventory and completion definition.
308
+ 2. Confirm schemas/contracts and invalid evidence rules.
309
+ 3. Implement or repair the core path.
310
+ 4. Produce or inspect required runtime/artifact/API/UI evidence.
311
+ 5. Run contract/integration/regression checks.
312
+ 6. Run build/typecheck/lint/smoke checks.
313
+ 7. Update temporary checklist status only if the user asked for status tracking.
314
+
315
+ Do not put low-signal checks before the core acceptance proof when the plan is evidence-driven.
316
+
317
+ ## Checklist Self-Test
318
+
319
+ Every generated checklist must pass this self-test:
320
+
321
+ ```markdown
322
+ ## Checklist Self-Test
323
+
324
+ - [ ] Every original plan section is mapped to at least one acceptance item or explicitly marked non-goal.
325
+ - [ ] Every broad word such as all / maximum / complete / formal / production / verified is converted into inventory + evidence.
326
+ - [ ] Every core item has a verification method.
327
+ - [ ] Every evidence item defines invalid evidence.
328
+ - [ ] Code, API, UI, data, runtime, artifacts, and tests are separated when they prove different things.
329
+ - [ ] External blockers are separated from local remaining work.
330
+ - [ ] Current implementation was not used to reduce the user's completion definition.
331
+ - [ ] The checklist can be handed to another Codex session without hidden assumptions.
332
+ ```
333
+
334
+ ## Goal/Target-Mode Prompt Generation
335
+
336
+ After compiling the checklist, produce a paste-ready goal/target-mode prompt.
337
+
338
+ Hard requirements:
339
+
340
+ - The prompt must be no longer than 4000 characters including line breaks.
341
+ - The first line must identify the plan path.
342
+ - Use `实施计划: <path>` for Chinese prompts and `Plan: <path>` for English prompts.
343
+ - The second line must be a resource lifecycle instruction: `可多开agent,agent名额不够了就关掉不用的。` for Chinese prompts or `You may use multiple agents; if agent slots run low, close idle or unnecessary agents.` for English prompts.
344
+ - The remaining content must be the acceptance checklist or a compact version of it.
345
+ - The prompt must be self-contained enough for goal/target-mode execution.
346
+ - Do not include explanatory preface inside the prompt.
347
+ - Do not include Markdown tables inside the prompt if they make it too long.
348
+ - Prefer short numbered items over verbose prose.
349
+ - If the full checklist is too large, write the full checklist to `tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md`, then compress the goal/target-mode prompt while preserving all core acceptance categories.
350
+ - The compact prompt may reference the full checklist path, but it must still include the core completion criteria directly.
351
+
352
+ Recommended compact Chinese prompt shape:
353
+
354
+ ```text
355
+ 实施计划: tmp/ty-context/plan-acceptance/<plan-slug>.md
356
+ 可多开agent,agent名额不够了就关掉不用的。
357
+
358
+ 验收清单:
359
+ AC1 <核心完成定义,包含验收证据>
360
+ AC2 <范围/清单/覆盖要求>
361
+ AC3 <Context/架构/边界要求>
362
+ AC4 <核心实现行为要求>
363
+ AC5 <数据/API/接口/契约要求>
364
+ AC6 <运行态/配置/外部依赖/阻塞分类要求>
365
+ AC7 <artifact/evidence/schema/freshness/provenance 要求>
366
+ AC8 <UI/用户可见/API 投影一致性要求>
367
+ AC9 <安全/隐私/脱敏/secret 要求>
368
+ AC10 <测试/构建/集成/smoke/回归要求>
369
+ AC11 <文档/Context 更新要求,仅在计划要求时执行>
370
+ AC12 完成前审计:逐条对照实施计划;每个 core 项必须有当前证据;未跑验证必须明示;有可继续执行的 core 项不得标记完成;外部阻塞必须写明原因、影响和下一步。
371
+
372
+ 禁止把以下内容当完成:只改代码、只更新计划、只跑部分测试、只生成旧/部分/不被当前契约接受的证据、只完成基础设施但未完成验收证据、API/UI/数据/测试之间仍矛盾。
373
+ ```
374
+
375
+ Recommended compact English prompt shape:
376
+
377
+ ```text
378
+ Plan: tmp/ty-context/plan-acceptance/<plan-slug>.md
379
+ You may use multiple agents; if agent slots run low, close idle or unnecessary agents.
380
+
381
+ Acceptance checklist:
382
+ AC1 <core completion definition with required evidence>
383
+ AC2 <scope inventory and coverage>
384
+ AC3 <Context / architecture / boundary conformance>
385
+ AC4 <core implementation behavior>
386
+ AC5 <data / API / interface / contract requirements>
387
+ AC6 <runtime / configuration / external dependency / blocker classification>
388
+ AC7 <artifact / evidence / schema / freshness / provenance requirements>
389
+ AC8 <UI / user-visible / API projection consistency>
390
+ AC9 <security / privacy / redaction / secret handling>
391
+ AC10 <test / build / integration / smoke / regression requirements>
392
+ AC11 <documentation / Context updates only when required by the plan>
393
+ AC12 Final audit: compare every item against the plan; every core item needs current evidence; missing validation must be stated; any executable core item left open means the task is not complete; external blockers need cause, impact, and next action.
394
+
395
+ Do not count these as completion: code-only changes, plan-only updates, partial tests, stale or partial evidence, infrastructure without acceptance proof, or contradictions between API/UI/data/tests.
396
+ ```
397
+
398
+ Before final response, check the prompt length. If it exceeds 4000 characters, compress it and check again.
399
+
400
+ ## Final Response Requirements
401
+
402
+ For completed checklist runs, the final response must include:
403
+
404
+ - `tmp/ty-context/plan-acceptance/` plan path.
405
+ - Full checklist path if a full checklist file was written.
406
+ - The paste-ready goal/target-mode prompt in a code block.
407
+ - Any unresolved ambiguity that affects checklist accuracy.
408
+
409
+ If the Context confirmation gate triggers, the response must ask for the needed confirmation instead of including the checklist or goal/target-mode prompt.
410
+
411
+ Do not claim that any acceptance item has passed unless the user explicitly asked for a current completion audit and current evidence was inspected.
412
+
413
+ ## Forbidden Behaviors
414
+
415
+ Do not include concrete business-domain logic in this Skill.
416
+
417
+ Do not hardcode project-specific provider names, API names, UI names, artifact paths, schemas, statuses, or commands in this Skill.
418
+
419
+ Do not execute the generated goal/target-mode prompt.
420
+
421
+ Do not use the checklist to mark the task complete.
422
+
423
+ Do not hide missing source files, ambiguous plan scope, or external blockers.
424
+
425
+ Do not rewrite the user's plan while copying it into `tmp/ty-context/plan-acceptance/`.
426
+
427
+ Do not use a short sample, stale artifact, old result, or current implementation convenience to reduce a plan that asked for full completion.