← ClaudeAtlas

capture-plan-pblisted

Import a plan from ~/.claude/plans/ into playbook with versioning, references, and status tracking. Plans are stored as versioned directories and can be reviewed, resumed, and tracked through implementation.
brennacodes/brenna-plugs · ★ 1 · Code & Development · score 70
Install: claude install-skill brennacodes/brenna-plugs
<purpose> Import a plan from `~/.claude/plans/` into `.things/playbook/plans/` with proper frontmatter and versioning. Plans are stored as `plans/<slug>/v<N>.md` -- new imports of the same plan increment the version number. Plans can link to other `.things/` data via the `references` field. See `references/plan-format.md` for the frontmatter schema and status lifecycle. </purpose> <steps> <step id="load-config" number="1"> <description>Load Configuration</description> <load-config> <action>Resolve the user's home directory.</action> <command language="bash" output="home" tool="Bash">echo $HOME</command> <constraint>Never pass `~` to the Read tool.</constraint> <read path="<home>/.things/config.json" output="config" /> <if condition="config-missing">Tell the user: "Run `/things:setup-things` first." Then stop.<exit /></if> <read path="<home>/.things/playbook/preferences.json" output="preferences" /> <if condition="preferences-missing">Tell the user: "Run `/setup-pb` first." Then stop.<exit /></if> </load-config> </step> <step id="parse-arguments" number="2"> <description>Parse Arguments</description> <action>Parse `$ARGUMENTS` for:</action> - **thing**: The plan to import (search term) - **--status**: Override initial status (default: `active`) - **--project**: Project name or path to associate - **--references**: Comma-separated paths relative to `~/.things/` (e.g., `i-did-a-thing/logs/