Show HN: Executor – Skill: Superpowers on Steroids Atri10 released Executor, an open-source initiative-scoped workflow system for coding agents that structures work from intake through review with a strict per-initiative ID namespace and separated thinking and execution stores. The system, available on GitHub, works with any agent that can read skill files from a directory and includes 10 skills covering phases from initiative intake to handoff, with evidence-backed completion and a safety scan before handoff. An initiative-scoped workflow system for coding agents: it takes a major idea from intake through architecture, spec, plan, execution, and review, with a strict per-initiative ID namespace, separated thinking and execution stores, and evidence-backed completion. Nothing floats. Every document, task, review, and ruling carries an ID that names the initiative it belongs to. A body of work gets one Initiative ; the initiative owns a folder, an ID namespace, and every document produced about it. Works with any agent that can read skill files from a directory. Clone the repo and copy the skills/ directories into whatever directory your agent loads skills from: git clone git@github.com:Atri10/executor.git cp -R executor/skills/