spec-first:archive

Archive feature deliverables and generate review reports with coverage summaries.

72|9|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/sunrain520/spec-first --skill spec-first-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-first:archive
Source: https://github.com/sunrain520/spec-first/tree/main/skills/spec-first/10-archive
Command: npx skills add https://github.com/sunrain520/spec-first --skill spec-first-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the archiving of feature deliverables, generates review reports, and summarizes coverage, ensuring a structured and auditable end-of-feature process.

Core Features & Use Cases

  • Feature Archiving: Consolidates all artifacts related to a completed feature.
  • Review Reporting: Generates comprehensive reports including coverage summaries and lessons learned.
  • Use Case: After completing a software feature, use this Skill to automatically gather all design documents, test results, and implementation details into a single, reviewable archive package.

Quick Start

Archive the current feature deliverables and generate a review report.

Frequently Asked Questions about spec-first:archive

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

FAQPage Schema
How do I archive feature deliverables and generate a review report?

Archiving feature deliverables requires passing a combination gate that validates content type, risk items, and file size before generating the review report. This gate ensures the archived package meets structural and quality thresholds.

What is included in a feature review report for lessons learned?

The review report includes coverage summaries and lessons learned to provide an auditable end-of-feature process. It consolidates design documents, test results, and implementation details into a single, reviewable package.

How does automated feature location work when archiving deliverables?

Automated feature location works by reading the `.spec-first/current` path to identify the target feature. If this file is missing, the Skill falls back to interactive selection to specify the deliverables to archive.

What are the archiving gate requirements for feature review reports?

The archiving gate enforces requirements based on content type, risk items, and file size to validate feature deliverables. These combination gate checks must pass before the archive package and review report are generated.

Does spec-first archive integrate with metrics and stage advance workflows?

Yes, archiving integrates with `spec-first metrics report`, `spec-first gate check`, and `spec-first stage advance` to form a complete end-of-feature workflow. This ensures auditable transitions between development stages.