Agentic Engineering
/install agentic-engineering-ecc
Agentic Engineering
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Adapted from everything-claude-code by @affaan-m (MIT).
Quick Start
- Define completion criteria — write acceptance criteria and success metrics before execution
- Create baseline evals — write capability and regression tests that capture current state
- Decompose work — break into 15-minute units, each independently verifiable with a single dominant risk
- Route models by complexity — Haiku for narrow tasks, Sonnet for implementation, Opus for architecture
- Run post-implementation evals — measure deltas, confirm no regressions
Key Concepts
- Eval-first execution: Run tests before coding; measure against known baseline; catch regressions early
- 15-minute unit rule: Each task should have one clear risk, one verifiable outcome, be completable in ~15 minutes
- Model tier matching: Complexity determines model — don't overpay for simple tasks, don't underpay for hard ones
- Review focus: Prioritize invariants, error boundaries, security, coupling — not style (automation handles that)
- Session strategy: Continue for coupled units; reset after major phase transitions; compact at milestones
Common Usage
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:
- Haiku: boilerplate generation, narrow edits, classification
- Sonnet: feature implementation, small refactors, test writing
- Opus: multi-file changes, root-cause analysis, architecture decisions
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
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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentic-engineering-ecc - After installation, invoke the skill by name or use
/agentic-engineering-ecc - Provide required inputs per the skill's parameter spec and get structured output
What is Agentic Engineering?
Workflow pattern for AI-assisted engineering using eval-first execution, task decomposition, and cost-aware model routing. Trigger phrases: agentic engineeri... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Agentic Engineering?
Run "/install agentic-engineering-ecc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentic Engineering free?
Yes, Agentic Engineering is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agentic Engineering support?
Agentic Engineering is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Agentic Engineering?
It is built and maintained by Deonte Cooper (@djc00p); the current version is v1.0.0.