working backwards skills

29 tagged working backwards, measured the same way as everything else here.

Browse within: amazon 28kiro 28

robisson/build-like-amazon-agent-skills

Skill Claude CodeCodex

Designing APIs contract-first with backward compatibility guarantees, clear versioning strategy, error semantics, idempotency, and pagination. The API is a promise—never break existing clients.

14 3mo ago A 42 tokens original MIT

robisson/build-like-amazon-agent-skills

Skill Claude CodeCodex

Managing external dependencies safely with circuit breakers, timeouts, retries with exponential backoff, bulkhead pattern, graceful degradation, and dependency isolation.

14 3mo ago A 31 tokens original MIT

robisson/build-like-amazon-agent-skills

Skill Claude CodeCodex

Bridge between an approved Design Document and code. Decompose the system-level blueprint into N vertical specs (requirements → design → tasks), each independently deliverable. Fail fast by ordering hardest-first. Execute wave-by-wave with approval gates.

14 3mo ago A 51 tokens original MIT