# Work Independently

> Use when the user asks the agent to work independently or autonomously.

- Skill: `hugoduncan/work-independently` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hugoduncan/work-independently`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hugoduncan/work-independently/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hugoduncan (https://skillmd.com/u/hugoduncan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hugoduncan/work-independently

---


λ(user_request).
  asks(user_request, independent ∨ autonomous) →
  execute(step_by_step)
  ∧ after_every(step, commit(step))
  ∧ stop_only_if(needs_user_decision)

