fix(projman): add new command verification step to sprint-close #279

Merged
lmiranda merged 1 commits from fix/sprint-close-new-command-verification into development 2026-01-28 20:37:24 +00:00
Owner

Summary

Addresses issue #278 - sprint-diagram command not discoverable after Sprint 4.

Problem

Claude Code discovers skills at session start. Commands added during a session are NOT discoverable until restart. Sprint 4 added /sprint-diagram but it wasn't testable in the same session.

Solution

Added step 7 "New Command Verification" to sprint-close workflow:

  • Checks if sprint added new commands
  • Reminds user that new commands require session restart to test
  • Creates follow-up verification task

Changes

  • plugins/projman/commands/sprint-close.md: Added verification step, renumbered subsequent steps

Lesson Learned

Created: lessons/patterns/sprint-4---new-commands-not-discoverable-until-session-restart

Test Plan

  • Review sprint-close.md changes
  • Verify step numbering is correct (1-11)
  • Confirm lesson learned is accessible in wiki

Closes #278


Generated with Claude Code

## Summary Addresses issue #278 - sprint-diagram command not discoverable after Sprint 4. ## Problem Claude Code discovers skills at session start. Commands added during a session are NOT discoverable until restart. Sprint 4 added `/sprint-diagram` but it wasn't testable in the same session. ## Solution Added step 7 "New Command Verification" to sprint-close workflow: - Checks if sprint added new commands - Reminds user that new commands require session restart to test - Creates follow-up verification task ## Changes - `plugins/projman/commands/sprint-close.md`: Added verification step, renumbered subsequent steps ## Lesson Learned Created: `lessons/patterns/sprint-4---new-commands-not-discoverable-until-session-restart` ## Test Plan - [ ] Review sprint-close.md changes - [ ] Verify step numbering is correct (1-11) - [ ] Confirm lesson learned is accessible in wiki Closes #278 --- Generated with [Claude Code](https://claude.ai/code)
lmiranda added the Type/BugPriority/Medium labels 2026-01-28 20:36:30 +00:00
lmiranda added 1 commit 2026-01-28 20:36:31 +00:00
Addresses issue #278 - sprint-diagram command not discoverable after Sprint 4.

Root cause: Claude Code discovers skills at session start. Commands added
during a session are NOT discoverable until restart.

Prevention: Added step 7 "New Command Verification" to sprint-close workflow:
- Reminds about session restart requirement
- Creates follow-up verification task
- Explains why this happens

Lesson learned created: lessons/patterns/sprint-4---new-commands-not-discoverable-until-session-restart

Closes #278

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 5638891d01 into development 2026-01-28 20:37:24 +00:00
lmiranda deleted branch fix/sprint-close-new-command-verification 2026-01-28 20:37:24 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#279