squad-research

squad-research is a command for Claude Code from lckx777/copy-chief-black. It costs 10 tokens per session (850 once invoked), scanned A, original, MIT.

A command that runs several research modules in parallel through claude-squad. Parallel work means multiple research sessions run at the same time.

In plain words
What is it for?
Running parallel research across sources such as YouTube, Instagram, TikTok, and Brazilian web content.
Why use it?
It reduces the time needed to collect information from several sources when the required setup is available.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

Good fit Running parallel research across sources such as YouTube, Instagram, TikTok, and Brazilian web content.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/lckx777/copy-chief-black/squad-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/lckx777/copy-chief-black

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for squad-research

README.md
[![agentmods](https://agentmods.dev/badge/commands/lckx777/copy-chief-black/squad-research/github.svg)](https://agentmods.dev/commands/lckx777/copy-chief-black/squad-research)
Your own site
<a href="https://agentmods.dev/commands/lckx777/copy-chief-black/squad-research"><img src="https://agentmods.dev/badge/commands/lckx777/copy-chief-black/squad-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for squad-research

Your own site · 80×15
<a href="https://agentmods.dev/commands/lckx777/copy-chief-black/squad-research"><img src="https://agentmods.dev/badge/commands/lckx777/copy-chief-black/squad-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 850 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.00850
Opus 5 $0.00005 $0.00425
Sonnet 5 $0.00002 $0.00170
Haiku 4.5 $0.00001 $0.00085

Measured 7d ago against content hash c95049aff642, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

squad-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

framework/commands/squad-research.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Squad Research (Parallel VOC Extraction)

⚠️ POWER USER ONLY (v6.2): Este command requer setup avançado. RECOMENDADO: audience-research-agent para a maioria dos casos. Ver ~/.claude/WORKFLOW-CANONICO.md para o fluxo padrão.

Pré-requisitos:

  • tmux instalado (brew install tmux)
  • gh autenticado (gh auth login)
  • claude-squad instalado (brew install claude-squad)

Quando usar:

  • Múltiplas ofertas simultaneamente
  • Deadline crítico (speedup 2-3x)
  • Budget de tokens não é concern (4×200k = 800k)

Execute parallel research for: $ARGUMENTS

SPEEDUP: 90-180min → 30-60min (2-3x faster)

Pre-Flight Checks

which tmux         # ✓ Tmux installed
gh auth status     # ✓ GitHub authenticated
cs version         # ✓ Claude-squad available

Execution

# Run wrapper script
cd ~/copywriting-ecosystem
./parallel-research.sh $ARGUMENTS

Manual Steps (After Script)

1. Open claude-squad TUI

cd ~/copywriting-ecosystem/[nicho]/[offer]
cs

2. Create 4 sessions (press 'n' four times)

  • youtube-extraction
  • instagram-extraction
  • tiktok-extraction
  • br-sources-extraction

3. For EACH session:

a) Select session (arrow keys ↑/↓) b) Press Enter to attach c) Paste task prompt from /tmp/squad-tasks/[module].txt d) Press Ctrl+b, then d to detach

4. Monitor completion (separate terminal)

watch -n 5 'ls -lh ~/copywriting-ecosystem/*/[offer]/research/voc/*/summary.md'

5. When ALL 4 complete, check quality gates:

  • All 4 summary.md exist
  • Token count ≤500 each
  • Confidence ≥70% in each module
  • No extraction errors in logs

Synthesis

After all 4 modules complete:

/agent synthesizer "
OFFER: [offer-name]
TASK: Merge research outputs
INPUTS:
  - research/voc/youtube/summary.md
  - research/voc/instagram/summary.md
  - research/voc/tiktok/summary.md
  - research/voc/br-sources/summary.md
OUTPUT: research/voc/synthesis.md (≤15K tokens)
"

Read the full file on GitHub · 122 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 122 lines · 10 tokens per session scan A c95049aff642

Subscribe to this mod's changes

squad-research is a command published in the GitHub repository lckx777/copy-chief-black (5 stars, last pushed 6mo ago), licensed MIT. It adds 10 tokens to every session and 850 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.