ldzhouquan Agent Harness Skill — Summary
Agent Harness Skill by ldzhouquan is a Claude Code skill that implements "Harness Engineering" as a structured development methodology: a single entry-point SKILL.md dispatches to 9 workflow modules (initialization, feature management, development workflow, bug-fix protocol, architecture enforcement, code merge, autonomous development, technical debt, progress tracking) based on task context. The central thesis is "shift focus from writing code to designing feedback loops" — the Reflexion Loop (Design→Code→Test→Fix) is declared "the Main Execution Engine, not an optional step." Seven Iron Laws govern all work: Clean State, One Feature At A Time, Knowledge Must Be In Repository, Architecture Is Law, Observability First, TDD, and Boring Technology. The framework treats CI/lint enforcement as non-negotiable (Linter Error = Fix Instruction), architecture violation detection as continuous, and progress tracking as a mandatory file-based protocol. Differs from seeds: closest to superpowers (Archetype 1: skills-only behavioral framework with Iron Laws) but adds structured module dispatch, explicit architecture-as-law enforcement, and the progress.txt/feature_list.json context-recovery protocol for session amnesia.