synthesizing-findings

Generate a REBUILD-PLAN.md from layer findings with reuse and phasing decisions.

9|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/cliftonc/unwind --skill synthesizing-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synthesizing-findings
Source: https://github.com/cliftonc/unwind/tree/main/skills/synthesizing-findings
Command: npx skills add https://github.com/cliftonc/unwind --skill synthesizing-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Layer analysis describes the existing system; this Skill synthesizes those findings into a strategic rebuild plan that emphasizes reuse decisions, phased approach, and how-to guidance, producing a clear path for rebuilding.

Core Features & Use Cases

  • Inventory and interpret layer documentation from docs/unwind/layers/ (layer specialists)
  • Validate architecture against detailed findings and adjust boundaries as needed
  • Assess reuse options, define phasing, and generate docs/unwind/REBUILD-PLAN.md
  • Update docs/unwind/architecture.md if corrections are required based on analysis
  • Do not copy content from layer docs; reference them and synthesize decisions

Quick Start

Review the completed layer documentation and generate the REBUILD-PLAN.md

Frequently Asked Questions about synthesizing-findings

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

FAQPage Schema
How do I turn layer analysis findings into a rebuild strategy?

A strategic rebuild plan synthesizes completed layer analysis into actionable decisions regarding component reuse, implementation phasing, and validation across architecture, database, tests, and integrations. It guides the systematic reconstruction of the system based on documented findings.

What is the best way to document reuse and phasing decisions for an architecture rebuild?

The best way to document reuse and phasing decisions is to generate a REBUILD-PLAN.md file. This plan should reference existing layer documentation rather than copying content, ensuring decisions regarding architecture, database, tests, and integrations remain synchronized with the detailed analysis.

Do I need completed layer documentation before generating a rebuild plan?

Yes, completed layer documentation stored in docs/unwind/layers/ is required. The rebuild plan synthesizes these specific findings to validate architecture boundaries, assess reuse options, and define implementation phasing, meaning the analysis phase must be complete first.

Can I update architecture documentation while creating a rebuild plan?

Yes, you can update architecture documentation while creating a rebuild plan. If validating the architecture against detailed layer findings reveals necessary corrections, the docs/unwind/architecture.md file should be updated to reflect the adjusted boundaries and structural decisions.

Why should a rebuild plan reference layer docs instead of copying content?

A rebuild plan should reference layer docs instead of copying content to maintain a single source of truth and avoid documentation drift. This approach synthesizes strategic decisions regarding reuse and phasing while directing users to the detailed layer analysis for underlying technical specifics.