spike-wrap-up

Package spike findings into a project-local skill and update the decision log.

Updated May 25, 2026
One-click install
npx skills add https://github.com/cmetech/otto-cli --skill spike-wrap-up-cmetech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spike-wrap-up
Source: https://github.com/cmetech/otto-cli/tree/main/src/resources/skills/spike-wrap-up
Command: npx skills add https://github.com/cmetech/otto-cli --skill spike-wrap-up-cmetech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packaging spike findings into a durable, project-local skill that auto-loads on future similar work across OTTO workflows.

Core Features & Use Cases

  • Creates a persistent skill in .claude/skills/<name>/SKILL.md from spike outputs (SCOPE.md, RECOMMENDATION.md, etc.).
  • References the originating spike and records a decision in .otto/workflow/DECISIONS.md for traceability.
  • Enables automatic discovery and loading of the packaged skill in future sessions.

Quick Start

Trigger the spike wrap-up when a spike concludes to generate a reusable, project-local skill and update the decision log.

Frequently Asked Questions about spike-wrap-up

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

FAQPage Schema
How do I package spike findings into a reusable skill for future projects?

To wrap up spike findings into a reusable skill, package repeatable guidance into a project-local SKILL.md file. This process records the originating spike and updates the decision log to ensure future sessions automatically discover and load the packaged knowledge.

When should I convert a spike into a project-local skill?

Convert a spike into a project-local skill when the spike findings include repeatable guidance that should be loaded automatically for future similar work across OTTO workflows, ensuring durable knowledge reuse rather than one-time documentation.

What files does spike wrap-up create or update during the packaging process?

Spike wrap-up creates a persistent skill file at .claude/skills/<name>/SKILL.md from spike outputs. It also updates .otto/workflow/DECISIONS.md to record a traceable decision referencing the originating spike.

How does packaging spike outputs into a skill enable automatic discovery?

Packaging spike outputs into a durable skill enables automatic discovery by storing repeatable guidance in a project-local SKILL.md file, which future similar work sessions across OTTO workflows can automatically load and reference.

Do I need existing spike outputs before starting a spike wrap-up?

Yes, you need existing spike outputs such as SCOPE.md and RECOMMENDATION.md files. The wrap-up process packages these conclusions into a reusable skill, so the originating spike must conclude with repeatable guidance before triggering the task.

Can I manually document spike findings instead of creating a project-local skill?

Manually documenting spike findings lacks automatic loading and traceability. Packaging findings into a project-local skill ensures future similar work auto-loads the guidance, while updating the decision log maintains a clear link to the originating spike.