.Agentic Engineering Bak
/install agentic-engineering-bak
Agentic Engineering
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
Operating Principles
- Define completion criteria before execution.
- Decompose work into agent-sized units.
- Route model tiers by task complexity.
- Measure with evals and regression checks.
Eval-First Loop
- Define capability eval and regression eval.
- Run baseline and capture failure signatures.
- Execute implementation.
- Re-run evals and compare deltas.
Task Decomposition
Apply the 15-minute unit rule:
- each unit should be independently verifiable
- each unit should have a single dominant risk
- each unit should expose a clear done condition
Model Routing
- Haiku: classification, boilerplate transforms, narrow edits
- Sonnet: implementation and refactors
- Opus: architecture, root-cause analysis, multi-file invariants
Session Strategy
- Continue session for closely-coupled units.
- Start fresh session after major phase transitions.
- Compact after milestone completion, not during active debugging.
Review Focus for AI-Generated Code
Prioritize:
- invariants and edge cases
- error boundaries
- security and auth assumptions
- hidden coupling and rollout risk
Do not waste review cycles on style-only disagreements when automated format/lint already enforce style.
Cost Discipline
Track per task:
- model
- token estimate
- retries
- wall-clock time
- success/failure
Escalate model tier only when lower tier fails with a clear reasoning gap.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-engineering-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-engineering-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
.Agentic Engineering Bak 是什么?
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 .Agentic Engineering Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-engineering-bak」即可一键安装,无需额外配置。
.Agentic Engineering Bak 是免费的吗?
是的,.Agentic Engineering Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
.Agentic Engineering Bak 支持哪些平台?
.Agentic Engineering Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 .Agentic Engineering Bak?
由 wangxiaofei860208-source(@wangxiaofei860208-source)开发并维护,当前版本 v1.0.0。