AgentSkillsCN

bd-next

根据当前分支的工作重点,优先启动下一项珠链任务。

SKILL.md
--- frontmatter
name: bd-next
description: Start the next beads task, prioritizing work related to current branch
argument-hint:

Next - Start Working

Find and start the next task, prioritizing current work context.

Workflow

  1. Check current branch: git branch --show-current
  2. Find related work (in order of priority):
    • In-progress issues: bd list --status=in-progress
    • Issues matching branch name: bd search <branch-name>
    • Ready tasks with no blockers: bd ready
  3. Load the task: bd show <issue-id> for full context
  4. Start working: Mark as in-progress if needed, then begin implementation

Output

Report which task you're starting and why, then get to work.