Ilk Plan banner
inluck-net inluck-net

Ilk Plan

Productivity community

Description

Plan a new batch of work for the ilk loop, from a free-text task description supplied by the user (anything after `/ilk-plan` in the chat input is the task description). This is the universal planning entrypoint — source-agnostic. You will produce a master plan + sub-plans in the project's **external plans directory** (under `~/.ilk-data/`), ready to be executed by `/ilk`. **Plans live OUTSIDE the project repo** so the project's git history stays clean of skill artifacts. The exact location is

Installation

Installs to ~/.claude/skills/inluck-net-ilk-skills-ilk-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inluck-net-ilk-skills-ilk-plan && curl -fsSL https://raw.githubusercontent.com/inluck-net/ilk-skills/HEAD/commands/ilk-plan.md -o ~/.claude/skills/inluck-net-ilk-skills-ilk-plan/SKILL.md

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

Full documentation available on GitHub

View Source Repository