# Principle Sequence Verifiable Units

> Break multi-step work into small reversible units that each end in a meaningful check, then order delivery so the evidence identifies each causal change.

- Skill: `njs14/principle-sequence-verifiable-units` (Agent Skill)
- Install (CLI): `npx skillmds@latest add njs14/principle-sequence-verifiable-units`
- Raw SKILL.md: https://api.skillmd.com/api/skills/njs14/principle-sequence-verifiable-units/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: njs14 (https://skillmd.com/u/njs14)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/njs14/principle-sequence-verifiable-units

---


# Sequence checked units

Treat the request text that activated this skill as the multi-step work to sequence.

Apply [sequence verifiable units](../pkstack-principles/references/catalog.md#sequence-verifiable-units).
Choose the smallest unit that ends in a real check, verify it before building on it, and order the
series so baseline precedes treatment and regression precedes fix. Return the unit list, check for
each unit, and first unresolved boundary.

