hydrate-child-packet

Creates a child task packet with imported context and bootstrap metadata before planning begins.

2|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/siarhei-belavus/agent-public --skill hydrate-child-packet-siarhei-belavus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hydrate-child-packet
Source: https://github.com/siarhei-belavus/agent-public/tree/main/skills/atelier-workflow/hydrate-child-packet
Command: npx skills add https://github.com/siarhei-belavus/agent-public --skill hydrate-child-packet-siarhei-belavus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When splitting a large initiative into child tasks across one or more repositories, teams need a consistent way to bootstrap each child's execution packet without copying the entire parent initiative or losing traceability. This Skill creates a clean, minimal child packet in the selected child row's Packet Root so planning can start from a well-defined baseline. ## Core Features & Use Cases - Packet Bootstrapping: Creates INDEX.md, BRIEF.md, PLAN.md, AMENDMENTS.md, and ARTIFACT_CANDIDATES.md under .plans/<task-slug>/ with required bootstrap semantics such as Status: not_authored and Packet phase: hydrated_for_planning. - Cross-Repo Context Handling: Writes child-packet references from the child repo's perspective, using relative paths or repo-qualified references for the parent initiative instead of pasting raw cross-repo locators. - Parent Graph Updates: Sets the hydrated child row in TASK_GRAPH.md to active without mutating parent initiative status. - Use Case: After an initiative split review is marked ready, hydrate the chosen child row into its owner repo so the child team gets a frozen subset of parent context and can begin authoring its own plan. ## Quick Start Hydrate the ready child row from TASK_GRAPH.md into its Packet Root so the child task packet is bootstrapped for planning.

Frequently Asked Questions about hydrate-child-packet

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

FAQPage Schema
How do I bootstrap a child task packet from a parent initiative?▼

Run hydration after the split review and the chosen child row are both marked ready in TASK_GRAPH.md. The process creates INDEX.md, BRIEF.md, PLAN.md, AMENDMENTS.md, and ARTIFACT_CANDIDATES.md under .plans/<task-slug>/ in the child row's Packet Root.

What files are created when hydrating a child packet?▼

Hydration creates INDEX.md, BRIEF.md, PLAN.md, AMENDMENTS.md, and ARTIFACT_CANDIDATES.md in the child packet directory. CONTRACT_DECISION.md is an optional file added later when contract decisions are needed.

How does cross-repo hydration handle parent initiative references?▼

The child packet references the parent initiative from the child repo's perspective, using a relative path when the parent repo is locally available or a repo-qualified reference otherwise. The parent row's raw cross-repo Packet Root locator is never pasted into child metadata.

When should I not hydrate a child packet?▼

Do not hydrate before the split review and child row are ready, and do not use hydration to author the real child plan. Also avoid duplicating a child packet in both the orchestrating repo and the owner repo.

Does hydrating a child packet change the parent initiative status?▼

No, hydration only sets the hydrated child row in TASK_GRAPH.md to active. The parent initiative packet stays in the orchestrating repo and its status is not mutated during hydration.