← ClaudeAtlas

planlisted

Write the active ticket's Plan — Phase 0 red tests, codebase investigation, client-readable DoD, and parallelism-aware work items. Optional [constraint] arg scopes both investigation and plan. Confirms before fanout commit, agent launch, and merge.
iansmith/slopstop · ★ 0 · AI & Automation · score 53
Install: claude install-skill iansmith/slopstop
# /slopstop:plan ## Project scope Read `.project-conf.toml` from cwd; if absent, fall back to the main worktree at `dirname "$(git rev-parse --git-common-dir)"`. Set `$PREFIX` (`prefix` field), `$SYSTEM` (`system` field). Stop with a clear error if `prefix` is absent; stop if it doesn't match `^[A-Za-z][A-Za-z0-9]*$`. Only operate on `$PREFIX-\d+` branches. Resolve `$TRACKING_DIR` and `$ARCHIVE_DIR` **together**, via the shared resolution ladder: → Read `~/.claude/commands/slopstop-start-refs/tracking-dir-resolution.md` Missing from both: stop with `"No .project-conf.toml in cwd or main worktree. Run /slopstop:gh-init or create the file manually with system + key."` ## Autonomous mode If `[autonomous] enabled = true`: prompts skipped per **Autonomous behavior** at the bottom; otherwise unchanged. ## Arguments `$ARGUMENTS` is an optional constraint scoping investigation and plan literally. Recorded at top of the Plan section. Empty = full ticket scope. - `--no-adversary` — skip Step 0f (adversary gap finder). For speed runs where Phase 0 coverage is already trusted. - `--inline` — run Step 0f and Step 1c inline without sub-agents, and **force serial execution in Step 3** (sub-worktree fanout from inside a delegated worktree agent is not supported). Use when `:plan` runs inside a delegated worktree agent, where sub-agent completion notifications route to the top-level loop instead of back to the spawning context. - `--ticket-driven` — run the ticket-driven profile (bel