Planning parallel agent work
Skill casioreview20-glitch/forge-os/skills-v2/kernel/planning-parallel-agent-work
Use when several work units are independent enough to execute concurrently but still need deterministic ownership, coverage, resource locks, and verified joins.From its SKILL.md
npx -y skills add casioreview20-glitch/forge-os --skill planning-parallel-agent-workAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.8 KB, 84 tokens by cl100k_base, as published. Nobody here has run it
Planning Parallel Agent Work
Core principle
Derive work units from dependency and change graphs. Join only after every unit has a trusted completion receipt. The runtime owns deterministic scope, coverage, policy, and evidence checks; the agent owns only the judgment that cannot be reduced safely to code.
Do not activate when
- shared mutable state cannot be isolated
- the next task requires the previous task output
What ships with it: 9 files
11.3 KB alongside SKILL.md
evaluators/
- baseline.json468 B
- cases.json652 B
- rubric.json416 B
sections/
- decision-tables.md391 B
- examples.md360 B
- failure-modes.md218 B
- procedure.md487 B
- verification.md229 B
- manifest.json8.1 KB