algorithm-design

Installation
SKILL.md

Algorithm Design

Overview

Use this skill to produce an implementable algorithm decision with explicit correctness reasoning and tradeoff analysis.

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

  • Objective, required outputs, and correctness conditions.
  • Input constraints (size ranges, distribution, adversarial cases, update/query patterns).
  • Resource budgets (latency, throughput, memory) and operational constraints.
  • Mutation/concurrency requirements and ordering guarantees.

Deliverables

  • Problem model with assumptions, invariants, and edge-case catalog.
  • Candidate strategy comparison (pros/cons and applicability bounds).
  • Selected algorithm and data-structure decision with correctness argument.
Related skills

More from kentoshimizu/sw-agent-skills

Installs
5
GitHub Stars
5
First Seen
Feb 28, 2026