adrielp AI Engineering Harness — Summary
AI Engineering Harness by adrielp is a multi-tool context engineering framework that distributes a shared set of agents, skills, and commands across Claude Code, OpenCode, Gemini CLI, and Pi via a Deno-based CLI installer (ai-harness). The framework's primary innovation is format translation: the same logical commands and agents are rendered in the correct format for each target tool (Claude Code .claude/skills/, OpenCode .config/opencode/, Gemini CLI TOML, Pi prompts/). It ships 25 skills/commands including a notable OpenTelemetry-focused cluster (otel_instrument orchestrator + 5 specialized OTel sub-skills) and TDD/worktree/codebase-research workflows. Six specialized agents (codebase_analyzer, codebase_locator, codebase_pattern_finder, thoughts_analyzer, thoughts_locator, web_search_researcher) are shared across all tools. The thoughts/ directory pattern is its distinctive innovation: structured context for tickets, plans, and research, separated by person (thoughts/<username>/) and topic. Differs from seeds: closest to openspec (Archetype 2: mirror commands + skills per tool) but adds multi-tool format translation and a dedicated Deno CLI installer, making it the only framework in this batch whose install-time tooling is itself a named CLI binary.