spec-summarize

Generate structured summary artifacts with narrative, statistics, and timeline components.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/float-ritual-stack/floatty --skill spec-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-summarize
Source: https://github.com/float-ritual-stack/floatty/tree/main/apps/outline-explorer/src/lib/skills/spec-summarize
Command: npx skills add https://github.com/float-ritual-stack/floatty --skill spec-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured summarize workflows require a reusable scaffold to assemble stats, narrative, and a session arc from diverse data sources. This Skill provides a ready-made template and a set of composable components to quickly build consistent summary artifacts.

Core Features & Use Cases

  • SectionLabel for grouping sections with color and icon
  • StatPill and TimelineEvent for quantitative and temporal insights
  • Paragraph to present narrative and context
  • Section and Heading to structure content for clarity
  • Chip to tag decisions or key takeaways
  • Use Case: generate a summary arc after a project review or coaching session, combining metrics and narrative into a single artifact.

Quick Start

Create a complete summary for the latest session using the provided blocks and narrative.

Frequently Asked Questions about spec-summarize

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

FAQPage Schema
How do I generate a structured summary from coaching notes or project review sessions?

To generate a structured summary from coaching notes or project review sessions, use a composable template that assembles stats, narrative paragraphs, and a session arc timeline into a single cohesive artifact with consistent styling.

What is a session arc timeline and when do I need it for knowledge-work summaries?

A session arc timeline is a chronological sequence of events extracted from session data. You need it for knowledge-work summaries when you must present temporal insights and narrative context alongside quantitative metrics in a unified project review artifact.

Can I use modular UI components to build a summary artifact with stats and timeline events?

Yes, you can build a summary artifact using modular UI components like StatPill for quantitative metrics, TimelineEvent for temporal data, SectionLabel for grouping, and Chip for tagging decisions, all supporting extensible styling via color and icon props.

What's the best way to structure project review metrics and narrative into a single document?

The best way to structure project review metrics and narrative is to use a reusable scaffold that separates content into Heading and Section blocks, grouping quantitative insights and contextual paragraphs into a modular, cohesive summary artifact.

Are there limitations when summarizing diverse data sources into a unified timeline narrative?

When summarizing diverse data sources into a unified timeline narrative, you need a reusable data model to map varied inputs into composable components. Without a structured template, combining statistics and narrative from different formats can result in inconsistent artifact styling.

Does the spec-summarize template support extensible styling for different summary sections?

Yes, the spec-summarize template supports extensible styling through color and icon props on modular components like SectionLabel and StatPill, allowing you to visually differentiate narrative, statistics, and timeline sections within the generated summary artifact.