spike-wrap-up

Convert spike artifacts into a project-local SKILL.md with a spike reference.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill spike-wrap-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spike-wrap-up
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/spike-wrap-up
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill spike-wrap-up

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to turn a completed spike into a durable, project-local asset that can be auto-loaded in future similar work, reducing repetitive spike handling.

Core Features & Use Cases

  • Converts spike artifacts (SCOPE.md, research/*.md, RECOMMENDATION.md) into a reusable SKILL.md under .claude/skills/spike-wrap-up.
  • Attaches a spike-origin reference and updates .gsd/DECISIONS.md to record the packaging.
  • Ensures project-local scope and discoverability via the frontmatter description.

Quick Start

Run the spike wrap-up workflow to package the current spike into a new skill at .claude/skills/spike-wrap-up/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 completed spike research into reusable project artifacts?

You can convert completed spike research into reusable project artifacts by packaging the findings into a durable, project-local SKILL.md. This process wraps up spike artifacts like SCOPE.md, research notes, and RECOMMENDATION.md into an auto-loading skill.

What is the best way to make spike knowledge discoverable for future similar work?

The best way to make spike knowledge discoverable is to package it into a project-local skill with frontmatter description and keywords. This ensures the knowledge auto-loads during future similar work without re-reading the original spike.

How do I package spike findings into a project-local skill?

You package spike findings by running the spike wrap-up workflow, which converts SCOPE.md, research/*.md, and RECOMMENDATION.md files into a SKILL.md located under the .claude/skills directory for project-local execution.

Does packaging a spike require updating project decision logs?

Packaging a spike does require updating project decision logs. The workflow attaches a spike-origin reference and updates the .gsd/DECISIONS.md file to record the packaging event for team traceability.

Can I execute a wrapped-up spike skill without re-reading the originating research?

You can execute a wrapped-up spike skill without re-reading the originating research. The skill is designed to be self-contained and executable without revisiting the original spike artifacts.

What file formats are required to wrap up a spike into a skill?

The file formats required to wrap up a spike are SCOPE.md, research/*.md, and RECOMMENDATION.md. These spike artifacts are consumed and converted into the final SKILL.md format.