Autopilot Init banner
tidoemanuele tidoemanuele

Autopilot Init

Documentation community

Description

--- description: Scaffold an autopilot business folder (OKF wiki, OKR, ledger, session protocol) argument-hint: <folder> [name] --- Run `node "${CLAUDE_PLUGIN_ROOT}/scripts/init.js" $ARGUMENTS` from the current directory. It creates the OKF skeleton and never overwrites existing files. Then, with the user, fill in order: `wiki/goals.md` (why this exists, what done means, the user's own words), one objective in `okr/` with measurable key results and gates, and the first three items of `next.md`

Installation

Installs to ~/.claude/skills/tidoemanuele-fable-autopilot-autopilot-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tidoemanuele-fable-autopilot-autopilot-init && curl -fsSL https://raw.githubusercontent.com/tidoemanuele/fable-autopilot/HEAD/commands/autopilot-init.md -o ~/.claude/skills/tidoemanuele-fable-autopilot-autopilot-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository