agent-implementation

Installation
SKILL.md

Agent Implementation Workflow

Purpose

Implement or update agent CLI integrations in Ralph in a consistent, deterministic, test-first way.

When to Use

Use this skill when the task involves any of the following:

  • Adding a new agent integration under internal/agent/.
  • Updating command construction, flags, env vars, or output parsing for an existing agent.
  • Updating agent factory selection in internal/agent/agent.go.
  • Adding or fixing tests around agent selection/execution behavior.

Required Workflow

  1. Read intent and constraints first:
    • specs/README.md
Related skills
Installs
1
Repository
iyaki/ralph
First Seen
Apr 17, 2026