AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Research Orchestration

skill-firstp1ck-pi-coding-agent-forge-research-orchestration · by Firstp1ck

Agents should invoke this skill for broad multi-claim research projects needing planning, parallel investigation, source merging, gap closure, citation audit, and final synthesis when narrower research skills are insufficient.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-firstp1ck-pi-coding-agent-forge-research-orchestration

✓ 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-firstp1ck-pi-coding-agent-forge-research-orchestration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

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 Research Orchestration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Research orchestration

Single workflow entry point for end-to-end investigations. Detailed rules live in workspace-researcher/AGENTS.md (task class, parallel investigation, Deep Research Protocol, citation audit); this skill is the ordered checklist for executing them.

When to use

  • Broad question with several independent sub-questions or claim clusters.
  • Mixed sources (web + docs + papers) and one final report or contract output.
  • User or delegating agent asked for deep research without pointing at a single comparison or single paper.

Prefer tech-deep-dive, competitor-analysis, or paper-summarizer when the task clearly matches one of those shapes.

Pipeline

  1. Classify depth — Quick / standard / deep (AGENTS.md task-class table). Honor explicit quick / standard / deep or /deep-research quick|standard|max when the user names them. Set expected tool budget.
  2. Plan sub-questions — List facets and claims to verify; note which are high-stakes (citation audit mandatory). Prefer internal → official → web (AGENTS.md data source order) when gathering evidence.
  3. Parallel pass — Batch web_search / web_fetch per independent facet; optional subagents with tight scopes and structured handoff.
  4. Merge — One synthesis pass; resolve contradictions; prefer primary sources.
  5. Gap closure — List unresolved material gaps; targeted follow-up searches or explicit “blocked” notes.
  6. Citation audit — For mandatory cases: every key finding → source row or unsupported / inferential (AGENTS.md).
  7. Deliver — Default report shape, contract JSON, or consumer-specific packet from AGENTS.md; include Limitations and Research trace when depth is standard/deep or requested (APPEND_SYSTEM.md).
  8. Log — Append a row to workspace-researcher/MEMORY.mdResearch History (topic, task class, tool bucket, major gaps, notable sources).

Scout scripts → pipeline step

Run from the installed skill directory, or adjust paths to absolute locations. Policy defaults to ./scripts/policy.json next to the bundled scripts.

| Step | Script | When | |------|--------|------| | After depth + topic fixed | ./scripts/scout_query_plan.py | Emit ordered queries (Q001…) and plan_hash for the research trace | | After URL collection | ./scripts/scout_normalize_sources.py | Dedupe and sort sources before the final table | | Long / multi-session runs | ./scripts/scout_evidence_bundle.py | Freeze fetch records (JSONL → evidence_bundle.json + content_sha256) | | Before high-stakes delivery | ./scripts/scout_citation_audit.py | Gate: every key_findings[] row has source_ids or unsupported / inferential |

Details and exit codes: ./scripts/README.md.

Handoff schema (optional, for subagents)

## Scope
[One sentence]

## Findings
- [Bullet + URL]

## Gaps
- [What could not be verified]

## Sources touched
- [Title](URL) — quality flag

Scout skill — Orchestrated research pipeline · 2026-04-10

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.