manage-assessments

Store plan-level assessments in JSONL format with query and filter operations.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill manage-assessments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-assessments
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/manage-assessments
Command: npx skills add https://github.com/cuioss/plan-marshall --skill manage-assessments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Component evaluations storage for plan-level execution, enabling consistent certainty and confidence tracking with JSONL records for auditing and analysis.

Core Features & Use Cases

  • JSONL-based storage for assessments with fields: hash_id, timestamp, file_path, certainty, confidence, plus optional agent, detail, and evidence.
  • Query and filter capabilities by certainty, confidence range, and file_path patterns to support Q-Gate validation and analytics workflows.
  • Integrations across plan execution, artifact validation, and project-wide planning contexts with deterministic storage and easy retrieval.

Quick Start

Add your first assessment for a given plan by providing a file path and a certainty.

Frequently Asked Questions about manage-assessments

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

FAQPage Schema
How do I store plan-level assessments in JSONL format for later analysis?

You can store plan-level assessments in JSONL format by adding records with fields like hash_id, timestamp, file_path, certainty, and confidence. The system persists them deterministically, enabling consistent auditing and retrieval during plan execution.

What is the best way to query assessments by certainty and confidence ranges?

Querying assessments by certainty and confidence ranges is done through CLI-based operations that filter JSONL records. You can specify exact certainty values or confidence ranges to retrieve matching entries for Q-Gate validation and analytics workflows.

How does JSONL assessment tracking work during plan execution?

JSONL assessment tracking works by capturing component evaluations with deterministic storage during plan execution. Agents contribute assessments containing certainty and confidence scores, which are appended as JSONL records for subsequent querying and artifact validation.

Can I filter stored assessments by file path patterns?

Yes, you can filter stored assessments by file path patterns using the query functionality. This allows you to retrieve specific JSONL records matching certain file paths, supporting targeted analysis across plans and projects.

Does this approach support adding optional agent details and evidence to assessments?

Yes, the JSONL storage supports optional fields including agent, detail, and evidence alongside the required hash_id, timestamp, file_path, certainty, and confidence fields. This enables richer component evaluations for comprehensive auditing.

What are the limitations of using JSONL for component evaluation storage?

JSONL storage for component evaluations relies on CLI-based add, query, clear, and get operations without external dependencies. While it provides deterministic persistence, large-scale analytics may require exporting the records to more specialized data processing tools.