jarrodwattsjarrodwattsCommunityยท1 Agent Skills Included

long-running-agent-skill

Autonomous end-to-end project building with parallel subagents

Builds entire software projects end-to-end across hours or days without human intervention. Dispatches parallel subagents in isolated git worktrees, enforces architectural reviews at every milestone, and fixes issues automatically. Maintains persistent state files so work survives interruptions and context limits. Eliminates manual task coordination, merge conflict headaches, and forgotten decisions.
npx skills add jarrodwatts/long-running-agent-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install long-running-agent-skill?โ–ผ

Run `npx skills add jarrodwatts/long-running-agent-skill --all -g -y` in your terminal to install this skill globally.

How to build a full project autonomously?โ–ผ

This skill interviews you upfront about goals and architecture, then plans milestones and executes them autonomously using parallel subagents in isolated git worktrees.

Does it work with Claude Code and Codex?โ–ผ

Yes. It uses the Agent tool with worktree isolation in Claude Code and subagent teams with workspace isolation in Codex, plus any runtime that reads markdown state files.

How does it keep code quality high?โ–ผ

Every milestone goes through a ruthless architectural review cycle, with fix subagents addressing issues until approval or a maximum of three iterations.

What happens if the session gets interrupted?โ–ผ

Persistent state files in the .agent/ folder record progress, decisions, and architecture state, so work resumes cleanly after interruptions or context compaction.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’