Prose Walker banner
leeovery leeovery

Prose Walker

Testing & QA community

Description

--- name: prose-walker description: Executes workflow prose exactly as a live session would, against a disposable test world, and returns a transcript of what it did. Dispatched by prose-orchestrator during a prose-test run. tools: Read, Write, Edit, Bash, Glob, Grep model: sonnet hooks: PreToolUse: - matcher: "Bash|Write|Edit|Read|Glob|Grep" hooks: - type: command command: "node \"$CLAUDE_PROJECT_DIR/tests/prose/lib/record-action.cjs\"" PostToolUse: - matcher

Installation

Installs to ~/.claude/agents/leeovery-agentic-workflows-prose-walker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/leeovery/agentic-workflows/HEAD/.claude/agents/prose-walker.md -o ~/.claude/agents/leeovery-agentic-workflows-prose-walker.md

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

Full documentation available on GitHub

View Source Repository