spike-wrap-up

Package spike findings into a reusable project-local skill under .agents/skills/<name>/SKILL.md.

1.0k|92|Updated May 22, 2026
One-click install
npx skills add https://github.com/open-gsd/gsd-pi --skill spike-wrap-up-open-gsd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spike-wrap-up
Source: https://github.com/open-gsd/gsd-pi/tree/main/src/resources/skills/spike-wrap-up
Command: npx skills add https://github.com/open-gsd/gsd-pi --skill spike-wrap-up-open-gsd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packages spike findings into a reusable project-local skill that auto-loads on future similar work, turning research into durable tooling.

Core Features & Use Cases

  • Converts a completed spike (SCOPE.md, research/*.md, RECOMMENDATION.md) into a deployable skill under .agents/skills/<name>/SKILL.md to be loaded automatically in future sessions.
  • Keeps spikes intact for forensics by referencing the originating spike and appending a DECISIONS entry.
  • Supports a repeatable wrap-up workflow across multiple spikes, reducing manual handoffs and setup time.

Quick Start

After a spike completes, run the wrap-up flow to generate a new skill at .agents/skills/<name>/SKILL.md.

Frequently Asked Questions about spike-wrap-up

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

FAQPage Schema
How do I convert spike research into reusable project skills?▼

To convert spike research into reusable project skills, package the completed spike outputs into a deployable skill file at .agents/skills/<name>/SKILL.md. This captures the findings for automatic loading in future similar work sessions.

What is the best way to preserve spike findings for future development tasks?▼

Preserving spike findings for future tasks involves wrapping the research documentation into a durable, project-local skill. The original spike files remain intact for forensics while the new skill references the originating spike and appends a decision log entry.

Can I automate the wrap-up workflow for multiple completed spikes?▼

Yes, you can automate the wrap-up workflow for multiple completed spikes. The process supports a repeatable workflow that converts each spike's outputs into deployable skills, reducing manual handoffs and setup time across the project.

Does creating a project-local skill require specific spike output files?▼

Creating a project-local skill requires the completed spike output files: SCOPE.md, research/*.md, and RECOMMENDATION.md. These files provide the source material packaged into the new skill file under .agents/skills/<name>/SKILL.md.

Why should I package spike outputs into a skill instead of keeping markdown files?▼

Packaging spike outputs into a skill instead of keeping standalone markdown files ensures the research auto-loads during future similar work. This turns temporary research into durable tooling, eliminating the need to manually locate and reference past findings.

When should I not use a spike wrap-up workflow?▼

You should not use a spike wrap-up workflow if the spike is incomplete or lacks the required outputs like RECOMMENDATION.md. The process applies specifically after a spike completes and you want to convert its findings into durable tooling.