Phase 4: Add /proposal-status command for viewing proposal tree #164

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

Overview

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

Scope

Create new /proposal-status command to view proposal/implementation hierarchy:

  1. List proposals

    • Show all "Change VXX.X.X: Proposal" wiki pages
    • Display status (Pending, In Progress, Implemented, Abandoned)
  2. Show implementations

    • List all implementations under each proposal
    • Display implementation status and dates
  3. Show linked artifacts

    • Issues associated with each implementation
    • Lessons learned linked to implementations

New Files

  • plugins/projman/commands/proposal-status.md

Output Format

Change V04.1.0: Proposal [In Progress]
├── Implementation 1 [In Progress] - 2026-01-26
│   ├── Issues: #161, #162, #163, #164
│   └── Lessons: (pending)
└── Implementation 2 [Not Started]

Change V04.0.0: Proposal [Implemented]
└── Implementation 1 [Implemented] - 2026-01-20
    ├── Issues: #150, #151
    └── Lessons: v4.0.0-implementation-1

Acceptance Criteria

  • /proposal-status lists all proposals with status
  • Shows implementations under each proposal
  • Displays linked issues and lessons
  • Tree-style formatted output

Effort

S (Small)

Dependencies

  • Depends on Phase 1 (#161)
  • Depends on Phase 2 (#162)
  • Depends on Phase 3 (#163)
## Overview Implementation of Phase 4 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 Create new `/proposal-status` command to view proposal/implementation hierarchy: 1. **List proposals** - Show all "Change VXX.X.X: Proposal" wiki pages - Display status (Pending, In Progress, Implemented, Abandoned) 2. **Show implementations** - List all implementations under each proposal - Display implementation status and dates 3. **Show linked artifacts** - Issues associated with each implementation - Lessons learned linked to implementations ## New Files - `plugins/projman/commands/proposal-status.md` ## Output Format ``` Change V04.1.0: Proposal [In Progress] ├── Implementation 1 [In Progress] - 2026-01-26 │ ├── Issues: #161, #162, #163, #164 │ └── Lessons: (pending) └── Implementation 2 [Not Started] Change V04.0.0: Proposal [Implemented] └── Implementation 1 [Implemented] - 2026-01-20 ├── Issues: #150, #151 └── Lessons: v4.0.0-implementation-1 ``` ## Acceptance Criteria - [ ] `/proposal-status` lists all proposals with status - [ ] Shows implementations under each proposal - [ ] Displays linked issues and lessons - [ ] Tree-style formatted output ## Effort S (Small) ## Dependencies - Depends on Phase 1 (#161) - Depends on Phase 2 (#162) - Depends on Phase 3 (#163)
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#164