integrate

Merges parallel task results from a _parallel folder into a final deliverable.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill integrate-hivgb1-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate
Source: https://github.com/hivgb1-ai/do-better-workspace-v2/tree/main/.claude/skills/integrate
Command: npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill integrate-hivgb1-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After running parallel work streams (e.g., via a decompose/execute workflow), results are scattered across multiple markdown files in a _parallel/ folder. This Skill collects those outputs, resolves open questions, and synthesizes them into one coherent final deliverable instead of leaving you to manually stitch everything together. ## Core Features & Use Cases - Manifest-driven integration: Reads _parallel/_manifest.md to recover the original mission, task list, and integration instructions, with an interactive fallback when no manifest exists. - Completion checking: Verifies which task result files exist, summarizes each file's handoff notes, and asks before proceeding if any are missing. - Synthesis and cleanup: Identifies cross-task connections, resolves undecided items, writes the final deliverable to a target path, and offers to delete, archive, or keep the _parallel/ folder. - Use Case: After splitting a market operations retrospective into three parallel analyses (operations log, sales, customer feedback), run this Skill to merge them into a single retrospective document with success/failure factors and improvement points. ## Quick Start Ask the AI to integrate the parallel work results in the current project's _parallel folder into the final deliverable.

Frequently Asked Questions about integrate

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

FAQPage Schema
How do I combine results from parallel AI tasks into one document?

Run the integrate skill after your parallel tasks finish. It reads the _parallel/_manifest.md file, collects each task's output file and handoff notes, then synthesizes them into a final deliverable saved to the path specified in the manifest.

What happens if the _manifest.md file is missing?

The skill lists all markdown files in the _parallel folder and asks you three questions: the original mission, the expected final deliverable, and how the results should be integrated. It then proceeds using your answers.

Can I integrate results when some parallel task files are missing?

Yes, but the skill first displays which files are missing and asks whether you want to continue. Integration only proceeds after your explicit confirmation, so partial results are never merged silently.

What happens to the _parallel folder after integration?

You choose one of three options: delete the folder entirely, archive it by renaming to _parallel_archive_YYYYMMDD, or keep it as-is. The choice is recorded in the integration output summary.

When should I use integrate versus just reading the files myself?

Use it when parallel tasks produce cross-references, unresolved questions, or a manifest with specific integration instructions. For a single trivial output file, manual reading is faster than the full six-step integration process.