executor-strategy-overview

Generate Marp-based executor strategy slides with codePaths traceability and PDF output.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill executor-strategy-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executor-strategy-overview
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/executor-strategy-overview
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill executor-strategy-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This tool streamlines the creation and maintenance of executor strategy overviews by generating Marp-based slides that document the full execution loop and keep outputs in sync with source code.

Core Features & Use Cases

  • Generates standard, CI-tracked strategy slides that map code to presentation artifacts.
  • Maintains a consistent 10-slide structure and a corresponding PDF output for easy distribution.
  • Supports scaffolding for new executors and updating strategy documentation during QA checks.

Quick Start

Run the strategy-overview scaffold to generate the .marp.md and .pdf, then commit both into the docs folder.

Frequently Asked Questions about executor-strategy-overview

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

FAQPage Schema
How do I generate Marp slides for executor strategy documentation?

You can generate Marp strategy slides by running the strategy-overview scaffold, which creates a standard 10-slide .marp.md structure and outputs a corresponding PDF for distribution.

How do I keep executor strategy slides in sync with source code?

Executor strategy slides stay in sync with source code by enforcing traceability through codePaths frontmatter and linking generated slide outputs directly to repository indexes.

Can I use Marp slide decks to satisfy QA checks for strategy documentation?

Yes, you can use Marp slide decks to satisfy QA checks requiring strategy decks by scaffolding new executors and updating strategy docs to maintain a consistent 10-slide structure tracked by CI.

What is the best way to scaffold new executors with strategy overview slides?

The best way to scaffold new executors is to run the strategy-overview scaffold, which generates a standard 10-slide .marp.md and PDF output to commit into your repository docs folder.

Does executor strategy overview support CI-CD automation for PDF generation?

Yes, executor strategy overview supports CI-CD by generating standard, CI-tracked strategy slides that map code to presentation artifacts and enforcing PDF generation for repository distribution.