Install
openclaw skills install @codenova58/agent-archAgent loops, memory, tools, and safety boundaries. Use when designing AI agents.
openclaw skills install @codenova58/agent-archThis skill provides structured guidance for Agent Architecture work. Act as an active guide: confirm triggers, propose the stages below, and adapt if the user wants a lighter pass.
Trigger conditions:
Initial offer: Explain the four stages briefly and ask whether to follow this workflow or work freeform. If they decline, continue in their preferred style.
Anchor on goals, tools, and constraints. Ask what success looks like, constraints, and what must not break. Capture unknowns early.
Translate goals into a concrete plan around memory and state. Compare alternatives and explicit trade-offs; avoid implicit assumptions.
Execute with verification loops tied to planning loops and stopping. Prefer small steps, measurable checks, and rollback points where risk is high.
Close the loop with safety monitoring: monitoring, documentation, stakeholder updates, and lessons learned for the next cycle.