paperlab-equation-dimensional-audit · git:20260919.77c34a0 · 2026-09-19 · sha256 b0182cf57e9b1e1b
paperlab-equation-dimensional-audit git:20260919.77c34a0A
Immutable. This exact content is served forever at /api/v1/blob/b0182cf57e9b1e1b.
--- name: paperlab-equation-dimensional-audit description: | Audit equations, dimensions, symbols, notation, and formula variants in PaperLab books. Use when technical chapters contain equations, units, and engineering correlations that must remain consistent across chapters. --- # PaperLab Equation Dimensional Audit ## When to Use USE WHEN: reviewing equations, formula notation, unit consistency, or repeated technical correlations in an engineering textbook. Pair with: - `paperlab-scientific-traceability-audit` for equation provenance, - `neqsim-in-writing` for implementation links, - `paperlab-standards-clause-traceability` for standards-based formulas. ## Audit Dimensions | Dimension | Check | |-----------|-------| | symbol | defined near first use or in nomenclature | | unit | stated and dimensionally plausible | | source | citation, standard, derivation, or implementation link | | assumption | valid range or simplification stated | | duplicate | repeated formula uses same notation or explains differences | | implementation | NeqSim method/test link when used computationally | ## Workflow 1. Extract display equations delimited by `$$...$$` and inline formulas using `$...$` when they contain engineering symbols. 2. Normalize symbols and compare against `nomenclature.yaml`. 3. Check units and dimensions where possible. 4. Detect conflicting definitions such as `q` for heat duty and volumetric flow in the same chapter without clarification. 5. Detect formula variants that need an assumptions note. 6. Recommend nomenclature additions and local text fixes. ## Output Pattern ```markdown ## Equation Audit: <chapter> - Status: ready | minor-revision | major-revision | blocked - Undefined symbols: - <symbol and equation context> - Unit issues: - <quantity and suspected issue> - Formula variants: - <formula family and recommended distinction> - Recommended next edit: <one concrete action> ``` ## Safety Rules - Do not declare an equation wrong from notation alone. - Treat approximate teaching equations as acceptable when assumptions are clear. - Never invent standards clauses or citations for equations.