From completely
Migrate existing markdown task state (Ralph IMPLEMENTATION_PLAN.md, checkbox task lists) into Beads, idempotently. Use when adopting completely in a repo that has markdown plans, or after an upstream update, to keep Beads the single source of truth. Backed by `cmp sync`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/completely:sync [dir] [extra-markdown-files...][dir] [extra-markdown-files...]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the idempotent markdown → Beads migration so the task queue lives in one place.
Run the idempotent markdown → Beads migration so the task queue lives in one place.
.beads/ is absent, run bd init first.cmp sync (backend: <plugin>/scripts/sync.sh).source_ref
(label src-<hash> + metadata.source_ref), so re-running NEVER duplicates and
reconciles status (- [x] → closed, - [ ] → open). Safe to run after upstream updates.bd ready over the markdown checklist.Scope: Ralph-style IMPLEMENTATION_PLAN.md + any files you pass. GSD *-PLAN.md
(requirements/must_haves/waves) is handled by the GSD→Beads emitter, not this skill.
npx claudepluginhub 23ag1/completely --plugin completelyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.