os-backlog slice 1: plugin scaffold + board-ensure script #10
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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.