← ClaudeAtlas

updatelisted

Mid-session checkpoint to the active ticket's progress.md. Use /slopstop:update to snapshot what's been done so far during the same ticket session. The ticket stays active. Local-only — never calls JIRA or Linear.
iansmith/slopstop · ★ 0 · Testing & QA · score 53
Install: claude install-skill iansmith/slopstop
# /slopstop:update Snapshot mid-session progress to the active ticket's tracking files. The ticket stays active (the branch doesn't change). Local-only — never calls JIRA or Linear. ## Project scope (every ticket skill follows this rule) Read `.project-conf.toml` from cwd; if absent, fall back to the main worktree at `dirname "$(git rev-parse --git-common-dir)"`. Extract `$PREFIX` (`prefix` field) and `system` (`linear` | `jira` | `github`). Stop with a clear error if `prefix` is absent; stop if it doesn't match `^[A-Za-z][A-Za-z0-9]*$`. Also note the `key` field for reference (Linear team key, JIRA project key, or GitHub `owner/repo`). **Only operate on `$PREFIX`'s tickets. The branch-IS-selection parser only matches `$PREFIX-\d+`, so a branch encoding a different project's prefix correctly fails the no-match check.** Resolve `$TRACKING_DIR` and `$ARCHIVE_DIR` **together**, via the shared resolution ladder: → Read `~/.claude/commands/slopstop-start-refs/tracking-dir-resolution.md` If `.project-conf.toml` is missing from both: stop with `"No .project-conf.toml in cwd or main worktree. Run /slopstop:gh-init (for GitHub) or create the file manually with system + key."` ## Autonomous mode When `.project-conf.toml` has `[autonomous] enabled = true`, this skill runs unmodified — there are no interactive prompts to skip. `[autonomous]` config keys have no effect on this skill. ## Arguments Optional `$ARGUMENTS`: a ticket key like `BILL-51`. Must match `^$PREFIX-\d+$`. If