// bundled skills · 09

proactive-agent

Act proactively: infer next steps, write durable memory before responding and try reasonable approaches before asking for help.

Metadata

params source bundled Installed by default in the Okami-Agent repository. path file skills/proactive-agent/SKILL.md triggers keywords proactive, autonomous, monitor, routine loaded by tool use_skill loads the full SKILL.md when the task matches.

When to use

  • Automation or monitoring.
  • The user expects autonomy.
  • Decisions/preferences should survive sessions.

When not to use

  • Sensitive action without approval.
  • User asked only for analysis.
  • Strictly manual environments.
  1. Infer the obvious next step.
  2. Recall memory first.
  3. Write durable facts.
  4. Try before need_input.

Completion checks

  • The workflow was followed.
  • Relevant commands/tests/gates were run.
  • The result cites real files or observable evidence when applicable.

Open this page in the interactive docs