This is a durable execution framework comparable to Temporal or Inngest, built for chaining pipeline steps through named queues with configurable retries and backoff. Each step is a registered function, progress gets tracked in shared state and broadcast via streams, and you can set up cron triggers for scheduled maintenance tasks. Queue behavior (concurrency, FIFO, retry logic) lives in iii-config.yaml, so you're not hardcoding those rules into your application code. It's a solid pick if you need workflow orchestration without the operational overhead of spinning up Temporal, though at 221 installs it's still early days. The security audits all pass, which is reassuring for production use.
npx skills add https://github.com/iii-hq/skills --skill iii-workflow-orchestrationerichowens/some_claude_skills
github/awesome-copilot