Phase 1: Add wiki proposal/implementation creation to /sprint-plan #161

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

Overview

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

Scope

Enhance /sprint-plan command to:

  1. Detect input source (new step 2)

    • Check for docs/changes/*.md files
    • Check for existing wiki proposal by version
    • If neither: use conversation context
    • Ask user if ambiguous
  2. Create/update wiki proposal (new step 4)

    • If local file: migrate content to wiki, then delete local file
    • If conversation: create proposal from discussion
    • If existing wiki: skip, use as-is
  3. Create wiki implementation page (new step 5)

    • Determine implementation number (N)
    • Create "Change VXX.X.X: Proposal (Implementation N)"
    • Include tags: Type, Version, Status=In Progress, Date, Origin
    • Update proposal page with link to implementation
  4. Add wiki reference to issues (enhanced step 7)

    • Include implementation wiki link in issue descriptions
  5. Cleanup (new step 8)

    • Delete local input file after wiki migration

Affected Files

  • plugins/projman/commands/sprint-plan.md
  • plugins/projman/agents/planner.md

Acceptance Criteria

  • /sprint-plan detects input from file, conversation, or existing wiki
  • Wiki proposal page is created/updated correctly
  • Wiki implementation page is created with proper tags
  • Issues reference wiki implementation in description
  • Local input files are deleted after migration

Effort

M (Medium)

## Overview Implementation of Phase 1 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 `/sprint-plan` command to: 1. **Detect input source** (new step 2) - Check for `docs/changes/*.md` files - Check for existing wiki proposal by version - If neither: use conversation context - Ask user if ambiguous 2. **Create/update wiki proposal** (new step 4) - If local file: migrate content to wiki, then delete local file - If conversation: create proposal from discussion - If existing wiki: skip, use as-is 3. **Create wiki implementation page** (new step 5) - Determine implementation number (N) - Create "Change VXX.X.X: Proposal (Implementation N)" - Include tags: Type, Version, Status=In Progress, Date, Origin - Update proposal page with link to implementation 4. **Add wiki reference to issues** (enhanced step 7) - Include implementation wiki link in issue descriptions 5. **Cleanup** (new step 8) - Delete local input file after wiki migration ## Affected Files - `plugins/projman/commands/sprint-plan.md` - `plugins/projman/agents/planner.md` ## Acceptance Criteria - [ ] `/sprint-plan` detects input from file, conversation, or existing wiki - [ ] Wiki proposal page is created/updated correctly - [ ] Wiki implementation page is created with proper tags - [ ] Issues reference wiki implementation in description - [ ] Local input files are deleted after migration ## Effort M (Medium)
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#161