.agent/skills/parallel-agents/SKILL.md
Guidance on dispatching parallel sub-agents safely. Use when facing multiple independent tasks that can be worked on without shared state or sequential dependencies.
npx skillsauth add oaknational/oak-open-curriculum-ecosystem parallel-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guidance for dispatching multiple sub-agents concurrently to speed up independent work.
Every bounded delegated task should carry these fields:
If you cannot fill these fields concisely, the task is probably under-scoped.
| Pattern | Agent 1 | Agent 2 | Agent 3 | |---------|---------|---------|---------| | Multi-area exploration | Search area A | Search area B | Search area C | | Independent features | Feature X files | Feature Y files | — | | Review + implement | Code reviewer | Implementer (after review) | — | | Test + docs | Write tests | Write documentation | — |
.agent/sub-agents/ — canonical sub-agent templates and componentsagent-tools/src/core/session-tools.ts — takeover bundle reintegration contracttools
When and how to use git worktrees for isolated work.
documentation
TSDoc and documentation workflow for canonical source comments, README updates, and ADR touchpoints.
development
Structured debugging workflow: reproduce, isolate, hypothesise, verify, fix, regression test.
data-ai
Load the shared thorough start-right workflow from `.agent/skills/start-right-thorough/shared/start-right-thorough.md`.