diff --git a/.windsurf/skills/kanban/SKILL.md b/.windsurf/skills/kanban/SKILL.md index 6bde882..2d8e8e0 100644 --- a/.windsurf/skills/kanban/SKILL.md +++ b/.windsurf/skills/kanban/SKILL.md @@ -198,9 +198,7 @@ if [ -z "$BOARD_ID" ]; then fi # Create required lists (skip if exists) -pcli list create --board $BOARD_ID --name "Backlog" --position 65536 2>/dev/null || true pcli list create --board $BOARD_ID --name "To Do" --position 131072 2>/dev/null || true -pcli list create --board $BOARD_ID --name "Planning" --position 196608 2>/dev/null || true pcli list create --board $BOARD_ID --name "In Progress" --position 262144 2>/dev/null || true pcli list create --board $BOARD_ID --name "Review" --position 327680 2>/dev/null || true pcli list create --board $BOARD_ID --name "Done" --position 393216 2>/dev/null || true