Rename sprint skills to board skills (Phase 11b) #93

Closed
opened 2026-03-14 20:54:02 +00:00 by forgejo_admin · 0 comments
Contributor

Lineage

plan-pal-e-agency → Phase 11 (Board Workflow Enforcement) → 11b

Repo

forgejo_admin/claude-custom

User Story

As Betty Sue
I want /board-sync, /board-status, and /board-add skill commands to work
So 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 as skill-board-sync, skill-board-status, skill-board-add in pal-e-docs. The SKILL.md files need to be renamed and updated to point to the new notes. sprint-kickoff has no replacement — continuous kanban has no kickoff ceremony.

File Targets

Files to modify or create:

  • skills/board-sync/SKILL.md — rename from skills/sprint-sync/, update name, description, and skill note slug to skill-board-sync
  • skills/board-status/SKILL.md — rename from skills/sprint-status/, update name, description, and skill note slug to skill-board-status
  • skills/board-add/SKILL.md — rename from skills/sprint-add/, update name, description, slug to skill-board-add, keep argument-hint

Files 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 #92

Acceptance Criteria

  • ls skills/ shows board-sync, board-status, board-add and NO sprint-* directories
  • board-sync/SKILL.md has name: board-sync and references skill-board-sync
  • board-status/SKILL.md has name: board-status and references skill-board-status
  • board-add/SKILL.md has name: board-add, references skill-board-add, keeps argument-hint
  • No remaining "sprint" references in any skills/*/SKILL.md file
  • sprint-kickoff directory fully deleted

Test Expectations

  • grep -r "sprint" skills/ returns no matches
  • Each SKILL.md has valid YAML frontmatter with name, description, disable-model-invocation: true
  • No automated tests — config files only

Constraints

  • Follow existing SKILL.md pattern (YAML frontmatter + markdown body)
  • Keep disable-model-invocation: true on all skills (skills are instructions, not model invocations)
  • Keep argument-hint on board-add only (it takes an issue URL argument)

Checklist

  • PR opened
  • No unrelated changes
  • Closes this issue
  • project-pal-e-agency — project
  • phase-pal-e-agency-11-board-workflow-enforcement — parent phase
  • sop-board-workflow — the SOP defining continuous kanban flow
  • skill-board-sync, skill-board-status, skill-board-add — the pal-e-docs skill notes these SKILL.md files will reference
### Lineage `plan-pal-e-agency` → Phase 11 (Board Workflow Enforcement) → 11b ### Repo `forgejo_admin/claude-custom` ### User Story As Betty Sue I want `/board-sync`, `/board-status`, and `/board-add` skill commands to work So 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 as `skill-board-sync`, `skill-board-status`, `skill-board-add` in pal-e-docs. The SKILL.md files need to be renamed and updated to point to the new notes. `sprint-kickoff` has no replacement — continuous kanban has no kickoff ceremony. ### File Targets Files to modify or create: - `skills/board-sync/SKILL.md` — rename from `skills/sprint-sync/`, update name, description, and skill note slug to `skill-board-sync` - `skills/board-status/SKILL.md` — rename from `skills/sprint-status/`, update name, description, and skill note slug to `skill-board-status` - `skills/board-add/SKILL.md` — rename from `skills/sprint-add/`, update name, description, slug to `skill-board-add`, keep `argument-hint` Files 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 #92 ### Acceptance Criteria - [ ] `ls skills/` shows `board-sync`, `board-status`, `board-add` and NO `sprint-*` directories - [ ] `board-sync/SKILL.md` has `name: board-sync` and references `skill-board-sync` - [ ] `board-status/SKILL.md` has `name: board-status` and references `skill-board-status` - [ ] `board-add/SKILL.md` has `name: board-add`, references `skill-board-add`, keeps `argument-hint` - [ ] No remaining "sprint" references in any `skills/*/SKILL.md` file - [ ] `sprint-kickoff` directory fully deleted ### Test Expectations - [ ] `grep -r "sprint" skills/` returns no matches - [ ] Each SKILL.md has valid YAML frontmatter with `name`, `description`, `disable-model-invocation: true` - No automated tests — config files only ### Constraints - Follow existing SKILL.md pattern (YAML frontmatter + markdown body) - Keep `disable-model-invocation: true` on all skills (skills are instructions, not model invocations) - Keep `argument-hint` on board-add only (it takes an issue URL argument) ### Checklist - [ ] PR opened - [ ] No unrelated changes - [ ] Closes this issue ### Related - `project-pal-e-agency` — project - `phase-pal-e-agency-11-board-workflow-enforcement` — parent phase - `sop-board-workflow` — the SOP defining continuous kanban flow - `skill-board-sync`, `skill-board-status`, `skill-board-add` — the pal-e-docs skill notes these SKILL.md files will reference
forgejo_admin 2026-03-14 20:58:23 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/claude-custom#93
No description provided.