What problem does it solve?
This Skill turns complex, multi-step software work into a structured loop that plans changes, validates actions, observes results, and keeps execution on track until the work is actually done.
Core Features & Use Cases
- Reframe → Recon → Plan → ReAct Execute → Completion: Converts an ambiguous request into an execution contract, then iterates through actions with explicit validation and completion checks.
- Action Harness Validation (HARNESS): Prevents illegal or out-of-scope changes via structural, semantic, and environmental checks, with a typed failure taxonomy and retry/pivot protocol.
- Persistent Working Memory (.react_agent/) + Retrieval (MEMORY): Stores task state, progress, evidence, and episodic cases to avoid repeating prior mistakes and to reuse what worked.
- Quality Gate (QUALITY): Applies a six-dimension evaluation (Safety, Completeness, Executability, Maintainability, Cost-Awareness, Acceptance Alignment) before declaring success.
Quick Start
Use the react_agent skill to refactor a multi-module codebase by creating an execution plan, applying validated edits, running tests, and producing an evidence-backed completion report.