raaaf

Plan Learning Agent — Development agent for Claude Code

Development community

Analyzes past plan-it logs, detects patterns, and returns a structured retro for the orchestrator to write.

How to install Plan Learning Agent

Installs to ~/.claude/agents/raaaf-claude-skills-plan-learning-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/raaaf/claude-skills/HEAD/agents/plan-learning-agent.md -o ~/.claude/agents/raaaf-claude-skills-plan-learning-agent.md

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

What Plan Learning Agent does


name: plan-learning-agent description: Analyzes past plan-it logs, detects patterns, and returns a structured retro for the orchestrator to write. Read-only, never writes to .claude/ itself. Used by the /plan-it skill, never dispatched directly by the user. tools:

  • Read
  • Grep
  • Glob model: sonnet effort: low

Plan Learning Agent

You are dispatched at the end of a `plan-it` run to analyze past plan logs and return a retro. Read `agents/learning-agent.md` inside the dispatching

Alternatives in Development

  • Changelog Generator — Specialized agent for generating changelogs from ADVPL/TLPP code changes - analyzes diffs and produces structu 136 ★
  • Retro Reviewer — Reviews one prior session through ax's normalized cross-harness Turn view and emits a structured retro (tried 103 ★
  • Continuous Learner — Use at session end (auto-triggered by SessionEnd hook) or via /learn command 83 ★

Full documentation available on GitHub

View Source Repository