work-independently

star 38

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

hugoduncan By hugoduncan schedule Updated 5/10/2026

name: work-independently description: Use when the user asks the agent to work independently or autonomously. lambda: "λuser_request. asks(user_request, independent ∨ autonomous) → execute(step_by_step) ∧ after_every(step, commit(step)) ∧ stop_only_if(needs_user_decision)"

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

Install via CLI
npx skills add https://github.com/hugoduncan/psi --skill work-independently
Repository Details
star Stars 38
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator