From goals
Imports an external loop definition or catalog into Goals, with support for selecting specific loops and answering required placeholders.
How this command is triggered — by the user, by Claude, or both
Slash command
/goals:import <source> [--select <id|slug|title>] [--answer KEY=value] [--force]The summary Claude sees in its command listing — used to decide when to auto-load this command
Import a loop definition into this repo's Goals loop files. 1. Treat **$ARGUMENTS** as the loop source plus optional `goals loop import` flags. If no source was provided, ask the user for a URL, local file, directory, builder script, catalog JSON/YAML, or pasted loop definition. 2. Set `OUT_DIR` to the value after `--out` when `$ARGUMENTS` includes one. If the user did not supply `--out`, run `goals loop import $ARGUMENTS --out .goals --no-prompt` and use that same output directory as `OUT_DIR`. If they did supply `--out`, run `goals loop import $ARGUMENTS --no-prompt`. D...
Import a loop definition into this repo's Goals loop files.
goals loop import
flags. If no source was provided, ask the user for a URL, local file,
directory, builder script, catalog JSON/YAML, or pasted loop definition.OUT_DIR to the value after --out when $ARGUMENTS includes one. If
the user did not supply --out, run
goals loop import $ARGUMENTS --out .goals --no-prompt and use that same
output directory as OUT_DIR. If they did supply --out, run
goals loop import $ARGUMENTS --no-prompt. Do not add --force unless the
user explicitly asks to replace existing loop artifacts.--select <id-or-title>.--answer KEY=value.goals loop check --out "$OUT_DIR" --target-agent claude. If it reports
only safe fixes, run
goals loop check --out "$OUT_DIR" --target-agent claude --fix and then check
again. Stop and summarize any blocking issues.goals loop activate --out "$OUT_DIR" --agent claude.Examples:
/goals:import https://signals.forwardfuture.ai/loop-library/ --select quality-streak-loop --answer N=3
/goals:import ./catalog.json --select my-loop --answer N=5
npx claudepluginhub shivamgupta42/goals --plugin goals/loopRuns a dedicated goal-loop that repeatedly works down a prioritized backlog until the goal is met, with self-healing and crash resilience.
/goalexecReads and executes the autonomous convergence loop workflow defined in `.claude/skills/goalexec/SKILL.md`.
/loop-initInteractively designs and scaffolds an autonomous agent loop for a project, covering goal, gate, state, stop conditions, and heartbeat via a config questionnaire.
/helpExplains Loophaus plugin: iterative AI development via Ralph Wiggum continuous Claude loops, lists commands (/loop, /loop-plan, /loop-stop, etc.), skills, and key concepts.
/buildGenerates a Looplia workflow from natural language description by scanning plugins for skills, matching capabilities, and composing a pipeline file saved to ~/.looplia/workflows/{name}.md.
/importGuides migration from removed `bd import` command to JSONL import via `bd init --from-jsonl` flag.