From 38b989b2265e8aea0cd023ae4583b309cff7ff9b Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 17 Jul 2026 07:53:04 +0200 Subject: [PATCH] =?UTF-8?q?chore(skills):=20raise=20kanban=20WIP=20soft-li?= =?UTF-8?q?mit=205=20->=2010=20(Jeroen,=202026-07-17=20=E2=80=94=20sideque?= =?UTF-8?q?st=20track=20alongside=20the=20active=20batch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/whats-next/SKILL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude/skills/whats-next/SKILL.md b/.claude/skills/whats-next/SKILL.md index 4795a7747..12a4dee07 100644 --- a/.claude/skills/whats-next/SKILL.md +++ b/.claude/skills/whats-next/SKILL.md @@ -87,8 +87,9 @@ natural grouping exists, batch by the readiest related cluster. pql ticket list --status in_progress ``` -The kanban WIP soft-limit is 5; pql does not enforce it — warn if activating the batch -would push in-progress past 5. +The kanban WIP soft-limit is 10 (raised from 5 by Jeroen, 2026-07-17, to allow a +sidequest track alongside the active batch); pql does not enforce it — warn if +activating the batch would push in-progress past 10. ### 1e. Present the recommended batch @@ -182,7 +183,7 @@ pql ticket status T- in_progress For each ticket in the batch (batch with commas: `pql ticket status T-1,T-2 in_progress`). pql does **not** enforce the WIP limit — check it yourself in step 1d and warn if the -batch pushes in-progress past 5. +batch pushes in-progress past 10. > **Then make sure it persists.** Ticket mutations (status here, and any > `ticket append` in Step 2) land only in the gitignored `.pql/pql.db`. The