Major refactoring of projman plugin architecture: Skills Extraction (17 new files): - Extracted reusable knowledge from commands and agents into skills/ - branch-security, dependency-management, git-workflow, input-detection - issue-conventions, lessons-learned, mcp-tools-reference, planning-workflow - progress-tracking, repo-validation, review-checklist, runaway-detection - setup-workflows, sprint-approval, task-sizing, test-standards, wiki-conventions Command Consolidation (17 → 12 commands): - /setup: consolidates initial-setup, project-init, project-sync (--full/--quick/--sync) - /debug: consolidates debug-report, debug-review (report/review modes) - /test: consolidates test-check, test-gen (run/gen modes) - /sprint-status: absorbs sprint-diagram via --diagram flag Architecture Cleanup: - Remove plugin-level mcp-servers/ symlinks (6 plugins) - Remove plugin README.md files (12 files, ~2000 lines) - Update all documentation to reflect new command structure - Fix documentation drift in CONFIGURATION.md, COMMANDS-CHEATSHEET.md Commands are now thin dispatchers (~20-50 lines) that reference skills. Agents reference skills for domain knowledge instead of inline content. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2.1 KiB
2.1 KiB
description, agent
| description | agent |
|---|---|
| Complete sprint and capture lessons learned to Gitea Wiki | orchestrator |
Close Sprint and Capture Lessons Learned
Skills Required
- skills/mcp-tools-reference.md
- skills/lessons-learned.md
- skills/wiki-conventions.md
- skills/progress-tracking.md
- skills/git-workflow.md
Purpose
Complete the sprint, capture lessons learned to Gitea Wiki, and update documentation. This is critical for preventing repeated mistakes across sprints.
Invocation
Run /sprint-close when sprint work is complete.
Workflow
Execute the sprint close workflow:
- Review Sprint Completion - Verify issues closed or moved to backlog
- Capture Lessons Learned - Interview user about challenges and insights
- Tag for Discoverability - Apply technology, component, and pattern tags
- Save to Gitea Wiki - Use
create_lessonwith metadata and implementation link - Update Wiki Implementation Page - Change status to Implemented/Partial/Failed
- Update Wiki Proposal Page - Update overall status if all implementations complete
- New Command Verification - Remind user new commands require session restart
- Update CHANGELOG (MANDATORY) - Add changes to
[Unreleased]section - Version Check - Run
/suggest-versionto recommend version bump - Git Operations - Commit, merge, tag, clean up branches
- Close Milestone - Update milestone state to closed
Don't skip lessons learned! Future sprints will benefit from captured insights.
Visual Output
╔══════════════════════════════════════════════════════════════════╗
║ 📋 PROJMAN ║
║ 🏁 CLOSING ║
║ [Sprint Name] ║
╚══════════════════════════════════════════════════════════════════╝