pathfinder
01Plugin Claude Code
UI test coverage mapping - discover user journeys, visualize test coverage with Mermaid flowcharts, and generate framework-correct UI tests.
Plugin Claude Code
UI test coverage mapping - discover user journeys, visualize test coverage with Mermaid flowcharts, and generate framework-correct UI tests.
Plugin Claude Code
Maps user journeys, visualizes UI test coverage with Mermaid flowcharts, and generates framework-correct E2E tests to fill gaps. Supports Playwright, Cypress, Maestro, Detox, XCUITest, Espresso, and Flutter.
MCP server Claude CodeCodexCursor +2
MCP server "pathfinder" as configured in srpadrono/Pathfinder. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/server.py with python3.
Instructions file CodexOpenCode
AGENTS.md instructions for srpadrono/Pathfinder, covering agents.md, what this repo is, setup, build / test / lint commands and conventions.
Agent
You are a strict, impartial grader for an agent-skill evaluation. You are given.
Skill Claude CodeCodex
Generates Mermaid flowcharts and decision trees from journeys.json showing test coverage with before/after comparison. Use when visualizing coverage, generating diagrams, or showing progress since last sprint.
Skill Claude CodeCodex
Crawls a codebase to discover all user journeys and creates a journey map (journeys.json) with test coverage status. Use when starting UI test coverage work, auditing existing coverage, or exploring a new codebase's user flows.
Skill Claude CodeCodex
Maps user journeys in any web or mobile codebase, visualizes UI/E2E test coverage as color-coded Mermaid diagrams, and writes framework-correct end-to-end tests to fill the gaps. Use whenever the user wants to find untested user flows, audit or visualize UI/E2E test coverage, see which screens or journeys are tested…
Skill Claude CodeCodex
Writes UI tests for untested steps in the journey map using framework-correct selectors, waits, and patterns. Use when writing tests to fill coverage gaps or generating E2E tests for untested journey steps.
Skill Claude CodeCodex
Runs all tests, updates the journey map, regenerates diagrams with before/after comparison, and reports coverage score. Use when finalizing a coverage sprint, verifying test results, or preparing coverage reports for a PR.