algorithm-complexity-analysis

Installation
SKILL.md

Algorithm Complexity Analysis

Overview

Use this skill to quantify whether candidate approaches can meet performance and resource constraints at expected scale.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill's domain.

Inputs To Gather

  • Candidate algorithms and dominant operations.
  • Input-scale assumptions (current, expected, and stress ranges).
  • Resource budgets (latency targets, throughput targets, memory limits).
  • Runtime context (I/O patterns, cache behavior, concurrency contention).

Deliverables

  • Complexity report with worst-case, average-case, and amortized bounds (as applicable).
  • Memory and auxiliary-space analysis, including peak usage assumptions.
  • Budget-fit assessment and scalability breakpoints.
Related skills

More from kentoshimizu/sw-agent-skills

Installs
5
GitHub Stars
5
First Seen
Feb 28, 2026