AgentStack
SKILL verified MIT Self-run

Fp Dispatch Parallel Domains

skill-miaoy0ushan-fp-dispatch-parallel-domains · by MiaoY0uShan

Use only when routed by FP for two or more explicitly independent problem domains whose dependencies, writer paths, generated outputs, state, and verification can be isolated before bounded fan-out and parent fan-in.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-miaoy0ushan-fp-dispatch-parallel-domains

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-miaoy0ushan-fp-dispatch-parallel-domains)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Fp Dispatch Parallel Domains? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

FP Dispatch Parallel Domains

Parallelize independent problem domains, not merely a long task list.

Independence Gate

Before fan-out, give every candidate domain an ID and prove all of the following:

  • no domain consumes another domain's unfinished output;
  • writer paths and workspaces are disjoint, or the domains are read-only;
  • there is no shared state, lock, cache, database, service, device, generated output, manifest, lockfile, or mutation lease;
  • failures and rollback in one domain cannot invalidate another domain's evidence;
  • each domain has its own acceptance rows and can return a bounded result envelope.

If any claim is unknown, keep the domains serial. Shared state, files, or generated output must be serial. Apparent directory separation is insufficient when build metadata or runtime state is shared.

Fan-Out

Freeze the domain DAG, ownership map, active-concurrency limit, cumulative-thread budget, and stable task-input order. Enforce one writer per owned path set by dispatching at most one active writer for it. Under delegated execution, each domain owns its own fresh implementer/reviewer/fixer chain; the parent remains the only cross-domain integrator.

Parallel read-only probes may share immutable inputs. Parallel writers require disjoint paths and isolated mutable resources. Never parallelize live-system mutations, credential use, deployment, external messaging, or memory promotion.

Fan-In

Wait for every dispatched domain to become terminal. Integrate results in declared task-input order, not completion order. Reconcile interface assumptions and consumer/provider edges, then run parent-side cross-domain checks and a negative control. A domain failure remains explicit; it is not hidden by successful siblings.

If integration exposes coupling, cancel stale pending work, collapse the affected domains into a serial chain, and issue fresh envelopes. Do not reuse a completed domain agent as another domain's implementer or reviewer.

Negative Control

Treat two tasks that both touch a lockfile, generated index, shared schema, common service, or the same effective target as coupled even if their source files differ. They must not pass the independence gate.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.