iiRecord
Agentic AI Atlas · GAP-PROMPT-004: Prompt Inspection Tooling
page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-004a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-004

Reading · 1 min

GAP-PROMPT-004: Prompt Inspection Tooling reference

Provide tooling to inspect the fully assembled prompt sent to harnesses, including strata boundaries, token counts per section, and capability projections.

Pagewiki/docs/harness-features-backlog/gaps/prompt-engineering/GAP-PROMPT-004.mdOutgoing · 0Incoming · 1

GAP-PROMPT-004: Prompt Inspection Tooling

FieldValue
Categoryprompt-engineering
PriorityMedium
EffortM
StatusPartial

Description

Provide tooling to inspect the fully assembled prompt sent to harnesses, including strata boundaries, token counts per section, and capability projections.

Current State

The instructions:* commands are partial and phase-centric. No way to see the full assembled prompt with all sections, token breakdown, or strata boundaries.

Target State

An instructions:inspect command shows the complete prompt assembly with strata labels, token counts per section, and cache-stability annotations. Useful for debugging prompt regressions and optimizing token usage.

Dependencies

Key Files

ComponentPath
Prompts modulepackages/sdk/src/prompts/
Instructions CLIpackages/sdk/src/cli/
CC prompt phrasing analysis`11-prompt-phrasing-analysis.md` -- Full document catalogs the exact prompt sections that inspection tooling should surface

Recommendation

Phase 3 implementation. Add instructions:inspect CLI command that renders the full prompt with metadata annotations.