From altivum-feature-dev-pipeline
Empirical health & architecture audit — structure, correctness, security, maintainability — with prioritized, evidence-backed fixes.
How this command is triggered — by the user, by Claude, or both
Slash command
/altivum-feature-dev-pipeline:eval [optional area/path to scope the evaluation]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Codebase Evaluation & Analysis (health / architecture) Perform a thorough, **empirical** evaluation of the project (scoped to **$ARGUMENTS** if provided) and surface the highest-impact fixes to its health and architecture. ## How this differs from the improve lenses `eval` answers "is the house structurally sound?" — correctness, architecture, security, maintainability, evidence-backed performance. It is NOT for bold product moves (`/altivum-feature-dev-pipeline:improve`), visual craft (`:improve-ui`), researched frontier bets (`:improve-x2`), or UX-flow friction (`:enhance`). When you ...
Perform a thorough, empirical evaluation of the project (scoped to $ARGUMENTS if provided) and surface the highest-impact fixes to its health and architecture.
eval answers "is the house structurally sound?" — correctness, architecture, security, maintainability, evidence-backed performance. It is NOT for bold product moves (/altivum-feature-dev-pipeline:improve), visual craft (:improve-ui), researched frontier bets (:improve-x2), or UX-flow friction (:enhance). When you spot something that belongs to one of those, note it in one line and point at that lens — don't expand this audit into it.
Optional depth: for a large or multi-layer codebase, dispatch the altivum-feature-dev-pipeline:codebase-analyzer subagent in parallel — one per layer (frontend / backend / data-infra) — then synthesize their findings here. If subagents are unavailable, do the analysis inline.
PROJECT OVERVIEW
================
[Type, stack, purpose]
ARCHITECTURE UNDERSTANDING
==========================
[Key patterns, data flow, component structure]
CODEBASE HEALTH
===============
Strengths: [2-3 things done well]
Areas for Improvement: [2-3 opportunities]
RECOMMENDATIONS
===============
1. [Title]
- What: [Description]
- Why: [Value/Impact]
- How: [Implementation approach + specific files]
- Effort: [Low/Medium/High]
2. ...
End by asking which recommendation(s) to carry into planning: /altivum-feature-dev-pipeline:plan <numbers>.
npx claudepluginhub altivuminc-admin/claude-plugins --plugin altivum-feature-dev-pipeline/evalEvaluates a plugin or skill directory for quality via static analysis and optional LLM judging, producing overall score with badge, dimension breakdowns, anti-patterns, and recommendations.
/evalManages eval-driven development workflow with subcommands to define, check, report, and list evals. Tracks capability and regression criteria with pass rates.
/evalManages eval-driven development workflow: define feature eval specs, check pass/fail status, generate reports, list definitions.
/evalEvaluates implemented code for quality (SOLID/DRY), architecture, test coverage, performance, security; suggests iterative improvements via Code Reviewer Agent.