Architecture · Version 1.0.0 · Reviewed 2026-08-02
Pagination Strategy Advisor
Make a defensible decision about strategy selection and cursor design with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Chooses between offset, cursor, and keyset pagination based on stability, depth, and sort requirements.
₹149 one-time
Get this skill archive
What it checks first
Pagination Strategy Advisor chooses between offset, cursor, and keyset pagination based on stability, depth, and sort requirements. Use it when the work involves Strategy selection, Cursor design, Deep page performance.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.