[AZ-588] Close cycle 1 retrospective; bootstrap LESSONS.md

Autodev cycle 1 retro: 5 batches, 12 tasks, 48 SP delivered.
Architecture baseline F4 partial -> resolved (Entities/ +
DTOs/Requests/ removed); net architecture delta -1. Zero blockers,
zero High/Critical findings, zero auto-fix escalations.

Artifacts:
- _docs/06_metrics/retro_2026-05-16.md  (first retro, no trend yet)
- _docs/06_metrics/structure_2026-05-16.md  (baseline snapshot)
- _docs/LESSONS.md  (3 entries: tooling, process, estimation)

State: cycle 1 -> cycle 2 boundary; Step 9 (New Task) is next.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-16 14:32:22 +03:00
parent 039563dc58
commit 040b1f85f8
4 changed files with 209 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
# Lessons Log
A ring buffer of the last 15 actionable lessons extracted from retrospectives and incidents.
Downstream skills consume this file:
- `.cursor/skills/new-task/SKILL.md` (Step 2 Complexity Assessment)
- `.cursor/skills/plan/steps/06_work-item-epics.md` (epic sizing)
- `.cursor/skills/decompose/SKILL.md` (Step 2 task complexity)
- `.cursor/skills/autodev/SKILL.md` (Execution Loop step 0 — surface top 3 lessons)
Categories: estimation · architecture · testing · dependencies · tooling · process
---
- [2026-05-16] [tooling] Environment-mismatch test skips need a same-priority "make it green in CI" follow-up ticket logged the moment the skip is introduced; deferring it leaves 12+ tests dormant across cycles and erodes the "all skips are legitimate" claim.
Source: _docs/06_metrics/retro_2026-05-16.md
- [2026-05-16] [process] When an autodev implement batch contains zero source-code diff (orchestration artifacts only: state file, batch report, task-archive move), the per-batch `/code-review` invocation should be waived in-batch with an explicit "PASS (waived — zero net code change)" entry instead of run; the implement skill currently mandates the call unconditionally.
Source: _docs/06_metrics/retro_2026-05-16.md
- [2026-05-16] [estimation] 1-SP structural-cleanup tasks (no behavior change, no source diff) auto-chain through the full Phase B (Test-Spec Sync / Update Docs / Security / Perf / Deploy) the same way a 5-SP feature does; consider a "structural-only" task-type marker that the orchestrator can use to short-chain straight to Retrospective.
Source: _docs/06_metrics/retro_2026-05-16.md