Added list management commands, board filtering by project name, and enhanced skill documentation with bootstrap workflow and error handling patterns. Also added plumbing in to "pcli" binary for status syncing with Planka

This commit is contained in:
Steve Cliff
2026-02-18 20:06:56 +00:00
parent ad384fe749
commit 46b03e1a22
21 changed files with 1074 additions and 124 deletions
+15
View File
@@ -0,0 +1,15 @@
---
trigger: always_on
---
## Planka Sync
After completing any opsx workflow (/opsx:new, /opsx:ff, /opsx:continue, /opsx:apply, /opsx:verify, /opsx:archive, /opsx:bulk-archive), automatically reconcile Planka board state with OpenSpec by:
1. Reading the kanban-sync workflow documentation at `.windsurf/workflows/kanban-sync.md`
2. Implementing the reconciliation steps programmatically using `pcli` commands
3. Following the workflow logic to sync OpenSpec changes to Planka cards
This ensures the Planka dashboard stays current without modifying the opsx workflows themselves.
If the sync fails (pcli unavailable, network issues), log a brief warning and continue. Never block or retry - Planka sync is best-effort. Do NOT attempt to execute the markdown file as a bash script - it is documentation that must be implemented programmatically.