danielrmay/claudity

4 stars · Last commit 2026-06-11

An AI thinking partner that pushes back — Claude Code plugin port of Microsoft's Clarity Agent (MIT)

README preview

<p align="center">
  <img src="assets/hero.gif" width="800" alt="A simulated Claude Code session: the user asks for a tool that pulls prod data into dev, Claudity asks what breaks today and whether prod rows contain customer PII, then records anonymization requirements to .clarity-protocol/goal/requirements.md">
</p>

Claude Code, but it makes sure you're building the right thing: Claudity asks
the questions an architect would ask, and records the answers and decisions as
markdown in your repo.

The animation above is a simulation. For a real session (abridged only for
length) see [EXAMPLE.md](EXAMPLE.md): three turns in, the project has a
different shape, a privacy requirement nobody had thought about, and all of it
written to versionable markdown in the repo.

## Install

```
/plugin marketplace add danielrmay/claudity
/plugin install claudity@claudity
```

View full repository on GitHub →