infinite-dev
Installation
SKILL.md
Infinite Dev: Long-Running Autonomous Development System
Build complete software projects across unlimited context windows using incremental progress, structured state tracking, and a Python CLI tool that drives the workflow.
Based on Anthropic's research on effective harnesses for long-running agents.
Architecture
状态持久化(跨所有上下文窗口):
• feature_list.json — feature 清单,只改 passes 字段
• claude-progress.txt — 结构化进度笔记(What was done / Testing / Notes)
• Git history — 代码变更记录
执行方式(用户二选一):
• Mode A (Interactive) — Claude 直接实现,/clear 清上下文
• Mode B (Autopilot) — dev-agent.py run 启动 claude -p 子进程循环