aigon-feature-autonomous-start

aigon-feature-autonomous-start is a command for Claude Code, Cursor from jayvee/aigon. It costs 0 tokens per session (220 once invoked), scanned A, a copy of feature-autonomous-start, Apache-2.0.

A workflow command that starts a feature with one or more coding agents working autonomously, with an optional evaluation step and stopping point.

In plain words
What is it for?
Use it to run a feature with one agent, compare multiple implementations, or stop after implementation or evaluation for a manual decision.
Why use it?
It coordinates implementation and evaluation so you do not have to start and monitor each agent session manually.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

Good fit Use it to run a feature with one agent, compare multiple implementations, or stop after implementation or evaluation for a manual decision.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jayvee/aigon/aigon-feature-autonomous-start
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jayvee/aigon

Made for: Claude Code, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aigon-feature-autonomous-start

README.md
[![agentmods](https://agentmods.dev/badge/commands/jayvee/aigon/aigon-feature-autonomous-start/github.svg)](https://agentmods.dev/commands/jayvee/aigon/aigon-feature-autonomous-start)
Your own site
<a href="https://agentmods.dev/commands/jayvee/aigon/aigon-feature-autonomous-start"><img src="https://agentmods.dev/badge/commands/jayvee/aigon/aigon-feature-autonomous-start/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aigon-feature-autonomous-start

Your own site · 80×15
<a href="https://agentmods.dev/commands/jayvee/aigon/aigon-feature-autonomous-start"><img src="https://agentmods.dev/badge/commands/jayvee/aigon/aigon-feature-autonomous-start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00220
Opus 5 $0.00000 $0.00110
Sonnet 5 $0.00000 $0.00044
Haiku 4.5 $0.00000 $0.00022

Measured 5d ago against content hash c4f916cb6579, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aigon-feature-autonomous-start scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to feature-autonomous-start — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/commands/aigon-feature-autonomous-start.md · 28 lines

What it actually says

aigon-feature-autonomous-start

Start a feature in autonomous mode with explicit agent/evaluator choices and stop point control.

aigon feature-autonomous-start <args> <agents...> [--eval-agent=<agent>] [--stop-after=implement|eval|close]

Usage

# Solo: auto-close after implementation
aigon feature-autonomous-start <args> cc

# Fleet: run through eval then stop for manual winner selection
aigon feature-autonomous-start <args> cc ag --eval-agent=ag --stop-after=eval

# Status
aigon feature-autonomous-start status <args>

Notes

  • --stop-after defaults to close.
  • Fleet --stop-after=close currently falls back to eval with an explanatory message.
  • The command starts a dedicated AutoConductor tmux session ({repo}-f{id}-auto(-desc)) and exits immediately.
  • AutoConductor failure is non-destructive; implementation/eval sessions continue and can be finished manually.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 28 lines · 0 tokens per session scan A c4f916cb6579

Subscribe to this mod's changes

aigon-feature-autonomous-start is a command published in the GitHub repository jayvee/aigon (25 stars, last pushed 8d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 220 tokens. A static security scan graded it A with 0 findings. It is 86% identical to feature-autonomous-start, differing in 12 lines, and is treated as a copy.