Sprint Wrapup Pipeline
Developer Official v1.1.28Summarizes sprint retrospective notes and extracts action items for the next sprint
by skrptiq
Sign in to import this skrpt into your workspace.
Sign inWhat's included 4 nodes
Sprint Wrapup Pipeline
Summarizes sprint retrospective and extracts action items for the next sprint
Sprint Retro Summary Builder
Assembling the sprint retrospective brief, action items, and tracked progress into a structured, team-ready retro summary
Sprint Retrospective Brief
Collects sprint retrospective notes for summarization
Sprint Retro Summary
Task prompt for structuring sprint retrospective notes into actionable categories
Requirements 1 service
- LLM Service
Security Passed
Detected
- Services: llm-service
- Permissions:
- Data Handling:
Version history 18 releases
GH#863 Wave 1 (K-045 intent/output mismatch) — the `sprint-retro-summary` deliverable prompt was declared but never invoked by any execution step, so the retro summary artefact was never produced. Wire it in as the terminal content step via a new backing skill `sprint-retro-summariser` (title "Sprint Retro Summary Builder"), binding its inputs (retro brief, action items, tracked progress) explicitly via `from_step`. Convert the prompt's positional/title refs to `context_params` + `{{step.context.*}}`. Re-pin `polish-language` 1.0.1 → 1.0.6 and bind its `source` ← the retro-summary step so the polish stage refines the deliverable rather than the positional previous step. Contents skills 0 → 1, total 3 → 4.
GH#845 — republish with American English (en-US) content, completing the source-only GH#805 flip that never reached the Hub. Copy only — no functional or behaviour change.
GH#745 — declare per-step `output: {name, type}` on every execution step (retro_brief/text, action_items/list, progress/text, structured_data/json, formatted_report/text, polished_report/text). Lights up the #744 rich flow-map. Content-only; no bindings or logic changes.
GH#645 Row 3b — migrate to K-037 dep-referenced schema. Strip 12 inline shared-content files and declare 12 hub-shared deps (UUID id + slug name + version + checksum from `gen-dep-checksums.mjs`). Closes pre-Step-3 inline-vendoring for this bundle.
Wave 2: re-signed with canonical engine signing pipeline.
Signature fix — RELEASE_NOTES.md now included in integrity checksum.
Initial catalogue release with full structural and content-quality validation. All scanner checks pass.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
More from Developer
View all →Documentation Pipeline
Analyzes source code and generates comprehensive technical documentation with examples, formatted as clean markdown
Ralph Wiggum Loop
Autonomous development loop — pick a task, implement, test, commit, repeat until done
MCP PR Review Pipeline
Multi-agent pull request review via GitHub MCP — security, quality, and style agents with a human gate before posting