From compound-science
Full autonomous research workflow using swarm mode for parallel execution
npx claudepluginhub james-traina/science-plugins --plugin compound-scienceThis skill uses the workspace's default tool permissions.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
/workflows:brainstorm $ARGUMENTS
Gate: must produce a file in docs/brainstorms/ before proceeding.
/workflows:plan
Gate: must produce a file in docs/plans/ before proceeding.
/workflows:work — Use swarm mode: Break the plan into independent tasks and launch parallel subagents via Task tool to build them concurrently. Each subagent handles one task from the plan. See references/orchestration-patterns.md for parallel dispatch patterns.
Gate: must produce at least one code change (committed or staged) before proceeding. If work fails with no changes, stop and report the failure.
After work completes, launch steps 4 and 5 as parallel swarm agents (both only need completed code to operate):
/workflows:review — spawn as background Task agent/workflows:compound — spawn as background Task agentWait for both to complete before finishing.
When all steps are done, output:
Research workflow complete.
Brainstorm: [brainstorm file path]
Plan: [plan file path]
Work: [summary of implementation]
Review: [summary of findings]
Documentation: [docs/solutions/ path if created]
Start with step 1 now.