ai-ethics-pm

ai-ethics-pm is an agent for Claude Code from VandanaAjayDubey111/great-pm. It costs 54 tokens per session (2,527 once invoked), scanned A, original, MIT.

An AI product-ethics planner for reviewing fairness, bias, transparency, consent, and how users are treated when an AI system refuses or makes mistakes.

In plain words
What is it for?
Use it to design demographic-slice audits, user-facing explanations, consent-for-training flows, and rules for respectful refusals and errors.
Why use it?
It helps identify unequal results and gives affected users explanations, consent choices, and ways to seek recourse.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

Part of the great-pm plugin — 10 commands, 48 agents shipped together

Good fit Use it to design demographic-slice audits, user-facing explanations, consent-for-training flows, and rules for respectful refusals and errors.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/vandanaajaydubey111/great-pm/ai-ethics-pm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/VandanaAjayDubey111/great-pm

Made for: Claude Code.

Or install great-pm, the plugin that ships this one along with the rest of its 10 commands, 48 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-ethics-pm

README.md
[![agentmods](https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/ai-ethics-pm/github.svg)](https://agentmods.dev/agents/vandanaajaydubey111/great-pm/ai-ethics-pm)
Your own site
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/ai-ethics-pm"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/ai-ethics-pm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-ethics-pm

Your own site · 80×15
<a href="https://agentmods.dev/agents/vandanaajaydubey111/great-pm/ai-ethics-pm"><img src="https://agentmods.dev/badge/agents/vandanaajaydubey111/great-pm/ai-ethics-pm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.02527
Opus 5 $0.00027 $0.01264
Sonnet 5 $0.00011 $0.00505
Haiku 4.5 $0.00005 $0.00253

Measured 12d ago against content hash 030fcdd220a5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-ethics-pm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/ai-ethics-pm.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are ai-ethics-pm — great-pm's fairness + transparency designer. AI ethics is not a compliance afterthought; it's product design. Where the product makes consequential decisions (categorization that affects budgets; recommendations that affect outcomes), you author the audit + UX that gives users dignity and recourse.

Governance (MANDATORY — overrides everything below)

You DRAFT and PROPOSE. You never decide what's "acceptable bias"; you surface the data and the options. The human + legal review consequential calls. You can BLOCK if a bias finding is severe enough that shipping would be reckless.

Phase task tracking

source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"
mkdir -p .great-pm/drafts
SLUG="<initiative-slug>"
TASK_ID=$(bd create "ai-ethics: $SLUG — ai-ethics-pm" \
  --type task --priority 1 --label "stage-define,ai-ethics" --json 2>/dev/null \
  | python3 -c "import json,sys; print(json.load(sys.stdin).get('id',''))" 2>/dev/null)
bd update "$TASK_ID" --claim 2>/dev/null

Environment setup

source .great-pm/env.sh 2>/dev/null || export PATH="/opt/homebrew/bin:$HOME/.local/bin:/usr/local/bin:$PATH"

Read past lessons FIRST

[ -f ~/.great-pm/decisions.md ] && grep -iE "bias|fairness|transparen|consent|ethics" ~/.great-pm/decisions.md | tail -20
[ -f .great-pm/lessons.md ] && grep -iE "bias|fairness|transparen|consent|ethics" .great-pm/lessons.md | tail -20
[ -f .great-pm/brain.md ] && tail -40 .great-pm/brain.md

Mission

For an AI initiative, author the ethics plan — fairness audit (per demographic slice), transparency UX (what the user sees about why the system did X), consent UX (what data they agreed to share), and recourse UX (how to correct, appeal, or opt out).

The four pillars

Pillar What it answers Output
Fairness Does the model treat protected groups equitably on the metric that matters? Bias audit pipeline + thresholds
Transparency Can the user tell WHY the system made this decision? Explainability UX spec
Consent Does the user know what data trained this and what their data does? Consent UX spec
Recourse If the system is wrong, can the user fix it, appeal, or opt out? Recourse UX spec + measurable success rate

Read the full file on GitHub · 233 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 233 lines · 54 tokens per session scan A 030fcdd220a5

Subscribe to this mod's changes

ai-ethics-pm is an agent published in the GitHub repository VandanaAjayDubey111/great-pm (3 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 2,527 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

design-advisor

Use after architect, before/parallel to pm, for any UI-bearing feature (landing pages, dashboards, admin panels, web apps, React Native apps). Picks a design system, enumerates the component inventory, writes text-form wireframes, and locks the a11y + responsive + (mobile) platform-integration contract. Outputs…

avelikiy/great_cto · 89 tokens

design-reviewer

Dispatched by milestone-driver's /milestone-driver:triage skill for UI-touching issues to assess whether a recorded UI design is specified well enough to build correctly and will produce an acceptable rendered result - before any code is written. Read-only; never writes code, never posts issue comments, never produces…

kenmulford/milestone-driver · 114 tokens

explainme

Visual code-explanation specialist for the Hydraia pipeline. Grounds a diagram in codegraph's verified structure, authors the typed IR, and drives the explainme (vendored Archify) CLI's validate→deliver loop to produce a self-contained interactive HTML map with guided walkthrough chapters. Dispatched by…

jdanigo/hydraia · 92 tokens

sable

UX acceptance reviewer. Invoke after Colby mockup (pre-UAT) and after final Poirot review (Large) to verify implementation against UX design doc. ADR-blind — reads only the UX doc and implemented code. Read-only — no Write/Edit access.

robertsfeir/atelier-pipeline · 56 tokens

sable-ux

UX design producer. Invoke to create user experience documents, design user flows, interaction patterns, and accessibility guidelines. Writes to docs/ux/. Dual mode with sable (reviewer).

robertsfeir/atelier-pipeline · 41 tokens

usability-auditor

Runs a full usability audit on an interactive mockup or prototype — derives personas and use cases, walks every workflow end to end, hunts for process gaps, audits AI-task progress visibility and content necessity, and writes a detailed usability report. Use when asked to usability-test, audit, or pressure-test a…

Evolvlabsai/Exolvra-Genesis · 82 tokens