Add portfolio view for comparing multiple projects #9

Closed
opened 2026-04-24 02:59:24 +00:00 by frank · 1 comment
Owner

Summary

Portfolio-level view comparing all registered projects side-by-side: phase, stale profiles, security criticals, launch proximity.

Why

Solo developers juggle 3-5 projects. Current 'list' shows slugs but no comparative data.

Implementation

  • Extend profile_io.py with 'portfolio' subcommand
  • Compute health scores per project
  • Sort by urgency
  • Render as table with health indicators

Effort

Small (< 1 day)

## Summary Portfolio-level view comparing all registered projects side-by-side: phase, stale profiles, security criticals, launch proximity. ## Why Solo developers juggle 3-5 projects. Current 'list' shows slugs but no comparative data. ## Implementation - Extend profile_io.py with 'portfolio' subcommand - Compute health scores per project - Sort by urgency - Render as table with health indicators ## Effort Small (< 1 day)
frank closed this issue 2026-04-24 16:09:07 +00:00
Author
Owner

Implemented in db1ae35. portfolio.py view shows all projects sorted by urgency with health scores (0-100). portfolio.py health <slug> gives detailed breakdown per project.

Implemented in db1ae35. `portfolio.py view` shows all projects sorted by urgency with health scores (0-100). `portfolio.py health <slug>` gives detailed breakdown per project.
Sign in to join this conversation.
No description provided.