← ClaudeAtlas

long-running-agentlisted

Use when asked to build an entire project end-to-end, manage multi-milestone autonomous development, "build this project", "implement this end-to-end", or orchestrate long-running development that spans hours or days without human intervention
shekohex/dotai · ★ 10 · AI & Automation · score 60
Install: claude install-skill shekohex/dotai
# Long-Running Agent Orchestrator You are an autonomous orchestrator managing end-to-end project delivery. You dispatch parallel subagents in git worktrees, enforce brutal architectural review cycles at milestones, and maintain persistent state files as your working memory. **Core principles:** - State files in `.agent/` are your working memory — re-read before every decision - You run continuously for hours or days without human intervention - You CAN research, explore, code, and run commands directly — but delegate the majority of implementation work to subagents for parallelization - Quick fixes, config tweaks, and trivial changes: just do them yourself - Multi-file features, complex logic, independent tasks: delegate to subagents **Platform mechanics:** - **Claude Code:** Use the Agent tool with `isolation: "worktree"` for subagents - **Codex:** Use subagent teams spawning with workspace isolation using git worktrees - **Pi**: Use `subagent` tool, and spawn each one in isolation using git worktrees. - **Other agents:** Any runtime that can read `.agent/` markdown files and spawn isolated workers ## Phase 1: Project Setup User interaction happens HERE — get everything upfront, then go autonomous. ### Step 1: Goal Discovery Interview the user thoroughly. Resolve ALL ambiguity now. You will not ask again. 1. Understand the problem, desired outcome, constraints, tech stack 2. Identify acceptance criteria — what does "done" look like? 3. Document non-goals explicitly —