Phase 3: Add cross-linking between issues, wiki, and lessons #163

Closed
opened 2026-01-26 14:57:06 +00:00 by lmiranda · 0 comments
Owner

Overview

Implementation of Phase 3 for Change V04.1.0: Wiki-Based Planning Workflow.

Scope

Enhance cross-linking throughout the traceability chain:

  1. Issues → Wiki

    • Ensure all created issues reference the wiki implementation page
    • Add standard format: "Implementation: Change VXX.X.X (Impl N)"
  2. Lessons → Implementation

    • Add implementation reference in lesson metadata
    • Link from lesson back to specific implementation
  3. Implementation → Lessons

    • Auto-link lessons learned when captured at sprint close

Affected Files

  • plugins/projman/commands/sprint-plan.md (issue creation)
  • plugins/projman/commands/sprint-close.md (lessons linking)
  • plugins/projman/agents/planner.md
  • plugins/projman/agents/orchestrator.md

Acceptance Criteria

  • All issues contain wiki implementation reference
  • Lessons learned include implementation link in metadata
  • Bidirectional linking between implementation and lessons

Effort

M (Medium)

Dependencies

  • Depends on Phase 1 (#161)
  • Depends on Phase 2 (#162)
## Overview Implementation of Phase 3 for [Change V04.1.0: Wiki-Based Planning Workflow](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V04.1.0%3A-Proposal). ## Scope Enhance cross-linking throughout the traceability chain: 1. **Issues → Wiki** - Ensure all created issues reference the wiki implementation page - Add standard format: "Implementation: [Change VXX.X.X (Impl N)](wiki-link)" 2. **Lessons → Implementation** - Add implementation reference in lesson metadata - Link from lesson back to specific implementation 3. **Implementation → Lessons** - Auto-link lessons learned when captured at sprint close ## Affected Files - `plugins/projman/commands/sprint-plan.md` (issue creation) - `plugins/projman/commands/sprint-close.md` (lessons linking) - `plugins/projman/agents/planner.md` - `plugins/projman/agents/orchestrator.md` ## Acceptance Criteria - [ ] All issues contain wiki implementation reference - [ ] Lessons learned include implementation link in metadata - [ ] Bidirectional linking between implementation and lessons ## Effort M (Medium) ## Dependencies - Depends on Phase 1 (#161) - Depends on Phase 2 (#162)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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