Agent Farm Plan banner
frapercan frapercan

Agent Farm Plan

Development community

Description

--- description: Display plan progress and next pickable slices --- Run `bash ~/Thesis2/agent-farm/scripts/plan-progress.sh $ARGS` where $ARGS is optional (e.g., `--phase F-FEAT` to filter by phase, `--next` to pick the highest-priority pickable slice). Joins the plan catalog under `plans/<loop>/PLAN.md` with executor task history from sqlite. Report which slices are pickable, in flight, blocked, or done.

Installation

Installs to ~/.claude/skills/frapercan-agent-farm-agent-farm-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/frapercan-agent-farm-agent-farm-plan && curl -fsSL https://raw.githubusercontent.com/frapercan/agent-farm/HEAD/commands/agent-farm-plan.md -o ~/.claude/skills/frapercan-agent-farm-agent-farm-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository