os-backlog slice 1: plugin scaffold + board-ensure script #10
Labels
No Label
P0
P1
P2
P3
afk-ready
hitl
next
ready-for-agent
review
semi
waiting
wayfinder:grilling
wayfinder:map
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jared/cc-os#10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: AFK · Triage: ready
Parent
PRD: issue #9 (os-backlog plugin). State pointer: Planka card https://planka.hyperthrive.io/cards/1816234194716592051
What to build
The
os-backlogplugin skeleton plus its first deterministic script:board-ensure. Given a board name and project (Dev vs Clients), the script idempotently creates/repairs the board via the installedplanka-apigem binary: uniform lists (Backlog → Next → Doing → Waiting → Review → Done), the uniform label set (P0–P3+ autonomy labelshitl/semi/afk-ready—semiis new and this slice introduces it board-wide), the Planka 2.1.1 API requirements (undocumentedtypefields on create, owner-manager visibility fix, label color whitelist), and the archive/activate rename convention (archived--<name>; activation automatic, archiving only on explicit human go-ahead).Ruby in Sandi Metz style, mirroring the os-adr
lib/+ CLI pattern. Plugin naming per the cc-os naming convention (verb-first skills, noname:frontmatter, nocommands/dispatcher). No cross-repo source coupling to the gem — binary only. Fails soft (clear error, non-destructive) when Planka or the gem binary is unavailable.Acceptance criteria
bin/refresh-pluginsboard-ensurecreates a missing board with uniform lists and full label set; rerun is a no-opsemilabel added to the enforced label set alongside existinghitl/afk-readyarchived--rename convention implemented (activate + archive paths)Blocked by
None - can start immediately
Implemented in commit
9a0e8a7(local main, tests green). Closing.