ds-lite-coordinate

Plans and collects approval-gated delegation of up to three bounded research subtasks.

2|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin --skill ds-lite-coordinate-alexendersokolov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ds-lite-coordinate
Source: https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin/tree/main/plugins/deepscientist-lite-core/skills/ds-lite-coordinate
Command: npx skills add https://github.com/AlexenderSokolov/deepscientist-lite-codex-plugin --skill ds-lite-coordinate-alexendersokolov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long research or engineering work units sometimes contain a few independent subtasks that could run in parallel, but delegating them without structure risks overlapping file ownership, unverified results, and lost accountability. This Skill turns one bounded delegation into an auditable plan with explicit approval, disjoint path ownership, and parent-owned integration. ## Core Features & Use Cases - Bounded delegation planning: Declares a maximum of three child tasks in a ds-lite.delegation.v1 JSON artifact, each with objective, input refs, allowed paths, validation commands, resource limits, and stop conditions. - Approval gate: Blocks all execution until explicit user or OpenScience approval is recorded, and forbids nested delegation, schedulers, daemons, and automatic retries. - Verified integration: Requires each child to return its declared result ref, re-validates the delegation sidecar, runs declared validation commands, and lets only the parent integration owner accept changes. - Use Case: A research project needs a baseline reproduction, a data audit, and a figure regeneration done concurrently. Use this Skill to draft the delegation plan, wait for approval, dispatch the three tasks with disjoint paths, then integrate and validate their results. ## Quick Start Ask the agent to use ds-lite-coordinate to plan a bounded delegation for your independent subtasks and wait for approval before launching anything.

Frequently Asked Questions about ds-lite-coordinate

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

FAQPage Schema
How do I delegate research subtasks to child agents safely?▼

Create a delegation plan declaring each task's objective, input refs, allowed paths, validation commands, and stop conditions, then validate it with the protocol CLI. Execution only begins after explicit user or OpenScience approval is recorded.

How many subtasks can one delegation plan contain?▼

A delegation plan supports a maximum of three child tasks. Nested delegation is disabled, so a child task cannot delegate further, expand scope, or retry automatically.

When should I not use multi-task delegation?▼

Use a single worker or the iterate skill when there are fewer than two independent tasks, when write ownership overlaps, or when the parent cannot verify every result. Delegation requires disjoint path ownership to be safe.

Does the skill run child tasks automatically after planning?▼

No. A delegation plan is not execution authority. The skill stops after presenting the plan and only dispatches tasks after explicit approval, and it never creates daemons, queues, schedulers, or retry loops.

How are child task results verified before integration?▼

Each child must write or return its declared result ref. The parent re-validates the delegation sidecar, inspects artifacts and scoped diffs, runs every declared validation command, and preserves partial or blocked outcomes instead of hiding them.