Append-only record of retrospectives run by the Process Improver persona, per .devfoundry/skills/process-retrospective.md. Each entry is dated and tied to a spec ID. When the same friction (category + affected file) recurs 3+ times, it must be escalated into a proposed edit to the relevant rule, skill, persona, or reference file.
Do not edit or delete past entries. Correct a wrong entry by appending a new one that references it. The Friction Tally below is the one mutable part of this file and is updated in place as entries are appended.
Maintained by the Process Improver: on every new log entry below whose Category is not none, update the count and spec-ID list here for that entry's Category + affected file. This is what makes the “3+ occurrences” escalation rule in .devfoundry/skills/process-retrospective.md step 7 checkable at a glance instead of requiring a full re-read of the log. Entries with Category none (clean runs) are never tallied here — they are not recurring problems and must not trigger escalation.
| Category | Affected file | Count | Spec IDs |
|---|---|---|---|
| reference-gap | .devfoundry/references/asp-classic-framework.md |
1 | SPEC-004 |
| interview-gap | .devfoundry/skills/spec-interview.md |
1 | SPEC-005 |
.devfoundry/references/asp-classic-framework.md avoided inventing conventions; asking three short blocking questions (multi-session Access, framework repo location, QA-rule confirmation) up front let the whole change land in one pass.docs/process-checks.md made verification straightforward, and the checks caught one small regex mismatch before closeout..accdb's real schema via ADODB before running any migration, and hitting each aspunit manifest page directly with ?task=test instead of trying to curl the JS-driven browser runner, produced real, verifiable pass/fail output (26/26 tests) rather than a checklist claim..devfoundry/references/asp-classic-framework.md (written in SPEC-002, from reading the framework repo) didn't mention that a vendored checkout can carry leftover non-generic artifacts needing a schema cross-check, or that IIS Express needs one process per site despite serverAutoStart="true" on all of them. Both gaps were found and fixed in the same spec, not left for a future recurrence..devfoundry/references/asp-classic-framework.mdasp-classic-framework.md (applied immediately — first occurrence, below the 3-occurrence escalation threshold, but the fix was low-risk/additive documentation so it was applied rather than only proposed).asp-classic-framework.md) while removing the instance-specific parts (the vendored app, environments.md's real values)..devfoundry/skills/spec-interview.mdspec-interview.md step 2 (or a new step) asking whether the work belongs in this repo or in a separate project repo that adopts DevFoundry.Powered by TurnKey Linux.