jupiter:rewrite

Consolidate scattered Jupiter master-specs into one document with a sidecar index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate scattered master-specs into a single, coherent master document for each module in multi-module setups, and generate a sidecar consolidated-index.json to track provenance and structure. It also prompts for optional cleanup of the original source specs, never deleting without explicit consent.

Core Features & Use Cases

  • Orchestrates Jupiter's cataloging and surface-scanning steps to produce consolidated module-level specs.
  • Emits a sidecar consolidated-index.json that summarizes buckets, topics, and provenance.
  • Prompts the user for optional cleanup of original sources, ensuring safety.

Quick Start

Run the rewrite to generate the consolidated master spec and the sidecar index.

Frequently Asked Questions about jupiter:rewrite

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

FAQPage Schema
How do I consolidate scattered master specs into a single document?

To consolidate master specs into a single document, the rewrite workflow orchestrates cataloging and scanning to merge scattered module-level specs into one coherent master file per module. It also generates a sidecar index to track provenance.

What is a sidecar consolidated-index.json used for in spec consolidation?

A sidecar consolidated-index.json is used to track provenance and structure during spec consolidation. It summarizes the buckets, topics, and origins of the unified master specs to maintain clear documentation lineage.

Can I safely clean up original source files after consolidating specs?

Yes, you can safely clean up original source files after consolidating specs because the workflow prompts for optional deletion. It never deletes original sources without explicit consent, ensuring your data remains protected.

Does spec consolidation work for multi-module project setups?

Spec consolidation works specifically for multi-module project setups to unify module-level specs and surface stubs. It orchestrates the cataloger, scanner, and writer workflow to produce consolidated documentation for each module.

What is the best way to unify scattered Jupiter master-specs?

The best way to unify scattered Jupiter master-specs is running the consolidation workflow. It orchestrates the cataloger, scanner, and writer to merge documentation while emitting a sidecar index to capture provenance.

When should I not delete original sources during a spec rewrite?

You should not delete original sources during a spec rewrite if you want to preserve raw documentation lineage. The workflow includes safeguards that prompt before deleting, ensuring you only remove files with explicit consent.