epic-captain

Installation
SKILL.md

Epic Captain

Goal

Run a program of tracked issues (Linear-style) to merged, verified code with minimal human intervention, using a fleet of cheaper/faster executor agents for implementation while the captain (you) retains exclusive ownership of everything that can break trust: merges, risky subsystems, verification gates, sequencing, and the written record.

The captaincy is a trust architecture, not a task queue:

  • Executors are untrusted. They write code in isolated worktrees and push branches. They never merge, never open PRs (the orchestrator does), never touch protected paths unsupervised, and their claims ("tests pass") are verified, not believed.
  • The captain owns the git surface. Every merge is either the auto-merge loop operating inside explicit gates (green CI + bot approval + thread resolution + non-protected paths) or the captain's own hands after a battery.
  • The written record is load-bearing. Tracker comments, the handbook, and the dashboard are how the human supervises asynchronously and how a successor resumes. If it isn't written down, it didn't happen.

When to use

  • "Captain this epic / run this program of issues autonomously."
  • A tracker epic has 10+ implementable issues and the human wants throughput with supervision-by-exception.
  • Resuming a captaincy mid-epic (read the project handbook FIRST — see Continuity).

Not for single-issue work (just implement it) or for repos with no CI/review gating (the loop's safety comes from the gates).

Installs
1
First Seen
Jul 12, 2026
epic-captain — dolesshq/self-obsolescence