research-batch-processor

List research note files and generate a batch routing report for operator approval.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/marcmontecalvo/waywarden --skill research-batch-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-batch-processor
Source: https://github.com/marcmontecalvo/waywarden/tree/main/.waywarden/skills/research-batch-processor
Command: npx skills add https://github.com/marcmontecalvo/waywarden --skill research-batch-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process a directory of research notes through the router, present an aggregated plan, and require operator approval before executing all routing actions in batch.

Core Features & Use Cases

  • Batch-dispatch routing of research notes across docs/research/ and docs/research/roadmap/
  • Per-file analysis with no automatic actions, collecting classification, verdict, artifacts and flags
  • Aggregated batch report with auto-execute and needs-review sections and a single approval gate
  • End-to-end batch execution flow with a single operator decision and robust guardrails for safety and rollback

Quick Start

Use the batch processor on docs/research to generate a batch report and obtain operator approval.

Frequently Asked Questions about research-batch-processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch process research notes for routing and aggregation?

Batch processing research notes involves scanning markdown files in specified directories, analyzing each for classification and flags, and presenting an aggregated routing plan for single operator approval before execution.

What is the best way to auto-aggregate research notes across multiple directories?

Auto-aggregating research notes requires listing markdown files in research folders, running per-file analysis without execution, and generating a combined batch report with auto-execute and needs-review sections.

Can I route a directory of markdown research notes with a single approval gate?

Yes, you can route a directory of markdown research notes by collecting per-file metrics across all files, presenting a combined batch report, and executing all eligible routing actions after a single operator approval.

Does batch routing research notes skip specific files like README and inbox?

Batch routing research notes explicitly skips README.md and inbox.md files while processing all other markdown files in the docs/research/ and docs/research/roadmap/ directories.

How do I review research notes before executing batch routing actions?

Reviewing research notes before execution happens through an aggregated batch report that separates files into auto-execute and needs-review sections, requiring operator approval before any routing actions proceed.

Are there guardrails for rollback when batch routing research notes?

Batch routing research notes includes robust guardrails for safety and rollback within the end-to-end execution flow, ensuring operator control through a single approval gate before any actions are taken.