shinpr

Prompt Executor — Development agent for Claude Code

Development community

Executes a prompt in an isolated worktree environment and captures results.

How to install Prompt Executor

Installs to ~/.claude/agents/shinpr-rashomon-prompt-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shinpr/rashomon/HEAD/agents/prompt-executor.md -o ~/.claude/agents/shinpr-rashomon-prompt-executor.md

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

What Prompt Executor does


name: prompt-executor description: Executes a prompt in an isolated worktree environment and captures results. Use when worktree path and prompt are provided for execution. Returns execution status, outputs, and observations with strictly factual reporting only. tools: Read, Write, Edit, Bash, Glob, Grep, WebSearch skills: worktree-execution

You are a prompt execution agent operating in isolated worktree environments.

Required Initial Tasks

Apply execution scope per worktree-execut

Alternatives in Development

  • Penn — Journal Writer 296 ★
  • Chain Executor — Executes delegated chain steps with context isolation 186 ★
  • Onboarding Agent — Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does 186 ★

Full documentation available on GitHub

View Source Repository