project-tiny-context-harness 0.2.66 → 0.2.68

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.
@@ -1,684 +0,0 @@
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, vendor-specific rules, product-domain assumptions, artifact schemas, concrete interface names, UI names, state 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/`. The copied plan is the implementation/source plan, not acceptance proof. For a two-document upstream input packet, preserve both source inputs separately when both are provided.
31
- 2. A rigorous full acceptance checklist under a separate `tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md` path. If the plan contains an explicit concrete acceptance checklist, reuse that plan-provided checklist verbatim; otherwise derive the checklist from the plan and relevant project Context. The full checklist is the complete acceptance standard and owns required automated test evidence.
32
- 3. A goal/target-mode prompt the user can paste directly into Codex. The prompt may include a compact checklist summary for direction, priority and recovery navigation, but the full checklist owns the acceptance details.
33
- 4. When a local audit path is referenced, it is temporary execution/progress state only, not Context and not proof by itself.
34
-
35
- The compiler may receive one source plan or a two-document upstream input packet:
36
-
37
- - `Development Plan / 开发方案`: objective, original requirement source summary, execution direction, module/API/UI/runtime/data flow, risk boundaries, Context Delta and whether execution must first be converted into bite-sized tasks.
38
- - `Acceptance and Tests / 验收清单和测试用例`: ACs, required evidence, tests, real product paths, core paths, evidence layers, invalid evidence, completion state machine, local audit rules and blockers.
39
-
40
- These inputs are preserved source input, not proof. The compiler's job is to turn them into the full checklist and target prompt that Superpowers can execute against without losing acceptance authority.
41
-
42
- Two-document upstream input packet handling is strict mode. If the compiler cannot fully parse the required content from both documents, it must stop and ask the user to provide the missing required fields. Do not generate a checklist or goal/target-mode prompt from an incomplete two-document packet.
43
-
44
- 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.
45
-
46
- The goal/target-mode prompt must be no longer than 3850 characters, including line breaks. This conservative budget keeps the prompt below Codex's 4000-character practical paste boundary even when character counting differs slightly. Keep the prompt information-dense: preserve required paths, core acceptance criteria, evidence rules, blockers and false-completion traps while using compact wording. Use the user's language when practical. For Chinese requests, use this shape:
47
-
48
- ```text
49
- 实施计划: tmp/ty-context/plan-acceptance/<plan>.md(source/implementation plan,非验收证明)
50
- 完整验收清单: tmp/ty-context/plan-acceptance/<plan>-acceptance-checklist.md(该文件是完整验收标准,验收以这个为准。完成前必须逐项检查,不满足则继续实现。)
51
- 执行审计: tmp/ty-context/plan-acceptance/<plan>-local-audit.md(临时 progress state,非 Context/proof)
52
- 可多开agent,agent名额不够了就关掉不用的。
53
- 如果 Superpowers 未安装,先按当前平台官方 Superpowers 安装路径安装;若安装被权限/网络/平台限制阻塞,写入执行审计,不得把阻塞当完成。
54
- 如果 Superpowers 已安装,使用 Superpowers 执行本任务:
55
- - 先读完整验收清单,验收以它为准;compact prompt 只负责 direction/priority/recovery navigation
56
- - 若实施计划不够可执行,用 superpowers:writing-plans 转成 bite-sized implementation plan
57
- - 有 subagent 支持时优先用 superpowers:subagent-driven-development;否则用 superpowers:executing-plans
58
- - 行为变更使用 superpowers:test-driven-development;先写失败测试并观察失败,再写最小实现
59
- - review / finish 不能覆盖完整验收清单;完整验收清单不满足则继续实现
60
- - 每轮执行后更新 local audit,记录 AC 状态、当前证据、命令结果、blocker、deferred/narrowed scope、无效证据
61
- <验收清单>
62
- ```
63
-
64
- For English requests, use this shape:
65
-
66
- ```text
67
- Plan: tmp/ty-context/plan-acceptance/<plan>.md (implementation/source plan, not acceptance proof)
68
- Full checklist: tmp/ty-context/plan-acceptance/<plan>-acceptance-checklist.md (complete acceptance standard; acceptance is judged against it; every item must be checked before completion)
69
- Local audit: tmp/ty-context/plan-acceptance/<plan>-local-audit.md (temporary execution/progress state, not Context or proof)
70
- You may use multiple agents; if agent slots run low, close idle or unnecessary agents.
71
- If Superpowers is not installed, install it through the current platform's official Superpowers installation path first; if installation is blocked by permissions, network or platform limits, record it in local audit and do not treat the blocker as completion.
72
- If Superpowers is installed, Use Superpowers for this task:
73
- - Read the full checklist first; acceptance is judged against it, while the compact prompt only provides direction, priority and recovery navigation.
74
- - If the implementation plan is not executable enough, use superpowers:writing-plans to convert it into a bite-sized implementation plan.
75
- - Prefer superpowers:subagent-driven-development when subagents are available; otherwise use superpowers:executing-plans.
76
- - Use superpowers:test-driven-development for behavior changes; write a failing test, observe it fail, then write the minimal implementation.
77
- - review / finish cannot override the full checklist; if the full checklist is not satisfied, continue implementation.
78
- - update local audit after each execution round with AC status, current evidence, command results, blockers, deferred/narrowed scope and invalid evidence.
79
- <acceptance checklist>
80
- ```
81
-
82
- 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.
83
-
84
- ## Non-Scope
85
-
86
- Do not execute the plan unless the user separately asks for execution.
87
-
88
- Do not modify product code, migrations, UI, API, tests, runtime artifacts, or durable Context while using this Skill.
89
-
90
- 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.
91
-
92
- Do not mark any goal complete. This Skill defines acceptance; it does not complete acceptance.
93
-
94
- Do not lower the plan target to match current implementation.
95
-
96
- ## Trigger Conditions
97
-
98
- Use this Skill when the user asks for any of the following:
99
-
100
- - Give a plan, Markdown file, RFC, milestone, or implementation proposal an acceptance checklist.
101
- - Combine project durable Context with a long-task plan to produce acceptance criteria.
102
- - Convert a long-range task plan into a checklist for Codex goal/target mode.
103
- - Generate a completion definition for "execute this plan until done."
104
- - Check whether a plan is missing acceptance conditions.
105
- - Combine user objective, plan steps, project Context, code entry points, and verification paths into an executable acceptance matrix.
106
-
107
- Typical trigger phrases:
108
-
109
- ```text
110
- acceptance checklist for this plan
111
- goal-mode prompt for this implementation plan
112
- target-mode prompt for this plan
113
- completion definition for this plan
114
- long-task plan acceptance
115
- audit this plan for acceptance criteria
116
- 整理这份方案,输出一份目标模式文本给我
117
- 整理方案输出目标模式文本
118
- 为这份方案生成验收清单
119
- 方案验收清单
120
- 长程任务方案验收
121
- 实施计划验收清单
122
- 结合项目 context 梳理方案验收
123
- 为这份 md 生成目标模式验收文本
124
- 把这份 md 整理成验收清单
125
- ```
126
-
127
- 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.
128
-
129
- ## Input Priority
130
-
131
- Build the checklist from these sources, in order:
132
-
133
- 1. User's current instruction.
134
- 2. The referenced or pasted plan, including both documents when the user provides a two-document upstream input packet.
135
- 3. Relevant durable project Context under `project_context/**`.
136
- 4. Repository guidance such as `AGENTS.md`, `README.md`, `DESIGN.md`, and relevant local Skills.
137
- 5. Current code and tests, only to identify real surfaces, commands, routes, schemas, artifacts, entry points, and likely verification paths.
138
- 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.
139
-
140
- If plan and Context conflict, preserve the conflict in the checklist. Do not silently choose the easier side.
141
-
142
- ## Upstream Input Packet
143
-
144
- When the user provides two related documents, treat them as a two-document upstream input packet when their roles match these shapes:
145
-
146
- - `Development Plan / 开发方案`: execution direction for implementation. It can contain the original requirement source or a summary of the original plan so later implementation does not shrink the target.
147
- - `Acceptance and Tests / 验收清单和测试用例`: target-mode acceptance input packet. It can contain the acceptance matrix, test requirements, real product paths, evidence layers, invalid evidence rules, state-machine rules, local audit requirements and blockers.
148
-
149
- Rules:
150
-
151
- - Do not create a third upstream artifact. Preserve the source input documents and compile a separate full checklist.
152
- - If only one plan-like source is provided, keep the existing single-plan flow.
153
- - If both documents are provided, read both before deciding whether to reuse or generate the full checklist.
154
- - The development plan is execution direction, not proof. The acceptance-and-tests document is acceptance input, not proof.
155
- - In the full checklist's `Plan source` and per-row `Source` fields, preserve whether a requirement came from the development plan, the acceptance-and-tests document, user instruction, project Context, code contract or verification risk.
156
- - If the development plan is not bite-sized enough for direct execution, the generated prompt must require `superpowers:writing-plans` before implementation.
157
- - This two-document upstream input packet path is strict mode. The compiler must be able to parse the objective or original requirement source summary, implementation/source plan, acceptance items, required evidence, verification methods, fail conditions, required tests or explicit test scope, core paths or explicit non-UI/runtime scope, state-machine rules, invalid evidence rules, local audit expectations and blockers or explicit no-blocker statement.
158
- - If any required field cannot be fully parsed from the two documents, stop after preserving the inputs. Do not generate a checklist or goal/target-mode prompt. Tell the user which missing required fields must be added to `Development Plan / 开发方案` or `Acceptance and Tests / 验收清单和测试用例`.
159
-
160
- ## Step 1: Materialize The Plan Under `tmp/ty-context/plan-acceptance/`
161
-
162
- Before writing the checklist, write the user-specified source input into the repository `tmp/ty-context/plan-acceptance/` directory.
163
-
164
- Rules:
165
-
166
- - If `tmp/ty-context/plan-acceptance/` does not exist, create it.
167
- - 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`.
168
- - 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.
169
- - If the user pasted the plan text, write the pasted plan exactly into `tmp/ty-context/plan-acceptance/<safe-plan-name>.md`.
170
- - If the user pasted or referenced a two-document upstream input packet, write `Development Plan / 开发方案` and `Acceptance and Tests / 验收清单和测试用例` as separate preserved source inputs under stable readable filenames.
171
- - Preserve the plan content. Do not summarize, normalize, reorder, translate, or edit it while materializing it.
172
- - Use a stable readable filename derived from the plan title, source filename, or user topic. Use lowercase letters, digits, hyphens, and `.md`.
173
- - If the source plan cannot be found or read, stop and report the missing source. Do not invent a plan.
174
- - The materialized source input is temporary implementation/source input. It is not durable Context, not acceptance proof and not proof that any acceptance item passed.
175
-
176
- Recommended paths:
177
-
178
- ```text
179
- tmp/ty-context/plan-acceptance/<plan-slug>.md
180
- tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md
181
- tmp/ty-context/plan-acceptance/<plan-slug>-local-audit.md
182
- ```
183
-
184
- The local audit path is for the future goal/target-mode executor. This compiler may require the prompt to maintain it, but the file is a temporary recovery cache and not proof that any acceptance item passed.
185
-
186
- ## Step 2: Reuse Any Explicit Plan-Provided Checklist
187
-
188
- After materializing the plan, inspect it for an explicit concrete acceptance checklist and any explicit test requirements before generating a new checklist.
189
-
190
- Plan-provided checklist reuse applies only when the plan contains a clearly labeled checklist or checklist table section, such as `Acceptance Checklist`, `Acceptance Criteria`, `验收清单`, `验收标准`, or equivalent heading, and that section contains concrete acceptance items rather than only saying that acceptance is needed.
191
-
192
- For a two-document upstream input packet, the `Acceptance and Tests / 验收清单和测试用例` document is the preferred acceptance source, but it is not automatically a frozen verbatim full checklist. Reuse it as the full checklist only if it already includes enough acceptance structure for target-mode execution: AC ID, scope, required evidence, verification method, fail condition, state-machine rules and invalid evidence rules. If any of those are missing, strict mode applies: stop, list the missing required fields, and ask the user to provide a complete acceptance-and-tests packet.
193
-
194
- When a plan-provided checklist is found:
195
-
196
- - Copy the plan-provided acceptance checklist section into `tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md` as the full checklist.
197
- - Preserve the extracted checklist verbatim, including the original language, item wording, order, IDs, Markdown tables, checkboxes, evidence notes, and blocker notes.
198
- - Do not derive, strengthen, reorder, translate, normalize, merge, split, or add acceptance items.
199
- - Do not prepend the generated `Acceptance Contract`, checklist table, self-test, or false-completion traps to the full checklist file when reusing a plan-provided checklist.
200
- - If multiple explicit checklist sections exist, copy all of them into the full checklist file in source order.
201
- - If the plan also includes explicit test requirements, such as `Required tests`, `Automated tests`, `Test Plan`, `必须新增/补强的自动化测试`, `测试文件`, or equivalent concrete test sections, copy those test requirements verbatim into the full checklist file as plan-provided acceptance evidence. These test requirements are acceptance evidence, not generated additions.
202
- - Keep the copied plan file and full checklist file separate, even if the checklist already appears inside the plan.
203
- - Continue to read relevant Context only as needed to explain ambiguities, conflicts, the goal/target-mode prompt, and any required local-audit or false-completion guidance. Do not use Context to expand the reused checklist unless the user separately asks for an audit or rewrite.
204
- - If the plan-provided checklist is too large for the 3850-character prompt budget, keep it intact in the full checklist file and make the prompt reference that file as the acceptance authority; do not invent a compact replacement checklist with new criteria.
205
- - Skip Steps 5 and 6 for the full checklist file unless the user separately asks for a checklist audit or rewrite.
206
-
207
- When no explicit concrete plan-provided checklist exists, continue with the generated-checklist flow below.
208
-
209
- When a two-document upstream input packet exists but either document is incomplete, do not continue with the generated-checklist flow below. Strict mode means incomplete two-document input cannot be repaired by inference. Do not generate a checklist or goal/target-mode prompt; report the missing required fields and wait for the user to provide a complete packet.
210
-
211
- When a plan already includes explicit test requirements but not a full acceptance checklist:
212
-
213
- - Use those plan-provided test requirements as the source of truth for the generated checklist's `Required automated tests / 必须新增或补强的自动化测试` section.
214
- - Preserve concrete test file paths, test names, behavior descriptions, commands, and failure notes from the plan.
215
- - Do not replace them with generic AC10 wording, do not create an unrelated test system, and do not invent competing test lists.
216
- - If the plan's test requirements are broad but concrete enough to preserve, keep the original wording and add only the minimum acceptance mapping needed to show which AC each test supports.
217
-
218
- ## Step 3: Read Relevant Project Context
219
-
220
- Read only the Context needed for the plan's impacted surfaces. Use Context to identify what the project says the system should mean.
221
-
222
- 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.
223
-
224
- Extract:
225
-
226
- - Product or system contract.
227
- - Module boundaries.
228
- - API, data, artifact, runtime, UI, and test contracts.
229
- - Validation and deployment paths.
230
- - Security, privacy, redaction, and environment rules.
231
- - Known non-goals and forbidden dependencies.
232
- - Existing implementation entry points.
233
-
234
- ## Step 4: Run The Context Confirmation Gate
235
-
236
- 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.
237
-
238
- Trigger this gate when any of these apply:
239
-
240
- - 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.
241
- - The plan would likely require updates across multiple Context roles or areas, or more than a small number of durable Context files.
242
- - The plan conflicts with current Context and the conflict changes the completion definition rather than only implementation details.
243
- - 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.
244
- - The acceptance outcome depends on choosing between product/architecture alternatives that the user has not explicitly chosen.
245
- - External approvals, credentials, runtime environments, legal/compliance constraints, paid/provider access, or irreversible operational effects materially change what can be accepted.
246
- - You judge that proceeding would encode a durable assumption the user probably expects to review.
247
-
248
- When the gate triggers:
249
-
250
- - Do not compile the final checklist, write the checklist file, or generate the goal/target-mode prompt yet.
251
- - Ask 1-3 concise questions focused on the blocking durable assumptions.
252
- - Include the materialized plan path if already written.
253
- - State the specific Context files or Context roles that made confirmation necessary.
254
- - Offer a concrete default only when it is safe and reversible; otherwise ask for an explicit decision.
255
- - Resume from Step 3 after the user answers.
256
-
257
- 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.
258
-
259
- ## Step 5: Compile The Acceptance Contract
260
-
261
- Before the detailed checklist, write a compact contract:
262
-
263
- ```markdown
264
- ## Acceptance Contract
265
-
266
- - Plan source: `tmp/ty-context/plan-acceptance/<plan>.md`
267
- - User objective: <objective>
268
- - Completion definition: <what must be true>
269
- - Core surfaces: <code/API/UI/data/runtime/artifact/test/context/etc.>
270
- - Explicit non-goals: <items>
271
- - External blockers: <accounts/session/credentials/network/cloud/manual approval/etc.>
272
- - Evidence standard: <accepted proof types>
273
- - Current-state claims: <which "current", "generated", "synced", "tested", "accepted" or runtime claims require current evidence>
274
- - Evidence ledger required: <whether the checklist or future executor must maintain current evidence by item>
275
- - Invalid completion evidence: <stale artifacts, code-only edits, partial tests, unexercised runtime, mismatched read paths or other evidence that cannot prove completion>
276
- ```
277
-
278
- 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.
279
-
280
- ## Step 6: Build The Full Acceptance Checklist
281
-
282
- Treat the checklist as the set of falsifiable acceptance items a future executor must satisfy. It is not a progress log.
283
-
284
- Use this generated-checklist step only when Step 2 did not find an explicit concrete plan-provided checklist. If Step 2 found one, the full checklist file is the verbatim extracted checklist and this step is skipped.
285
-
286
- Create a checklist table with these columns:
287
-
288
- ```markdown
289
- | ID | Acceptance item | Source | Scope | Required evidence | Verification method | Fail / not accepted if |
290
- |---|---|---|---|---|---|---|
291
- ```
292
-
293
- Column rules:
294
-
295
- - `ID`: stable ID such as `AC-01`; group by workstream if useful.
296
- - `Acceptance item`: one atomic condition that must be true.
297
- - `Source`: user instruction, plan section, Context file, code contract, schema, API, UI, test, or risk note.
298
- - `Scope`: one of `core`, `conditional`, `blocked-external`, `out-of-scope`, `nice-to-have`.
299
- - `Required evidence`: exact proof required.
300
- - `Verification method`: concrete command, check, inspection path, API call, UI check, artifact validation, or manual proof.
301
- - `Fail / not accepted if`: concrete invalidation case.
302
-
303
- Each item must be evidence-bound and falsifiable. Split combined requirements into separate rows.
304
-
305
- For current-state or evidence-heavy plans, also require the future executor to maintain an Evidence Ledger table:
306
-
307
- ```markdown
308
- | AC | Expected state | Current observed state | Current evidence | Evidence location / API / UI / command | Conclusion | Gap / blocker |
309
- |---|---|---|---|---|---|---|
310
- ```
311
-
312
- Allowed `Conclusion` values:
313
-
314
- - `proven`
315
- - `unproven`
316
- - `partial`
317
- - `invalidated`
318
- - `stale-evidence`
319
- - `runtime-disconnected`
320
- - `implementation-drift`
321
- - `blocked`
322
- - `deferred-by-explicit-scope`
323
-
324
- Missing ledger evidence means incomplete, not complete. Do not let missing evidence, old evidence, partial evidence or evidence from a different read path satisfy a current-state claim.
325
-
326
- All core AC status starts as `unknown / not_run` unless current required evidence has been inspected. Only fresh required evidence can support `complete`. Any fresh browser / API / runtime / data / test contradiction must immediately downgrade the affected AC and overall status, and the local audit must record the contradiction as invalidating evidence. Do not preserve a previous complete status after contradictory current evidence appears.
327
-
328
- ### Required Automated Tests / 必须新增或补强的自动化测试
329
-
330
- Every generated full checklist must include a `Required automated tests / 必须新增或补强的自动化测试` section. Test requirements are acceptance evidence: a future executor cannot mark a relevant implementation item complete when required test evidence is missing.
331
-
332
- No fourth artifact: keep these requirements inside `<plan-slug>-acceptance-checklist.md`. Do not create `tmp/ty-context/plan-acceptance/<plan-slug>-test-requirements.md` or another standalone test requirements file.
333
-
334
- Use this table shape when tests are required:
335
-
336
- ```markdown
337
- ## Required automated tests / 必须新增或补强的自动化测试
338
-
339
- | Test file path | Test name or behavior description | Covered acceptance item(s) | Verification command | Failure condition | Source |
340
- |---|---|---|---|---|---|
341
- ```
342
-
343
- Rules:
344
-
345
- - If the plan already includes explicit test requirements, use those plan-provided test requirements as the source of truth. Preserve the plan's test file path, test name or behavior description, verification command and failure condition when present.
346
- - Do not replace plan-provided test requirements with generic AC10, do not invent a separate test taxonomy, and do not add unrelated tests merely because a generic category exists.
347
- - If no explicit test section exists, derive required tests from the plan's behavior changes, risk, Context contracts and real code/test surfaces.
348
- - If an exact test name cannot be inferred safely, write a behavior-level test description and do not invent exact test names.
349
- - Each required test row must identify the covered acceptance item(s), the verification command, and the failure condition that blocks acceptance.
350
- - For behavior changes, test requirements should identify expected RED/GREEN or pass/fail signal when that can be inferred safely.
351
- - When a test is auxiliary evidence only, state which acceptance layer it supports and what it cannot prove.
352
- - If no new or strengthened automated tests are required, state that explicitly with the reason and the acceptance items covered by existing verification.
353
- - The local audit must record each required test's command, result and failure reason when it is run or when it remains blocked.
354
-
355
- ## Hard Blocker Handling
356
-
357
- Treat any unresolved required blocker as non-completion. A checklist may describe blocked acceptance work, but blocked work is still not accepted until the required evidence exists.
358
-
359
- Use `blocked-external` only when the item is required for full completion but depends on unavailable user input, credentials, account/session access, manual approval, external environment state, provider availability, legal/compliance decision, or another dependency the future executor cannot satisfy locally.
360
-
361
- For every `blocked-external` item, state:
362
-
363
- - The exact missing evidence.
364
- - Why the future executor cannot produce it locally.
365
- - The required user, owner, external system, or approval action.
366
- - The fallback or degraded path, if the plan or Context allows one.
367
- - The acceptance impact if the blocker remains unresolved.
368
-
369
- Do not mark blocked work as `out-of-scope`, `conditional`, or `nice-to-have` merely because it is hard or currently unavailable. Do not treat partial local work, preparation, mocks, old evidence, or an unexercised fallback as completion for a blocked required item.
370
-
371
- The generated goal/target-mode prompt must tell the future executor:
372
-
373
- - If any executable `core` item remains, continue working it before asking the user to resolve blockers.
374
- - If the only remaining incomplete required items are hard blockers that cannot be satisfied locally, pause and wait for the user or external owner instead of marking the goal complete.
375
- - The handoff must list blocker cause, missing evidence, acceptance impact, and the exact user/external action needed to resume.
376
-
377
- ## Minimal User Blocker Protocol
378
-
379
- The generated goal/target-mode prompt must make user questions minimal and action-oriented when the plan says to do as much locally as possible.
380
-
381
- Before asking the user, the future executor must complete safe self-service discovery that is available in the repository or current environment:
382
-
383
- - Read relevant project Context, code, docs, tests, runtime examples, local artifacts and official documentation when current external rules matter.
384
- - Use local CLIs, APIs, Browser/Chrome/Computer Use or other tools only when appropriate, safe and allowed by the current tool and security policy.
385
- - Do not bypass user approval, account boundaries or sensitive-operation rules.
386
-
387
- When user input is still required, the blocker request must be the smallest concrete action list, not a research assignment. It must include:
388
-
389
- - What was already tried.
390
- - What is still missing.
391
- - The exact page, menu, path, field, button, command input or setting when it can be identified.
392
- - The minimum value or action the user needs to provide.
393
- - Sensitive material the user should not send, such as cookies, full pages, HAR files, password-store data, raw payloads, unrelated account data, screenshots when a value-only request is enough, or secrets in chat when a safer runtime-only setup path exists.
394
- - Acceptance impact if the blocker remains unresolved.
395
- - Allowed fallback, deferred or narrowed-scope option, if the plan or Context permits one.
396
-
397
- Do not replace this with broad requests such as "provide the token", "send the secret value" or "give me the configuration credentials" when a narrower page, field, runtime setup step or delegated user action would satisfy the blocker.
398
-
399
- ## Generic Acceptance Dimensions
400
-
401
- Include only dimensions relevant to the plan. Do not mechanically add irrelevant categories.
402
-
403
- Consider these generic dimensions:
404
-
405
- - Objective and completion definition.
406
- - Scope inventory and coverage.
407
- - Domain / project Context conformance.
408
- - Code implementation behavior.
409
- - API or interface contract.
410
- - Data model, schema, migration, or persistence.
411
- - Runtime state, configuration, session, credential, environment, or degraded behavior.
412
- - Artifact generation, schema, freshness, provenance, and acceptance.
413
- - UI or user-visible projection.
414
- - Real product path or core path, including page/user flow, API route/probe, runtime/worker/job/artifact path, and whether Browser/Chrome verification is required.
415
- - Async job, worker, scheduler, queue, or background process.
416
- - Security, privacy, redaction, secrets, and access control.
417
- - Observability, logs, diagnostics, and operator visibility.
418
- - Performance, timeout, boundedness, pagination, and resource budget.
419
- - Backward compatibility and non-regression.
420
- - Failure states, blocked states, retries, recovery, and next actions.
421
- - Unit, integration, contract, smoke, browser, cloud, or production-like validation.
422
- - Documentation or durable Context update, only when the plan requires a durable fact change.
423
-
424
- ## Evidence Layer Separation
425
-
426
- For evidence-heavy or validation-heavy plans, keep these layers separate:
427
-
428
- ```text
429
- infrastructure implemented
430
- runtime configured
431
- runtime exercised
432
- artifact generated
433
- artifact accepted by validator
434
- API/UI reflects accepted evidence
435
- browser path verified
436
- final gate/check command passed
437
- ```
438
-
439
- Do not merge these layers unless the plan explicitly treats them as one.
440
-
441
- For runtime, provider, artifact or external-evidence acceptance, distinguish adapter or infrastructure implementation, formal artifact production, scope alignment, redaction, replayability, validator acceptance, registry/API/UI projection, full gate/check success and any explicitly narrowed or deferred scope. A fallback path must be exercised before it can prove full completion.
442
-
443
- Examples of generic false completion:
444
-
445
- - Code exists, but runtime behavior was not exercised.
446
- - Artifacts exist, but current validators reject them.
447
- - Tests pass, but the required API/UI/runtime proof was not checked.
448
- - A partial sample ran, but the plan required full inventory coverage.
449
- - A document was updated, but the system state did not change.
450
- - A fallback exists in code, but the fallback was not configured or exercised.
451
- - Old, partial, smoke, dry-run or research evidence exists, but the current acceptance contract requires full current proof.
452
-
453
- ## Scope Labels
454
-
455
- Use these exact labels:
456
-
457
- - `core`: required to call the plan complete.
458
- - `conditional`: required only when a stated condition applies.
459
- - `blocked-external`: required for full completion but depends on unavailable external input.
460
- - `out-of-scope`: explicitly excluded by the user or plan.
461
- - `nice-to-have`: useful but not required; use sparingly.
462
-
463
- Do not mark an item out of scope only because it is difficult.
464
- Do not mark a `blocked-external` item complete until its required evidence exists.
465
-
466
- ## Conflict Handling
467
-
468
- If the plan, Context, and code disagree, add a conflict table:
469
-
470
- ```markdown
471
- | Conflict | Plan says | Context says | Code currently does | Acceptance impact | Required resolution |
472
- |---|---|---|---|---|---|
473
- ```
474
-
475
- Do not resolve conflict by silently following current code.
476
-
477
- ## False-Completion Traps
478
-
479
- After the checklist, include traps that a future executor must not mistake for completion.
480
-
481
- Use generic wording. Do not add business-specific traps to the Skill itself.
482
-
483
- Template:
484
-
485
- ```markdown
486
- ## False-Completion Traps
487
-
488
- - <activity> is not enough unless <acceptance proof> also exists.
489
- - <partial proof> cannot prove <full acceptance item>.
490
- - <old/stale/mismatched evidence> cannot prove current completion.
491
- - <surface A> passing does not prove <surface B> unless the checklist links them.
492
- ```
493
-
494
- For evidence-ledger plans, keep the traps generic and cover these cases when relevant:
495
-
496
- - Code-only changes without current execution or acceptance evidence.
497
- - UI/API shell behavior without the backing data, runtime or artifact evidence required by the checklist.
498
- - UI-facing acceptance without the real page path and matching user-visible state.
499
- - Stale artifacts or stale runtime evidence.
500
- - Evidence from a mismatched read path, service path, artifact path or runtime instance.
501
- - Unexercised runtime or unexercised fallback behavior.
502
- - Partial tests, smoke-only checks or dry runs when the plan requires broader current proof.
503
- - API/UI/data/test contradictions that remain unresolved.
504
-
505
- For UI-facing acceptance, component / viewmodel / mock / unit test evidence is insufficient unless the real page path is opened and the user-visible state matches the acceptance item.
506
-
507
- ## Suggested Execution Order
508
-
509
- Suggest an execution order that prioritizes the highest-risk proof first:
510
-
511
- 1. Confirm scope inventory and completion definition.
512
- 2. Confirm schemas/contracts and invalid evidence rules.
513
- 3. Implement or repair the core path.
514
- 4. Produce or inspect required runtime/artifact/API/UI evidence.
515
- 5. Run contract/integration/regression checks.
516
- 6. Run build/typecheck/lint/smoke checks.
517
- 7. Update temporary checklist status only if the user asked for status tracking.
518
-
519
- Do not put low-signal checks before the core acceptance proof when the plan is evidence-driven.
520
-
521
- ## Checklist Self-Test
522
-
523
- Every generated checklist must pass this self-test:
524
-
525
- ```markdown
526
- ## Checklist Self-Test
527
-
528
- - [ ] Every original plan section is mapped to at least one acceptance item or explicitly marked non-goal.
529
- - [ ] Every broad word such as all / maximum / complete / formal / production / verified is converted into inventory + evidence.
530
- - [ ] Every core item has a verification method.
531
- - [ ] Every evidence item defines invalid evidence.
532
- - [ ] Code, API, UI, data, runtime, artifacts, and tests are separated when they prove different things.
533
- - [ ] External blockers are separated from local remaining work.
534
- - [ ] Hard blockers are treated as non-completion, with required user/external action and pause conditions.
535
- - [ ] Current implementation was not used to reduce the user's completion definition.
536
- - [ ] The checklist can be handed to another Codex session without hidden assumptions.
537
- ```
538
-
539
- ## Goal/Target-Mode Prompt Generation
540
-
541
- After reusing a plan-provided checklist or compiling a generated checklist, produce a paste-ready goal/target-mode prompt.
542
-
543
- Hard requirements:
544
-
545
- - The prompt must be no longer than 3850 characters including line breaks. Treat 3850 as the effective hard budget and preserve information density; do not drop required paths, core acceptance categories, blocker rules, evidence rules or false-completion traps merely to be short.
546
- - The first line must identify the plan path.
547
- - Use `实施计划: <path>` for Chinese prompts and `Plan: <path>` for English prompts. The line must say the plan is the implementation/source plan and not acceptance proof.
548
- - The prompt must identify the full checklist path immediately after the plan path and say it is the complete acceptance standard. Chinese prompts must include this exact sentence: `该文件是完整验收标准,验收以这个为准。完成前必须逐项检查,不满足则继续实现。` English prompts must say the full checklist is the complete acceptance standard, acceptance is judged against it, and every item must be checked before completion.
549
- - The prompt must identify a local audit path, normally `tmp/ty-context/plan-acceptance/<plan-slug>-local-audit.md`, and require the future executor to read it before resuming, keep it current during execution, and use it only as target-mode acceptance progress state.
550
- - After the plan/checklist/audit paths, include 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.
551
- - The prompt must include mandatory inputs: original requirement source or original plan summary, implementation/source plan, full acceptance checklist, local audit, relevant Context, and required tests / core paths.
552
- - The prompt must include a Superpowers execution block. If Superpowers is not installed, tell the executor to install it through the current platform's official Superpowers installation path; if installation is blocked by permissions, network or platform limits, record it in local audit and do not treat the blocker as completion. If Superpowers is installed, Use Superpowers for this task.
553
- - The Superpowers block must require: read the full checklist first and make it the acceptance authority; use `superpowers:writing-plans` when the plan is not executable enough; prefer `superpowers:subagent-driven-development` when subagents are available; otherwise use `superpowers:executing-plans`; use `superpowers:test-driven-development` for behavior changes; use `superpowers:verification-before-completion` before any completion claim; review / finish cannot override the full checklist; update local audit after each execution round.
554
- - The remaining content must be the acceptance checklist or a compact version of it.
555
- - The prompt must be self-contained enough for goal/target-mode execution.
556
- - If the prompt uses a compact checklist summary, say the full checklist owns details and acceptance authority; the compact summary owns direction, priority and recovery navigation; overlap is allowed; conflicts are resolved in favor of the full checklist.
557
- - The prompt must require the local audit to record overall status (`complete`, `incomplete`, `blocked` or `narrowed-scope-complete`), each core AC status and current evidence, commands with result/time/failure reason, artifact or evidence paths, blockers and missing evidence, acceptance impact, explicit deferred or narrowed scope, and stale/partial/smoke/dry-run/research evidence that cannot prove full completion.
558
- - The prompt must require local audit status to start from `unknown / not_run`; only fresh required evidence can mark an AC complete. If any fresh browser / API / runtime / data / test contradiction appears, downgrade the affected AC and overall status and record invalidating evidence.
559
- - The prompt must state that UI-facing acceptance requires a real page path and matching user-visible state; component / viewmodel / mock / unit test evidence is auxiliary unless the full checklist explicitly says otherwise.
560
- - The prompt must say that local audit is not Context, not product-quality proof, not a global task manager, and not a replacement for project tests, CI, review, human acceptance, Task Contract or workflow-contract `plan.md`.
561
- - The prompt must say that when a Task Contract or workflow-contract `plan.md` exists, each acceptance item execution still follows it and the repository's Tiny Context workflow contract.
562
- - Do not include explanatory preface inside the prompt.
563
- - Do not include Markdown tables inside the prompt if they make it too long.
564
- - Prefer short numbered items over verbose prose.
565
- - 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 by increasing information density while preserving all core acceptance categories.
566
- - If the full checklist came from a plan-provided checklist and is too large, keep the extracted checklist unchanged in the full checklist file and compress the prompt by referencing the full checklist path, not by rewriting or adding criteria.
567
- - The compact prompt may reference the full checklist path, but it must still include the core completion criteria directly and state that the summary is direction/priority/recovery navigation, not the acceptance authority.
568
- - Compact prompts must not expand long test lists. AC10 must reference the Required automated tests section in the full checklist and state that behavior changes still use `superpowers:test-driven-development`.
569
-
570
- Recommended compact Chinese prompt shape:
571
-
572
- ```text
573
- 实施计划: tmp/ty-context/plan-acceptance/<plan-slug>.md(source/implementation plan,非验收证明)
574
- 完整验收清单: tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md(该文件是完整验收标准,验收以这个为准。完成前必须逐项检查,不满足则继续实现。)
575
- 执行审计: tmp/ty-context/plan-acceptance/<plan-slug>-local-audit.md(临时 progress state,非 Context/proof)
576
- 可多开agent,agent名额不够了就关掉不用的。
577
- 本摘要只负责 direction/priority/recovery navigation;允许与完整 checklist 重叠,冲突时以完整 checklist 为准。
578
- mandatory inputs:原始需求源/原始方案摘要、实施计划、完整验收清单、local audit、relevant Context、required tests / core paths。
579
-
580
- 如果 Superpowers 未安装,先按当前平台官方 Superpowers 安装路径安装;若安装被权限/网络/平台限制阻塞,写入执行审计,不得把阻塞当完成。
581
- 如果 Superpowers 已安装,使用 Superpowers 执行本任务:
582
- - 先读完整验收清单,验收以它为准
583
- - 若实施计划不够可执行,用 superpowers:writing-plans 转成 bite-sized implementation plan
584
- - 有 subagent 支持时优先用 superpowers:subagent-driven-development;否则用 superpowers:executing-plans
585
- - 行为变更用 superpowers:test-driven-development;先写失败测试并观察失败,再写最小实现
586
- - 完成声明前用 superpowers:verification-before-completion 按完整 checklist 和 fresh evidence 做 gate
587
- - review / finish 不能覆盖完整验收清单;不满足则继续实现
588
- - 每轮执行后更新 local audit,记录 AC 状态、证据、命令结果、blocker、deferred/narrowed scope、无效证据
589
-
590
- 验收清单:
591
- AC1 <核心完成定义,包含验收证据>
592
- AC2 <范围/清单/覆盖要求>
593
- AC3 <Context/架构/边界要求>
594
- AC4 <核心实现行为要求>
595
- AC5 <数据/API/接口/契约要求>
596
- AC6 <运行态/配置/外部依赖/阻塞分类要求>
597
- AC7 <artifact/evidence/schema/freshness/provenance 要求>
598
- AC8 <UI/用户可见/API 投影一致性要求>
599
- AC9 <安全/隐私/脱敏/secret 要求>
600
- AC10 测试要求:按完整验收清单的 `Required automated tests / 必须新增或补强的自动化测试` section 执行;compact prompt 不展开长测试列表;行为变更仍用 superpowers:test-driven-development。
601
- AC11 <文档/Context 更新要求,仅在计划要求时执行>
602
- AC12 维护执行审计:恢复执行先读 audit;记录总体状态、每个 AC 当前证据、命令/结果/时间、每个 required test 的 command/result/failure reason、artifact/evidence 路径、blocker、deferred/narrowed scope、不能证明 full completion 的旧/部分/smoke/dry-run/research 证据;audit 不是 Context、完成证明、全局任务管理器,也不替代 Task Contract 或流程契约 plan.md。
603
- AC13 最小用户卡点:问用户前先完成安全自助发现;需要用户介入时只给最小动作清单,写明已尝试、缺失项、具体页面/菜单/字段/按钮、最小值/动作、不要发送的敏感信息、验收影响、fallback/deferred。
604
- AC14 完成前审计:逐条对照实施计划和完整 checklist;每个 core 项必须有当前证据;未跑验证必须明示;有可继续执行的 core 项不得标记完成;外部/强卡点必须写明原因、缺失证据、验收影响和下一步;若剩余未完成项只有无法本地解决的强卡点,暂停并等待用户/外部 owner,不能标记目标完成。
605
- AC15 状态机:core AC 初始 unknown / not_run;只有 fresh required evidence 才能 complete;任何 fresh browser / API / runtime / data / test contradiction 必须 downgrade the affected AC and overall status,并在 audit 记录 invalidating evidence。
606
- AC16 UI-facing acceptance:必须打开 real page path 且用户可见状态匹配;component / viewmodel / mock / unit test 只算辅助证据,除非完整 checklist 另有明确说明。
607
-
608
- 禁止把以下内容当完成:只改代码、只更新计划、只跑部分测试、只生成旧/部分/不被当前契约接受的证据、只完成基础设施但未完成验收证据、runtime 未配置/未演练、artifact 未被 validator 接受、API/UI 未反映验收证据、fallback 未演练、强卡点未解除、API/UI/数据/测试之间仍矛盾。
609
- ```
610
-
611
- Recommended compact English prompt shape:
612
-
613
- ```text
614
- Plan: tmp/ty-context/plan-acceptance/<plan-slug>.md (implementation/source plan, not acceptance proof)
615
- Full checklist: tmp/ty-context/plan-acceptance/<plan-slug>-acceptance-checklist.md (complete acceptance standard; acceptance is judged against it; every item must be checked before completion)
616
- Local audit: tmp/ty-context/plan-acceptance/<plan-slug>-local-audit.md (temporary progress state, not Context or proof)
617
- You may use multiple agents; if agent slots run low, close idle or unnecessary agents.
618
- This summary is only direction, priority and recovery navigation; overlap with the full checklist is allowed, and the full checklist wins conflicts.
619
- Mandatory inputs: original requirement source or original plan summary, implementation/source plan, full checklist, local audit, relevant Context, and required tests / core paths.
620
-
621
- If Superpowers is not installed, install it through the current platform's official Superpowers installation path first; if installation is blocked by permissions, network or platform limits, record it in local audit and do not treat the blocker as completion.
622
- If Superpowers is installed, Use Superpowers for this task:
623
- - Read the full checklist first; acceptance is judged against it.
624
- - If the plan is not executable enough, use superpowers:writing-plans for a bite-sized implementation plan.
625
- - Prefer superpowers:subagent-driven-development when subagents are available; otherwise use superpowers:executing-plans.
626
- - Use superpowers:test-driven-development for behavior changes; write a failing test, observe failure, then implement minimally.
627
- - Use superpowers:verification-before-completion before any completion claim, checking the full checklist against fresh evidence.
628
- - review / finish cannot override the full checklist; if unsatisfied, continue implementation.
629
- - update local audit after each execution round with AC status, evidence, command results, blockers, deferred/narrowed scope and invalid evidence.
630
-
631
- Acceptance checklist:
632
- AC1 <core completion definition with required evidence>
633
- AC2 <scope inventory and coverage>
634
- AC3 <Context / architecture / boundary conformance>
635
- AC4 <core implementation behavior>
636
- AC5 <data / API / interface / contract requirements>
637
- AC6 <runtime / configuration / external dependency / blocker classification>
638
- AC7 <artifact / evidence / schema / freshness / provenance requirements>
639
- AC8 <UI / user-visible / API projection consistency>
640
- AC9 <security / privacy / redaction / secret handling>
641
- AC10 Test requirements: follow the full checklist's `Required automated tests / 必须新增或补强的自动化测试` section; the compact prompt must not expand long test lists; behavior changes still use superpowers:test-driven-development.
642
- AC11 <documentation / Context updates only when required by the plan>
643
- AC12 Maintain local audit: read it before resuming; record overall status, every AC's current evidence, commands/results/time, each required test's command/result/failure reason, artifact/evidence paths, blockers, deferred/narrowed scope, and stale/partial/smoke/dry-run/research evidence that cannot prove full completion; audit is not Context, completion proof, a global task manager, or a replacement for Task Contract or workflow-contract plan.md.
644
- AC13 Minimal user blocker protocol: before asking the user, complete safe self-service discovery; when user action is needed, provide only the smallest action list with what was tried, missing item, exact page/menu/path/field/button, minimum value/action, sensitive material not to send, acceptance impact, and fallback/deferred option.
645
- AC14 Final audit: compare every item against the plan and full checklist; every core item needs current evidence; missing validation must be stated; any executable core item left open means the task is not complete; external or hard blockers need cause, missing evidence, acceptance impact, and next action; if only locally unsatisfiable hard blockers remain, pause for the user or external owner instead of marking the goal complete.
646
- AC15 State machine: core ACs start as unknown / not_run; only fresh required evidence can mark complete; any fresh browser / API / runtime / data / test contradiction must downgrade the affected AC and overall status and be recorded as invalidating evidence.
647
- AC16 UI-facing acceptance: open the real page path and confirm the user-visible state matches; component / viewmodel / mock / unit test evidence is auxiliary unless the full checklist explicitly says otherwise.
648
-
649
- Do not count these as completion: code-only changes, plan-only updates, partial tests, stale or partial evidence, infrastructure without acceptance proof, runtime not configured/exercised, artifact not accepted by validator, API/UI not reflecting accepted evidence, unexercised fallback, unresolved hard blockers, or contradictions between API/UI/data/tests.
650
- ```
651
-
652
- Before final response, check the prompt length. If it exceeds 3850 characters, compress by tightening wording and referring to the full checklist path while preserving required paths, core AC categories, blocker/evidence rules and false-completion traps; then check again.
653
-
654
- ## Final Response Requirements
655
-
656
- For completed checklist runs, the final response must include:
657
-
658
- - `tmp/ty-context/plan-acceptance/` plan path.
659
- - Full checklist path if a full checklist file was written.
660
- - Whether the full checklist was reused from a plan-provided checklist or generated by this Skill.
661
- - The paste-ready goal/target-mode prompt in a code block.
662
- - Any unresolved ambiguity that affects checklist accuracy.
663
-
664
- If the Context confirmation gate triggers, the response must ask for the needed confirmation instead of including the checklist or goal/target-mode prompt.
665
-
666
- Do not claim that any acceptance item has passed unless the user explicitly asked for a current completion audit and current evidence was inspected.
667
-
668
- ## Forbidden Behaviors
669
-
670
- Do not include concrete business-domain logic in this Skill.
671
-
672
- Do not hardcode project-specific provider names, API names, UI names, artifact paths, schemas, statuses, or commands in this Skill.
673
-
674
- Do not execute the generated goal/target-mode prompt.
675
-
676
- Do not use the checklist to mark the task complete.
677
-
678
- Do not hide missing source files, ambiguous plan scope, or external blockers.
679
-
680
- Do not rewrite the user's plan while copying it into `tmp/ty-context/plan-acceptance/`.
681
-
682
- Do not rewrite, strengthen, reorder, translate, normalize, or add items to a plan-provided checklist when the plan already includes an explicit concrete checklist.
683
-
684
- Do not use a short sample, stale artifact, old result, or current implementation convenience to reduce a plan that asked for full completion.