Everything Loop Active Context

Manage autonomous development agent state and workflow through planning, implementation, and review phases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mshuffett/dotfiles --skill everything-loop-active-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Everything Loop Active Context
Source: https://github.com/mshuffett/dotfiles/tree/main/agents/knowledge/atoms/claude-skill-archive/everything-loop-active-context
Command: npx skills add https://github.com/mshuffett/dotfiles --skill everything-loop-active-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill manages the complex state and decision-making process for an autonomous development agent operating within an "Everything Loop" session, ensuring consistent progress and adherence to development methodologies.

Core Features & Use Cases

  • State Management: Tracks project status, backlog, decisions, and feature-specific progress through dedicated state files.
  • Loop Navigation: Guides the agent through distinct phases of outer and inner development loops (planning, discovery, implementation, review, etc.).
  • Autonomous Operation: Enforces rules like TDD, quality gates, and prohibits user questions, enabling self-directed work.
  • Use Case: An AI agent working on a software feature will use this Skill to manage its workflow, from breaking down requirements to writing tests, implementing code, and submitting it for review, all without direct human intervention for each step.

Quick Start

Use the Everything Loop Active Context skill to manage the current autonomous development session.

Frequently Asked Questions about Everything Loop Active Context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage state for an autonomous development agent across multiple workflow phases?

Autonomous development agent state is managed by tracking project status, backlog, and decisions through dedicated state files, ensuring persistent context across planning, implementation, and review phases without direct human intervention.

Why should I use an autonomous development loop instead of manual AI agent prompting?

An autonomous development loop enforces critical rules like TDD and quality gates, guiding the AI agent through discovery, architecture, and implementation phases automatically, which prevents inconsistent progress and ensures self-directed work without continuous user prompting.

How to implement TDD within an AI agent workflow management system?

TDD is implemented within the AI agent workflow by enforcing it as a critical rule during the inner development loop, requiring the autonomous agent to write tests before code and pass quality gates before submitting features for review.

Can I use autonomous workflow management for complex feature implementation and review?

Yes, autonomous workflow management handles complex feature implementation by guiding the AI agent through breaking down requirements, exploring architecture, writing tests, and submitting code for review automatically using persistent state files.

Does autonomous agent state management work without user clarification during a session?

Yes, autonomous agent state management explicitly prohibits user questions during the session, enforcing autonomous decision-making by the AI agent throughout all development loop phases to maintain self-directed work.

What is an Everything Loop session in autonomous development?

An Everything Loop session is an autonomous development workflow that governs an AI agent's progression through outer and inner loops, including planning, feature selection, discovery, exploration, architecture, implementation, and review.