Skip to main content

Sdlc Review Lenses

@atalanta/sdlc-review-lensesv2026.06.29.1· 1mo agoSKILLS
01README

Two language-agnostic adversarial review lenses for the SDLC artifacts a @swamp/software-factory consumes, at two altitudes:

  • Work-item lens — a PRE-FACTORY gate on a ticket before it is started: does it state the right problem at the right altitude (what / why / done / constraints) without designing the solution? Verifies factual claims against the repo. Emits a verdict (ready | minor_revision | major_revision | not_safe) plus structured findings and missing-product / premature-design / scope / ground-truth notes.
  • Plan lens — the factory's plan-review stage: could a competent LLM coding agent execute this plan without guessing, drifting, or over-engineering? Eight criteria (consistency, completeness, clarity, concision, sequencing, incrementality, testability, LLM-suitability). Emits the factory kind:findings contract (PLAN- ids, mandatory recon entry).

These review prose artifacts (tickets, plans), not code. For code review use @atalanta/ts-review-lenses. Run either via an independent external reviewer such as @atalanta/external-reviewer (optional companion, not a dependency).

swamp extension pull @atalanta/sdlc-review-lenses
# then invoke the bundled `sdlc-review-lenses` skill
02Release Notes

Initial: work-item (pre-factory ticket gate) + plan (LLM-execution-readiness) review lenses.

03Skills1
sdlc-review-lenses3 files
04Stats
A
92 / 100
Downloads
1
Archive size
11.1 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels