ozankasikci

Autogoals — Development skill for Claude Code

Development community

Autonomous long-term goal execution system for Claude Code.

How to install Autogoals

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ozankasikci/autogoals and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Autogoals does

Autonomous long-term goal execution system for Claude Code.

Alternatives in Development

  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Discuss — Act as a planning interviewer 2.9k ★
  • Autoresearch — Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code 2.5k ★

README

AutoGoals

A goal-driven autonomous development platform.
Define what you want built. AI agents continuously plan, code, and verify it.

AutoGoals Dashboard


Table of Contents


What is AutoGoals?

AutoGoals is an open-source platform that manages autonomous AI coding agents. You define goals for your project, and AI agents continuously work on them: planning approaches, writing code, running verifications, committing checkpoints, and moving to the next goal. All managed through a real-time dashboard.

It uses [Claude Code SDK](https://github.com/anthropics/claude-code-sdk) under the hood, giving each agent a fresh context window per task to prevent quality degradation over long sessions.


Features

Goal-Driven Execution

Define goals with acceptance criteria. The agent picks them up, implements them, verifies completion, and auto-commits a checkpoint.

Goal Detail

Two Planning Modes

  • Interview — the agent analyzes your codebase, asks targeted questions with clickable options, and builds a spec from your answers.
  • Auto-Plan — the agent decides everything and starts working immediately.

Real-Time Chat

Talk to your running agent. See tool usage, file edits, and progress in real time. Send messages to redirect the agent or ask questions.

Chat Panel

Rules System

Define global rules (applied to every project) and project-specific rules. Agents must follow all rules. Periodic complianc