Install
openclaw skills install agentic-engineering-eccWorkflow pattern for AI-assisted engineering using eval-first execution, task decomposition, and cost-aware model routing. Trigger phrases: agentic engineering, eval-first workflow, decompose tasks, model routing, cost discipline, task completion criteria.
openclaw skills install agentic-engineering-eccOperate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Adapted from everything-claude-code by @affaan-m (MIT).
Setting up eval-first for a feature:
1. Define acceptance criteria (user-facing behavior)
2. Write capability eval (can the system do the required task?)
3. Write regression eval (does existing functionality still work?)
4. Execute feature implementation with model routing
5. Re-run evals, compare deltas
6. Document any new risks discovered during review
Model routing example:
Cost discipline: Track per task: model tier, token estimate, retries, wall-clock time, success/failure. Escalate model tier only when lower tier fails with clear reasoning gap, not on uncertainty.
references/eval-patterns.md — detailed eval-first loop patternsreferences/decomposition-rules.md — 15-minute unit principle and task breakdown examplesreferences/review-checklist.md — what to focus on in code review (invariants, boundaries, security, coupling)