guidance-measurement

Measure per-file directive counts and output JSON summaries of agent guidance complexity.

3|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/Grimblaz/agent-orchestra --skill guidance-measurement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guidance-measurement
Source: https://github.com/Grimblaz/agent-orchestra/tree/main/skills/guidance-measurement
Command: npx skills add https://github.com/Grimblaz/agent-orchestra --skill guidance-measurement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Guidance-complexity measurement tooling and usage notes. Use when running or maintaining the guidance measurement script and related deterministic analysis assets for issue #360. DO NOT USE FOR: changing D10 ceiling rules or prompt-facing guidance policy, which remain in agent prompts.

Core Features & Use Cases

  • Describe the measurement domain for issue #360
  • Provide the stable home for measurement scripts under scripts/
  • Keep tooling separate from prompt-owned guidance rules

Quick Start

Run the guidance-measurement script to generate a JSON summary for the current agent set.

Frequently Asked Questions about guidance-measurement

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

FAQPage Schema
How do I measure guidance complexity in agent prompts?

You measure guidance complexity by running a script that counts per-file directives and checks fence handling, outputting a JSON summary with per-agent metrics and ceilings.

What is deterministic guidance-complexity analysis for agent scripts?

It is a deterministic analysis that identifies and quantifies directives in agent prompts and scripts, producing a stable JSON summary of per-agent metrics and configured ceilings.

How do I generate a JSON summary of per-agent directive counts?

Run the guidance-measurement script against your current agent set to generate a JSON summary detailing config source, per-agent directive metrics, and complexity ceilings.

Can I use guidance measurement scripts to change prompt-facing guidance policy?

No, guidance measurement scripts only measure complexity and do not change D10 ceiling rules or prompt-facing guidance policy, which remain in agent prompts.

Does guidance-complexity measurement check fence handling in prompt scripts?

Yes, guidance-complexity measurement checks fence handling alongside per-file directive counts to ensure accurate deterministic analysis of prompt scripts and documentation.