consolidar-investigacoes

Consolidate project maps, backlog tasks, and investigation results into one document.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/leonanpereirapinto/ai-utils --skill consolidar-investigacoes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidar-investigacoes
Source: https://github.com/leonanpereirapinto/ai-utils/tree/main/skills/spec-driven/consolidar-investigacoes
Command: npx skills add https://github.com/leonanpereirapinto/ai-utils --skill consolidar-investigacoes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Consolidates the outputs of mapear-projeto and multiple investigar-area runs into a single synthesized repository document. Use when the user asks to unify project-map.md, investigation-backlog.md, task files, and investigation result files into one report for onboarding, architectural review, or handoff. Do not use for creating the initial map, executing one investigation task, or implementing code changes.

Core Features & Use Cases

  • Consolidate project-map.md, investigation-backlog.md, task files, and investigation results into a single consolidated document suitable for onboarding and handoff.
  • Verify coverage by comparing backlog tasks with results and handle missing items with explicit status.
  • Rebuild the full investigation corpus from project-map, backlog, tasks, and results to preserve traceability and cross-cutting insights.
  • Generate the consolidated document using the assets template and produce a concise onboarding artifact.

Quick Start

Run the consolidar-investigacoes skill with the paths to project-map.md, investigation-backlog.md, tasks, and results to produce the project-map-consolidated.md in the target directory.

Frequently Asked Questions about consolidar-investigacoes

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

FAQPage Schema
How do I consolidate multiple investigation results into a single onboarding document?

To consolidate investigation results, you provide paths to your project-map, backlog, tasks, and result files so they can be unified into a single synthesized document. This process merges all artifacts into one report suitable for handoff and architectural review.

What is the best way to verify investigation coverage across a project backlog?

Verifying investigation coverage requires comparing backlog tasks against result files to identify missing items. The consolidation process checks these inputs, reports coverage status, and explicitly highlights unresolved gaps in the final synthesized document.

Can I unify project maps and task files for an architectural review?

Yes, you can unify project maps and task files by reading the inputs and rebuilding the full investigation corpus. This preserves traceability and cross-cutting insights, generating a concise artifact for architectural review or team onboarding.

Do I need an existing project-map.md to generate a consolidated investigation report?

Yes, an existing project-map.md and investigation-backlog.md are required inputs. The consolidation process reads these files alongside task and result files to verify coverage, rebuild the corpus, and synthesize the final repository document.

When should I not use a project map consolidation approach?

You should not use consolidation for creating the initial project map, executing a single investigation task, or implementing code changes. It is designed strictly to unify existing maps, backlogs, and results into a single synthesized document.