Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIMuseMuseOpenClawOpenClaw+21 more

    Architecture Decision Records

    1

    Turn hard-to-reverse architecture choices into searchable repo documents that capture options, tradeoffs, rollout plans, and validation criteria.

    Free

    2 installsSecurity scanned
    Architecture Decision Records

    Architecture Decision Records

    Example session with this skill installed

    We're about to switch our campaign tracker from polling the REST API to an event-sourced local store in IndexedDB and the team is split. Write up the decision properly before we touch code. Repo is at /home/dev/campaign-tracker, existing notes live in docs/adr. Hard constraints: offline-first on mobile Safari, no new server dependency, two junior devs maintain it. Compare keeping polling, a service-worker cache, and the event-sourced option, then document tradeoffs, migration phases, rollback plan, and how we'll validate that startup and sync latency don't regress.

    • Read your context and instructions
    • Compiled the architecture decision records

    Summary

    ER-0007 (docs/adr/er-0007-event-sourced-campaign-store.md, status: Proposed) records the move from REST polling to an offline-first, event-sourced IndexedDB store; keeping polling and a service-worker cache layer were the rejected alternatives.

    AreaExpected effectConfidence
    Startup / load timeDecrease: first paint no longer blocks on /campaignsHigh
    NetworkDecrease ~90%: batched sync replaces 5s pollingMedium
    MemoryIncrease: replay buffer, est. +8 MBLow
    Disk / assetsIncrease: journal needs a compaction jobMedium
    Build timeNeutral: no new dependencyHigh

    Next steps

    • Backend and mobile leads sign off on the event replay contract (section 5)
    • Land the storage abstraction behind feature/er-0007-flag before Phase 2
    • Add the 10k-event replay benchmark and compaction test
    • Mark ER-0002 (polling client) Superseded when Phase 4 deletes the old path

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Engineering teams often lose the "why" behind critical architectural choices. Months later, developers struggle to understand why a specific database, framework, or communication protocol was chosen, leading to costly relitigation or brittle workarounds.

    What it does

    • Scans the repository to identify existing ADR patterns and determines the next sequence number.
    • Analyzes codebase constraints, including manifests, lockfiles, and CI configurations.
    • Drafts comprehensive Engineering Choice Records covering tradeoffs, rejected alternatives, and rollout plans.
    • Generates actionable validation criteria and migration steps for implementers.
    • Maintains a searchable history of decisions by linking related records and marking superseded notes.

    Why this beats prompting it yourself

    Generic prompts often produce shallow summaries that lack technical rigor or honest tradeoffs. This skill enforces a structured engineering discipline, ensuring every record includes concrete system impact estimates, ASCII diagrams, and specific rollback strategies that a standard LLM would likely omit.

    Use cases

    • Documenting the transition from REST to GraphQL for internal service communication.
    • Justifying the selection of a specific state-management library in a frontend project.
    • Recording the decision to move from local JSON storage to an embedded database like SQLite.
    • Defining service boundaries and ownership during a monolith-to-microservices migration.

    Known limitations

    Requires an existing directory structure or permission to create one. Performance and cost impact estimates are based on provided context and not live telemetry.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    2 installs

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 11 days ago

    • Free to download with an account

    Listed11 days ago

    What's inside

    Frequently Asked Questions