From cascade-mcp
Summarizes and categorizes content from Jira issues, Confluence pages, and Google Docs in .temp/cascade/context/. Extracts key details like requirements, links, criteria; discovers new URLs and writes summary files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cascade-mcp:cascade-summarize-document-contentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarize and categorize raw content previously fetched by the `load-linked-resource-content` sub-skill. Extract key information and discover any additional links embedded in the content.
Summarize and categorize raw content previously fetched by the load-linked-resource-content sub-skill. Extract key information and discover any additional links embedded in the content.
This is a sub-skill — called by parent skills after load-linked-resource-content has fetched raw content. Use when the parent skill needs summarized, structured content before synthesis or generation steps.
.temp/cascade/context/ (written by load-linked-resource-content).temp/cascade/context/to-load.md exists with loading manifestRead all .md files in .temp/cascade/context/ (excluding to-load.md and any files ending in -summary.md).
For each raw content file, produce a summary that extracts:
For Jira issues (jira-*.md):
For Confluence pages (confluence-*.md):
For Google Docs (gdoc-*.md):
Save each summary alongside the raw content file with a -summary.md suffix:
.temp/cascade/context/
├── jira-PROJ-123.md ← raw content (from load-linked-resource-content)
├── jira-PROJ-123-summary.md ← summary (from summarize-document-content)
├── confluence-design-spec.md
├── confluence-design-spec-summary.md
├── gdoc-requirements.md
├── gdoc-requirements-summary.md
└── to-load.md
While analyzing, collect any URLs found in the content that are NOT already in to-load.md. Append them as [ ] entries in the ## Unloaded section.
Report back:
to-load.md)Keep summaries concise but complete. Target 200-500 words per file. Use this structure:
# Summary: {source title}
**Source**: {URL}
**Type**: {Jira Issue | Confluence Page | Google Doc}
## Key Information
- {bullet points of the most important facts}
## Requirements / Specifications
- {requirements extracted from the content}
## Open Questions
- ❓ {any unanswered questions found}
- 💬 {any answered questions found with their answers}
## Discovered Links
- {new URLs found in this content}
-summary.md — skip them unless the parent skill explicitly requests re-analysisnpx claudepluginhub bitovi/cascade-mcp --plugin cascade-mcpFetches raw content from Jira issues, Confluence pages, Google Docs, and Sheets via MCP tool. Saves markdown files locally and appends discovered links to to-load.md for iterative loading.
Structured, cited extraction of insights and context from local documents and project knowledge. Writes a scan plan, parallel-subagent findings, and a cited synthesis report to disk — never inline prose.
Decomposes a connected doc (Notion, Google Doc, Confluence, etc.) into multiple intake-backlog entries for audit routing. Use when extracting insights, decisions, or questions from a single page.