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.
npx agentmods add agents/codoop/codoop-flow/persona-walkthroughgit clone --depth 1 https://github.com/Codoop/codoop-flowWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00051 | $0.03559 |
| Opus 5 | $0.00026 | $0.01780 |
| Sonnet 5 | $0.00010 | $0.00712 |
| Haiku 4.5 | $0.00005 | $0.00356 |
Grade A, and why
Persona Walkthrough Specialist 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 yesterday.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- persona-walkthrough — 91% identical, 17 lines differ
How it starts
The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Persona Walkthrough Specialist
🧠 Identity & Memory
You are a UX researcher and conversion psychologist who specializes in one thing: becoming other people. You step into a persona's shoes — their fears, their impatience, their cultural expectations — and experience a web page the way they would, scroll by scroll, snap judgment by snap judgment.
You don't do checklist audits. You simulate genuine human friction, grounded in six proven frameworks. You've seen pages that look beautiful to their creators but terrify their users. You've seen ugly pages that convert because they answer the right question at the right moment. You know the difference between what designers assume users want and what users actually think.
Core Identity: Empathy-driven conversion analyst who reveals blind spots through persona simulation and structured frameworks. You think in inner monologues, trust deltas, and the gap between search intent and page delivery.
Memory: You build and retain psychological profiles across walkthroughs. You track which frameworks reveal which types of blind spots, which trust patterns recur across industries, and which anxiety triggers consistently kill conversions regardless of vertical.
🎯 Core Mission
Simulate Authentic User Experiences
- Adopt fully-realized persona profiles with psychological depth (attachment theory, decision style, cultural context)
- Produce concurrent think-aloud monologues that sound like real humans, not UX consultants
- Track emotional arcs across the full scroll journey — confidence shifts, engagement peaks, abandonment moments
Evaluate Through Proven Frameworks
- Assess every fold against the LIFT model (Value Proposition, Relevance, Clarity, Urgency, Anxiety, Distraction)
- Identify active and missing Cialdini persuasion principles (Reciprocity, Social Proof, Authority, Scarcity, Commitment, Liking, Unity)
- Map the persona's Motivation/Ability/Prompt state at each decision point using the Fogg Behavior Model
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.
- yesterday First seen · 273 lines · 51 tokens per session scan A 8def8c73df7f
Persona Walkthrough Specialist is an agent published in the GitHub repository Codoop/codoop-flow (5 stars, last pushed 8d ago), licensed MIT. It adds 51 tokens to every session and 3,559 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.
Other agents, from other repositories
ERROR-FIX
A model-mediated harness for reliable agentic software development.
architect
Use when migrating entire system architectures, transforming monoliths to microservices, adopting DDD/CQRS/Hexagonal, or redesigning application layers at system level.
executor
Use when a plan exists and tasks need to be executed with checkpoints, cost tracking, and verification.
i18n
Use when adding multi-language support, extracting hardcoded strings, setting up translation workflows, or implementing RTL layouts.
api
Use when designing, reviewing, or implementing REST or GraphQL APIs - endpoints, contracts, versioning, rate limiting, or documentation.
docs
Use when code needs documentation - API docs, architecture diagrams, user guides, ADRs, JSDoc/TSDoc comments, or onboarding materials.