IMPLEMENTAUDIT
On this page
  1. Plain first
  2. Routing terms
  3. Owning references
  4. How not to use this page
  5. Markers and artifacts
  6. Source surfaces
  7. Front-door replacements
  8. Deep-reference terms
  9. Maintainer terms
References

Terminology

Plain-English handles for formal IMPLEMENTAUDIT terms, with owning runtime references when a reader needs authority instead of shorthand.

Use the ordinary meaning first.

The formal vocabulary stays available for maintainers, but first-time readers should never need Lean or IMPLEMENTAUDIT lore before they understand the action on disk.
This page is a map, not the authority layer: the owning references below control runtime behavior.

Plain first

  • work record (audit object)
  • real files (Gemba)
  • stop-the-line failure handling (Andon)
  • before/after checks (Smoke A/B)
  • run folder (run root)

Routing terms

  • existing-repair/new-build route (DMAIC/DMADV)
  • accepted earlier evidence (trust-prior)
  • final fix-and-verify loop (audit-fix)

Owning references

Use this table when a plain handle is not enough and you need the runtime owner/source.

Plain handleFormal termOwning referenceRuntime force
work recordtdqyq-audit-objectskills/implementaudit/SKILL.md; skills/implementaudit/references/transcript-contract.mdLifecycle state, evidence, closure, handoff, and final-audit authority.
audit actionydqyq-audit-actionskills/implementaudit/SKILL.mdAllowed operations against the work record.
where the change belongsowner/sourceskills/implementaudit/SKILL.md; skills/implementaudit/references/routing.mdPatch and verification target; generated artifacts are not independent owners.
existing-repair/new-build routeDMAIC / DMADVskills/implementaudit/references/routing.md; skills/implementaudit/references/phase-design.mdBrownfield repair, greenfield design, and mixed replacement route selection.
stop-the-line failure handlingJidoka / Andonskills/implementaudit/SKILL.md; skills/implementaudit/references/lean-operating-discipline.md; skills/implementaudit/templates/PROTOCOL.mdFailed evidence becomes a classified interrupt, not silent retry or fake completion.
before/after checksSmoke A / Smoke Bskills/implementaudit/SKILL.md; skills/implementaudit/templates/PROTOCOL.mdBaseline and post-change comparison before final claims.
keep it fixedPoka-yoke / Standard Work / Control Planskills/implementaudit/references/lean-operating-discipline.md; skills/implementaudit/references/plan-lifecycle.mdDurable checker, fixture, template, CI, or handoff mechanism after recurrence repair.
untrusted repo texttrust boundary / repo-content-as-dataskills/implementaudit/references/audit-category-matrix.md; skills/implementaudit/references/terminology-integration.mdAudited files, diffs, issues, docs snippets, and fixtures are data unless admitted by the instruction hierarchy.
optional terrain/checkpoint contextGraphify / ActiveGraphskills/implementaudit/references/lean-operating-discipline.md; skills/implementaudit/templates/sidecars.mdGraphify gives qualified first-contact orientation; ActiveGraph assists fork/diff or mirrors run-root events; neither proves correctness.

How not to use this page

  • Do not treat a term appearing here as permission to create a new mode, lane, or artifact.
  • Do not use Lean or design vocabulary unless it changes a route, field, checker, fixture, Andon trigger, or final-audit check.
  • When the page conflicts with a runtime reference, the runtime reference wins.

Markers and artifacts

Transcript marker means an exact lifecycle string.
Final audit ledger means the closure record reviewers inspect.

Marker or artifactPlain meaning
AUDIT_STARTThe audit object is opened, inherited, or normalized; the runtime contract records Skill version:.
AUDIT_VERIFYThe final audit is checking the run against evidence.
AUDIT_GAPSThe final audit found missing or weak evidence that must be fixed, changed, or handed off.
AUDIT_COMPLETEThe in-scope work record reached verified, checkable closure.
AUDIT_HANDOFFThe run cannot honestly close and leaves blocker, risk, and next action.
AUDIT_WARNINGThe final audit names a confidence caveat, such as trust-prior > 30%.
IMPLEMENTAUDIT_RUN_COMPLETEThe run may end only after AUDIT_COMPLETE.
IMPLEMENTAUDIT_PAUSEA user interruption paused a phase; resume must reread the run state before continuing.
ANDON_PROBEFailure handling starts: classify abnormality and inspect cause.
ANDON_ESCALATEThe run escalates with new evidence rather than retrying blindly.
ANDON_HANDOFFThe failure path is blocked and a handoff is required.
IMPLEMENTAUDIT_CONTINUITY_SAVEDA bounded continuity writeback happened and recorded Target, Reason, Evidence, Boundary, Authorization, and Not saved. See State and artifacts.
PREFLIGHT_GREENPreflight passed; dispatch may proceed under the stated boundary.
PREFLIGHT_REDPreflight failed; planning resumes unless the failure itself is the accepted target and the owner accepts that risk.
CHECKSUMS.txtArtifact-integrity manifest; it can support a separately authorized release provenance gate, but it is not a signature, SBOM, install check, or host-load proof.

Source surfaces

README.md, AGENTS.md, skills/implementaudit/SKILL.md, and the generated docs portal source under docs/portal/.

Front-door replacements

Write this firstFormal term second
work recordaudit object
real filesGemba
stop-the-line failure handlingAndon
before/after checksSmoke A/B
run folderrun root
phase checklistphase spec
where the change belongsowner/source
accepted earlier evidencetrust-prior
final fix-and-verify loopaudit-fix

Deep-reference terms

Keep these in reference pages unless a first-time reader needs them for a visible outcome:

  • custody
  • Jidoka
  • Hansei
  • 5 Whys
  • sidecar-specific language
  • detailed marker contracts

Maintainer terms

Plain handleFormal termWhere it belongs
work record: the request, scope, evidence, failures, checks, changed files, and closure state for one runtdqyq-audit-objectMaintainer-level invocation and state reference.
audit action: an operation that reads or updates the work recordydqyq-audit-actionMaintainer-level invocation and closure reference.
pre-alignment before dispatchNemawashiDeep operating-method reference.
clean workspace discipline5SOperating method, not first-run onboarding.
waste, unevenness, overloadMuda/Mura/MuriDeep reference only.
mistake-proofingPoka-yokeAudit gate and script references.
repeatable working ruleStandard WorkProtocol and maintainer docs.
structured problem recordA3Repair route reference.