speclet-consolidate

Consolidate accepted council decisions into a spec-ready draft.md.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/danielcastro-dev/speclet --skill speclet-consolidate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speclet-consolidate
Source: https://github.com/danielcastro-dev/speclet/tree/main/.opencode/skill/speclet-consolidate
Command: npx skills add https://github.com/danielcastro-dev/speclet --skill speclet-consolidate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merge accepted Council feedback into a spec-ready draft.md without copying the full Council Review content.

Core Features & Use Cases

  • Read .speclet/draft.md and .speclet/council-summary.md and apply Accepted decisions into the base draft
  • Support explicit overrides for accept/reject/defer decisions and story removal
  • Update .speclet/council-summary.md with final status and preserve review artifacts separately
  • Ensure the consolidated draft remains spec-ready without embedding full review notes

Quick Start

Perform consolidation after council review to produce a spec-ready draft and an updated council summary.

Frequently Asked Questions about speclet-consolidate

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

FAQPage Schema
How do I consolidate council review feedback into a draft spec?

To consolidate council feedback into a draft spec, apply accepted decisions from the council summary directly into your base draft file. This merges approved changes while preserving original review artifacts in separate files.

What is the best way to prepare a spec-ready draft after a council review?

Preparing a spec-ready draft after a council review involves processing accepted overrides and updating the council summary file with final statuses. This keeps the draft clean without embedding full review notes.

Can I apply explicit accept, reject, or defer overrides when merging council decisions?

You can apply explicit accept, reject, and defer overrides when merging council decisions into your spec draft. You can also remove specific stories during the consolidation process to meet final spec requirements.

Does consolidating council feedback overwrite the original review artifacts?

Consolidating council feedback does not overwrite original review artifacts. The process keeps artifacts in separate files and updates the council summary with final statuses, preventing full review notes from being embedded in the draft.

What files do I need to run a council feedback consolidation workflow?

Running a council feedback consolidation workflow requires a base draft file and a council summary file. The process targets these speclet files to resolve inputs and apply accepted decisions to the draft.

When should I defer council decisions instead of accepting them into the draft?

You should defer council decisions instead of accepting them into the draft when feedback requires future implementation or separate tracking. Deferring updates the council summary status while keeping the spec-ready draft focused on current changes.