assessment

Identifies and maps integration gaps across agents, workflows, and skills in Conductor, outputting a gap matrix and plan files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/reiserwang/Coding_Agent --skill assessment-reiserwang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assessment
Source: https://github.com/reiserwang/Coding_Agent/tree/main/.gemini/skills/assessment
Command: npx skills add https://github.com/reiserwang/Coding_Agent --skill assessment-reiserwang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Assessment Skill identifies gaps between agents, workflows, and skills, helping teams surface integration issues early and plan remediation within a Conductor track.

Core Features & Use Cases

  • Gap discovery across agents, workflows, and skills
  • Generates a structured gap matrix and a Conductor track plan
  • Supports cross-team alignment and risk assessment

Quick Start

Announce that you are running the assessment skill to audit the agent framework.

Frequently Asked Questions about assessment

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

FAQPage Schema
How do I audit an agent framework for integration gaps?

To audit an agent framework for integration gaps, you run the assessment skill to validate agent definitions, workflows, and shared memory artifacts. It outputs a structured gap matrix for remediation planning.

What is an integration gap matrix in the Conductor framework?

An integration gap matrix in the Conductor framework is a structured output mapping inconsistencies between agents, workflows, and shared memory artifacts. It ensures consistency and surfaces integration issues early.

When do I need to run an agent workflow assessment?

You need to run an agent workflow assessment during framework maintenance cycles or when handling brownfield integration requests. It validates shared memory artifacts and ensures cross-team alignment across multiple tracks.

How do I generate an implementation plan for Conductor workflows?

You generate an implementation plan for Conductor workflows by running the assessment skill. It validates agent definitions and outputs an implementation_plan.md file directly in the active Conductor track.

Can I use the assessment skill for brownfield integration requests?

Yes, you can use the assessment skill for brownfield integration requests. It identifies gaps across multiple agents and tracks, validating SKILL_INDEX references and shared memory artifacts to ensure consistency.

What does the framework assessment output besides a gap matrix?

The framework assessment outputs a structured gap matrix along with an implementation_plan.md and test-plan.md. These files are generated in the active Conductor track to guide remediation and testing.