fix(projman): add new command verification step to sprint-close #279
Reference in New Issue
Block a user
Delete Branch "fix/sprint-close-new-command-verification"
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
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-diagrambut it wasn't testable in the same session.Solution
Added step 7 "New Command Verification" to sprint-close workflow:
Changes
plugins/projman/commands/sprint-close.md: Added verification step, renumbered subsequent stepsLesson Learned
Created:
lessons/patterns/sprint-4---new-commands-not-discoverable-until-session-restartTest Plan
Closes #278
Generated with Claude Code