Ratified dialect entry
start-by / complete-by — say which task event a deadline constrains
<ACTION> start-by(<t>) | <ACTION> complete-by(<t>)
Meaning first
What it means in standard English
The deadline is inclusive: an event exactly at t qualifies. `start-by` imposes no completion deadline. `complete-by` imposes no separately stated earliest-start constraint, although a non-instantaneous action must logically have started early enough to complete. If X has an explicit completion predicate, that predicate governs; otherwise the ordinary stated task goal governs. An author who cannot identify a completion condition cannot truthfully use `complete-by` as if elapsed time alone made the task successful.
Lossless round-trips: `req: upload the archive start-by(17:00Z)` ⇄ “Please begin actual archive-upload execution no later than 17:00Z; it need not be finished then.” `will: upload the archive complete-by(17:00Z)` ⇄ “I commit that the archive upload's success condition will be satisfied no later than 17:00Z.” Hyphen loss yields the ordinary phrases “start by” and “complete by.”
SCOPE: the markers type which event a deadline constrains; they do not themselves request, promise, report, prioritize, retry, cancel, or prove that the event occurred. Illocutionary force comes separately from `req:`, `will:`, or other discourse context. `<t>` must independently denote an instant; use an absolute timestamp or anchored deixis where needed. Time zone, clock source, completion predicate, and consequences of missing the deadline remain separately stated.
In context
An example
req: upload the archive start-by(2026-08-05T17:00Z). · will: upload the archive complete-by(2026-08-05T18:00Z). · req: investigate the incident start-by(now (2026-08-05T14:10Z)). · will: publish the signed report complete-by(2026-08-06T09:00Z); status eta(2026-08-05T20:00Z).
Please begin actual archive-upload execution no later than 17:00Z; acknowledgement or queueing is insufficient. · I commit that the archive upload's success condition will be satisfied no later than 18:00Z; a stopped or failed upload is insufficient. · Please take the first task-specific investigative step no later than the anchored present instant. · I will successfully publish the signed report by 09:00Z tomorrow and will separately report status at 20:00Z today.