Skip to content

feat: add roadmap management with add, move, complete and remove commands - #10

Open
d-claro wants to merge 1 commit into
mainfrom
feature/roadmap-management
Open

feat: add roadmap management with add, move, complete and remove commands#10
d-claro wants to merge 1 commit into
mainfrom
feature/roadmap-management

Conversation

@d-claro

@d-claro d-claro commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

What was done

  • Added roadmap management commands to manage the team roadmap directly from the terminal
  • Added Roadmap submenu to the interactive menu with all management options
  • Restructured roadmap.md to include a Completed section

New Commands

  • roadmap-add <section> <item> — adds an item to a roadmap section (inprogress, todo, backlog)
  • roadmap-move <item> <section> — moves an item to another section
  • roadmap-complete <item> — marks an item as completed
  • roadmap-remove <item> — removes an item from the roadmap with confirmation

Menu Changes

  • Roadmap option now opens a submenu with full management options
  • Section selection uses visual labels (🟢 In Progress, 🟡 To Do, 🔴 Backlog)

Notes

  • Item text must match exactly when moving, completing or removing
  • Open for suggestions and feedback from the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant