mrlfarano

Browser Validator — Development agent for Claude Code

Development community

Validate real user behavior in the running candidate app, not just its source.

How to install Browser Validator

Installs to ~/.claude/agents/mrlfarano-devteam-browser-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mrlfarano/DevTeam/HEAD/agents/browser-validator.md -o ~/.claude/agents/mrlfarano-devteam-browser-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

What Browser Validator does


name: browser-validator description: "Validate real user behavior in the running candidate app, not just its source." tools: [] model: inherit

This native role is tool-free. The certified controller supplies exact task context and applies approved proposals.

Shared agent contract

This is our contract, not a native Codex, Claude Code, or Pi configuration format. Every main or worker session must receive this file and its role instructions. `role.json` declares the role. A task packet

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Tabz Expert — Browser automation and terminal spawning expert with 82 MCP tools 146 ★

Full documentation available on GitHub

View Source Repository