jupiter:adopt

Reorganize scattered spec files into a canonical docs tree with index.json.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/MisterVitoPro/qa-claude-market --skill jupiter-adopt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter:adopt
Source: https://github.com/MisterVitoPro/qa-claude-market/tree/main/plugins/jupiter/skills/adopt
Command: npx skills add https://github.com/MisterVitoPro/qa-claude-market --skill jupiter-adopt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scattered spec files across multi-module or single-module repositories make it difficult to discover, compare, and maintain canonical documentation. This Skill orchestrates the adoption workflow to centralize specs under a canonical docs/master-spec tree, emit an index.json, and auto-generate surface stubs for undocumented code.

Core Features & Use Cases

  • Automates consolidation of scattered specs into a unified master-spec tree organized by module or feature.
  • Emits index.json with per-bucket details, split-candidate analysis, and surface augmentation.
  • Supports incremental updates and safe re-writes with --force.

Quick Start

Run the adopt pipeline on your repository to canonicalize specs; use --force to rebuild from scratch and --deep to enable behavioral-gaps analysis.

Frequently Asked Questions about jupiter:adopt

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

FAQPage Schema
How do I consolidate scattered spec files into a unified docs tree?

To consolidate scattered spec files into a unified docs tree, run the adopt pipeline on your repository. It centralizes specs under a canonical docs/master-spec structure organized by module or feature and emits an index.json for discovery.

Can I incrementally update a master-spec tree without rebuilding everything?

Yes, you can incrementally update a master-spec tree without rebuilding everything. The workflow supports incremental updates and safe re-writes, allowing you to canonicalize new specs while preserving existing documentation structures.

Does this spec consolidation workflow work for single-module repositories?

Yes, this spec consolidation workflow works for both multi-module and single-module repositories. It orchestrates reorganization into a canonical docs tree and applies frontmatter-driven configuration to scale across different repository structures.

How do I auto-generate surface stubs for undocumented code?

You auto-generate surface stubs for undocumented code by running the adopt pipeline. It automatically emits surface stubs during the spec consolidation process, enabling surface augmentation and identifying undocumented code areas.

What is the best way to resolve file move conflicts when reorganizing spec files?

The best way to resolve file move conflicts when reorganizing spec files is using the pipeline's auditable file moves with safe conflict handling. You can also use the --force flag to safely rebuild the master-spec tree from scratch.

How do I analyze behavioral gaps in my consolidated documentation?

To analyze behavioral gaps in your consolidated documentation, run the adopt pipeline with the --deep flag. This enables behavioral-gaps analysis alongside the standard per-bucket split-candidate analysis emitted in the index.json.