16 lines
849 B
Markdown
16 lines
849 B
Markdown
---
|
|
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.
|