assessment

Orchestrate parallel agents to audit codebase state and generate validated findings.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iamsteveholmes/momentum --skill assessment-iamsteveholmes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: assessment
Source: https://github.com/iamsteveholmes/momentum/tree/main/skills/momentum/skills/assessment
Command: npx skills add https://github.com/iamsteveholmes/momentum --skill assessment-iamsteveholmes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates a structured, multi-agent discovery workflow to surface a clear, validated snapshot of product state, guiding decisions and reducing ambiguity.

Core Features & Use Cases

  • Orchestrates collaborative discovery by spawning parallel subagents to audit codebase state across repositories and artifacts.
  • Validates findings with the developer before writing an ASR, and writes the assessment record using a standard template.
  • Bridges outputs into momentum's decision workflow when requested, enabling rapid decisions from the assessment insights.
  • Typical use cases include scoping a project, auditing backend and frontend readiness, and producing a durable ASR to inform product decisions.

Quick Start

Start by invoking momentum:assessment to begin scoping, run parallel discovery, validate findings, and generate an ASR.

Frequently Asked Questions about assessment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate parallel agents to audit codebase state across multiple repos?▼

Parallel codebase audits use a multi-agent discovery workflow that spawns subagents to collect data across repositories, aggregates findings, and validates results with the developer before generating a structured assessment record.

What is an ASR and when do I need one for product state assessment?▼

An ASR is an assessment record written from a standard template that captures validated findings from parallel discovery. You need one when scoping projects or auditing backend and frontend readiness to inform product decisions.

How do I scope a project and collect findings across multiple components in parallel?▼

Project scoping and parallel findings collection use a discovery workflow that coordinates subagents to audit artifacts across components, validates aggregated findings with the developer, and produces a durable assessment record.

Can I bridge codebase assessment findings into a decision workflow?▼

Yes, assessment findings can be bridged into a decision workflow. The assessment record outputs connect into momentum's decision workflow to enable rapid decisions from the assessment insights.

Do I need to be able to spawn and manage subagents to run a parallel discovery workflow?▼

Yes, the parallel discovery workflow requires frontmatter with name and description and the ability to spawn and manage subagents, aggregate findings, validate with the developer, and write an assessment record.