From claude-project-flow
Show all features across projects with status, progress, and quick actions
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-project-flow:feature-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a comprehensive overview of all features across all registered projects.
Show a comprehensive overview of all features across all registered projects.
$ARGUMENTS — Optional filter: project name, status, or "all"project_flow__project_list to get all registered projectsproject_flow__feature_list to get all features
$ARGUMENTS matches a project name, filter by that project$ARGUMENTS matches a status (draft, in-progress, etc.), filter by status$ARGUMENTS is "all", include closed features tooproject_flow__settings_get to resolve docs paths for context filesFor each active (non-closed) feature, read context files to gather progress:
.requirements-status.json → coverage %.plans-status.json → plan progress (done/total)context/session-log.md → date of last sessionPresent features grouped by project:
Progetto: {project_name}
Feature Status Requisiti Piano Ultima sessione feature-ain-progress95% main 3/8 2026-03-07 feature-bdraft— — — feature-cimplemented100% done 2026-03-05 Progetto: {other_project}
Feature Status Requisiti Piano Ultima sessione feature-xrequirements-done98% — 2026-03-06
If no features found:
Nessuna feature registrata. Usa
/claude-project-flow:feature-initper iniziare.
After showing the list, offer:
Vuoi:
- Vedere i dettagli di una feature
- Tornare al lavoro
Ask which feature, then show:
npx claudepluginhub matteovisca/claude-project-flow --plugin claude-project-flowDisplays feature tracker statistics, progress bars, phase breakdowns, PRD coverage, blocked features, and staleness warnings from docs/blueprint/feature-tracker.json. Prompts dynamic next actions.
Checks project backlog in docs/features/DASHBOARD.md during discussions of feature ideas, priorities, or planned work. Shows matching features by status and suggests /feature-plan or /feature-capture.
Extracts structured, prioritized feature backlog from project artifacts like product concepts, use cases, prototypes. Produces Feature Tracker document bridging to feature specs; optionally uploads to GitHub/Jira.