kalepasch1
Community@kalepasch1
kalepasch1 provides cowork-executor, an autonomous task executor that claims queued tasks, edits isolated git worktrees, and feeds a merge/release train.
Agent Skills by kalepasch1
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About kalepasch1
FAQPage SchemaWhat tasks can cowork-executor perform?▼
cowork-executor autonomously claims queued tasks from claude-orchestrator, performs the required code edits inside validated isolated git worktrees, pushes the resulting agent branches, and hands them off to the canonical merge/release train for integration.
Who should use cowork-executor?▼
Engineers running claude-orchestrator who need high-throughput autonomous execution of queued coding tasks. It suits teams that want isolated worktree-based edits and a structured branch handoff into an existing merge and release pipeline.
How does cowork-executor fit into a runtime workflow?▼
It operates as the execution layer for claude-orchestrator: it pulls tasks from the queue, works exclusively within validated isolated worktrees, pushes completed agent branches, and passes them to the canonical merge/release train rather than merging directly.
What are the prerequisites for using cowork-executor?▼
You need a running claude-orchestrator setup supplying a task queue, a git repository supporting worktrees and branches, and an established canonical merge/release train to receive the agent branches it pushes.