All cards
VerifiedOfficialDeveloper tools

Decision Log

Agents record architecture decisions here over MCP; you search, review, accept or reject them, and export them as ADR files.

by NeuroSquad examplesv1.0.0verified Sep 25, 2026

Screenshots

What it can do

The same list the app shows before install. A card can do nothing else: it runs sealed inside its own card.

Asked at install

Nothing to allow at install

Asked only when needed

  • Change files in the workspace folder

    High risk

    Create, overwrite and move files to the trash in this workspace’s project folder. Agents read and run these files, so this card can make them run commands. Protected: .git, agent settings and NeuroSquad’s own data.

    fs.write

  • Read and change cards connected to it

    Medium risk

    Notes, checklists, task boards and stickies you connect to it with an arrow.

    cards.connected

The card asks for these while you use it, and you can say no.

Internet addresses

Connects to no internet addresses.

Reviewer’s note

Agents write decisions over MCP tools; fs.write is optional and used only for the explicit "Export as ADR files" action (docs/adr/*.md).

— glmn-ai

What “Verified” means

The NeuroSquad team read this card’s source at the commit above, checked that the build matches it and that every permission is needed. The app installs exactly those files and refuses anything else. It is a review, not a guarantee — the card is still community code, so read what it asks for.

More cards

All cards
For authors

Built a card? Put it here.

Publish it in a public GitHub repository and open a pull request to the verified list. We read the code at one exact commit — then everyone can install it in a click.