Rename sprint-* skills to board-* and delete sprint-kickoff #94
No reviewers
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!94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "93-rename-sprint-skills-to-board-skills-pha"
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?
Summary
Renames three sprint skill directories to board equivalents and deletes sprint-kickoff, aligning skill commands with the continuous kanban board model. SKILL.md files now reference the correct
skill-board-*note slugs in pal-e-docs.Changes
skills/board-sync/SKILL.md— new, renamed from sprint-sync, referencesskill-board-syncskills/board-status/SKILL.md— new, renamed from sprint-status, referencesskill-board-statusskills/board-add/SKILL.md— new, renamed from sprint-add, referencesskill-board-add, keepsargument-hintskills/sprint-sync/— deletedskills/sprint-status/— deletedskills/sprint-add/— deletedskills/sprint-kickoff/— deleted (no replacement, continuous kanban has no kickoff)Test Plan
ls skills/showsboard-sync,board-status,board-addand nosprint-*directoriesgrep -r "sprint" skills/*/SKILL.mdreturns no matchesname,description,disable-model-invocation: trueboard-addretainsargument-hint: "[forgejo-issue-url]"Review Checklist
Related
plan-pal-e-agencyPhase 11b (traceability)Review: PASS
Self-review of PR #94 against issue #93 acceptance criteria:
skills/containsboard-sync,board-status,board-add-- nosprint-*directories remainboard-sync/SKILL.mdhasname: board-sync, referencesskill-board-syncboard-status/SKILL.mdhasname: board-status, referencesskill-board-statusboard-add/SKILL.mdhasname: board-add, referencesskill-board-add, retainsargument-hintdisable-model-invocation: truesprint-kickofffully deletedskills/*/SKILL.md7 files changed, 49 additions, 65 deletions. Clean rename + delete.
PR #94 Review
BLOCKERS
None. The PR correctly renames all three sprint skill directories to board equivalents, deletes sprint-kickoff, and updates all SKILL.md slug references. The diff is tight and scoped to the stated changes.
NITS
Residual "sprint" references outside
skills/directory -- This PR achieves its stated goal of zero sprint references inskills/*/SKILL.mdfiles. However, three sprint references remain elsewhere in the repo:hooks/remind-sprint-update.shline 11: still saysUse /sprint-sync(should be/board-sync)hooks/remind-sprint-update.shfilename itself still contains "sprint"settings.jsonline 206: referencesremind-sprint-update.shhooks/remind-update-docs.shline 16: mentions "sprint items" in the blocking requirement textThese are outside this PR's scope (Phase 11b targets skills only), but should be tracked as a follow-up to complete the sprint-to-board terminology migration across the full repo. Note that
remind-sprint-update.shalready had its body text partially updated in PR #83 but the/sprint-synccommand reference and the filename were not updated at that time.PR body says "Closes #93" -- Good.
Closeskeyword will auto-close the issue on merge.SOP COMPLIANCE
93-rename-sprint-skills-to-board-skills-phareferences issue #93)plan-pal-e-agencyPhase 11b)Code Quality
name,description, anddisable-model-invocation: trueboard-addhasargument-hint(correct per requirements)skill-board-sync,skill-board-status,skill-board-addsprint-kickoffdeleted with no replacement (correct -- continuous kanban has no kickoff)skills/*/SKILL.mdfile (verified via grep on main branch context)VERDICT: APPROVED