Back to skills
extension
Category: Development & EngineeringNo API key required

flow-skip

Skip current task with justification

personAuthor: jakexiaohubgithub

Flow Skip

Skip current task with documented justification.

Usage

flow-skip {task_id} "{reason}"

Phase 1: Identify Task

If task_id not provided, use current in-progress task.

Phase 2: Validate Skip

Confirm with user:

Are you sure you want to skip "{task_description}"? This should only be used for tasks that are:

  • No longer needed
  • Out of scope
  • Blocked with no resolution path

Phase 3: Document Skip

3.1 Sync to Beads

br close {task_id} --reason "SKIPPED: {reason}"

3.2 Log to Skipped File

Append to .agent/specs/{flow_id}/skipped.md:

## {date} - Task {task_id}

**Task:** {description}

**Reason:** {reason}

**Decision By:** User

Phase 4: Continue

Task {task_id} SKIPPED

Reason: {reason}

Finding next task...

Then display next available task from br ready.