Rename sprint skills to board skills (Phase 11b) #93
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#93
Loading…
Add table
Add a link
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?
Lineage
plan-pal-e-agency→ Phase 11 (Board Workflow Enforcement) → 11bRepo
forgejo_admin/claude-customUser Story
As Betty Sue
I want
/board-sync,/board-status, and/board-addskill commands to workSo that I can manage continuous kanban boards using the correct terminology and live skill notes
Context
The platform moved from time-boxed sprints to continuous kanban boards. Four sprint skill directories exist in
skills/but use stale terminology and reference pal-e-docs skill notes (skill-sprint-*) that never existed. The correct skill notes have now been created asskill-board-sync,skill-board-status,skill-board-addin pal-e-docs. The SKILL.md files need to be renamed and updated to point to the new notes.sprint-kickoffhas no replacement — continuous kanban has no kickoff ceremony.File Targets
Files to modify or create:
skills/board-sync/SKILL.md— rename fromskills/sprint-sync/, update name, description, and skill note slug toskill-board-syncskills/board-status/SKILL.md— rename fromskills/sprint-status/, update name, description, and skill note slug toskill-board-statusskills/board-add/SKILL.md— rename fromskills/sprint-add/, update name, description, slug toskill-board-add, keepargument-hintFiles to delete:
skills/sprint-sync/— entire directory (replaced by board-sync)skills/sprint-status/— entire directory (replaced by board-status)skills/sprint-add/— entire directory (replaced by board-add)skills/sprint-kickoff/— entire directory (no replacement, continuous kanban has no kickoff)Files NOT to touch:
hooks/remind-sprint-update.sh— will be renamed in a separate issue (Phase 11e)commands/update-docs.md— already cleaned of sprint refs in PR #92Acceptance Criteria
ls skills/showsboard-sync,board-status,board-addand NOsprint-*directoriesboard-sync/SKILL.mdhasname: board-syncand referencesskill-board-syncboard-status/SKILL.mdhasname: board-statusand referencesskill-board-statusboard-add/SKILL.mdhasname: board-add, referencesskill-board-add, keepsargument-hintskills/*/SKILL.mdfilesprint-kickoffdirectory fully deletedTest Expectations
grep -r "sprint" skills/returns no matchesname,description,disable-model-invocation: trueConstraints
disable-model-invocation: trueon all skills (skills are instructions, not model invocations)argument-hinton board-add only (it takes an issue URL argument)Checklist
Related
project-pal-e-agency— projectphase-pal-e-agency-11-board-workflow-enforcement— parent phasesop-board-workflow— the SOP defining continuous kanban flowskill-board-sync,skill-board-status,skill-board-add— the pal-e-docs skill notes these SKILL.md files will reference