aj-coder-hustle

Lane Start — Development skill for Claude Code

Development community

Start new work — Claude picks the id, runs lane-start, enters the worktree, writes the Goal.

How to install Lane Start

Installs to ~/.claude/commands/aj-coder-hustle-repolane-lane-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/aj-coder-hustle/repolane/HEAD/.claude/commands/lane-start.md -o ~/.claude/commands/aj-coder-hustle-repolane-lane-start.md

Restart Claude Code, or start a new session, for it to be picked up.

What Lane Start does


description: Start new work — Claude picks the id, runs lane-start, enters the worktree, writes the Goal argument-hint: [on ]

Request: $ARGUMENTS

  1. Propose in ONE line: id (ticket key if present, else a kebab slug), repo(s), base branch. Ask "go?" and stop.
  2. On yes: run $AD/bin/lane-start ... and show its output.
  3. EnterWorktree with name="" — the lane id, never a path and never a repo. It lands you at the lane root with every repo rea

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★
  • Cancel Pua Loop — 取消当前活跃的 PUA Loop(原子级联:state + worktree + 记录) 19.5k ★

Full documentation available on GitHub

View Source Repository