summarize

Write audit-trail summaries for completed Shield orchestrator pipeline phases.

3|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/infraspecdev/tesseract --skill summarize-infraspecdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize
Source: https://github.com/infraspecdev/tesseract/tree/main/shield/skills/general/summarize
Command: npx skills add https://github.com/infraspecdev/tesseract --skill summarize-infraspecdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates concise audit-trail summaries for completed pipeline phases so orchestrated work stays traceable, reviewable, and easy to hand off.

Core Features & Use Cases

  • Phase Summarization: Converts structured phase output into a short, consistent summary for research, planning, synchronization, implementation, and review stages.
  • Workflow Recordkeeping: Writes summaries to a deterministic feature-specific path and keeps the manifest and index in sync.
  • Use Case: After an automated planning or review step finishes, use this Skill to produce a standardized summary that captures what happened, key decisions, findings, and the next step.

Quick Start

Ask the orchestrator to generate a concise summary for the completed phase and update the project’s output manifest and index.

Frequently Asked Questions about summarize

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

FAQPage Schema
How do I generate an audit trail summary for a completed pipeline phase?

An audit trail summary is a concise record of a completed pipeline phase that captures what happened, key decisions, findings, and the next step. It keeps orchestrated work traceable, reviewable, and easy to hand off across research, plan, sync, implement, and review stages.

What do I need to create a workflow summary for a completed orchestrator run?

Creating a workflow summary for a completed orchestrator run requires structured phase output, run metadata, and a deterministic output path. The Skill uses these inputs to write the summary and regenerate the project's manifest and index in sync.

Can I use pipeline phase summarization for research and review stages?

Yes, pipeline phase summarization applies to research, plan, sync, implement, and review stages. It converts structured output from any of these Shield orchestrator stages into a standardized summary for workflow recordkeeping.

What's the best way to keep a project manifest and index in sync after a phase completes?

The best way to keep a project manifest and index in sync after a phase completes is to use a summarization step that writes the phase record to a deterministic feature-specific path. This automatically triggers manifest and index regeneration to maintain accurate workflow recordkeeping.

Does phase summarization work without structured phase output and run metadata?

No, phase summarization requires structured phase output and run metadata to function correctly. Without these inputs and a deterministic output path, the Skill cannot generate the standardized summary or regenerate the manifest and index.