build-executor

Detect the executor stage and guide COLLECT, SCORE, PROMOTE, and LIVE workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

End-to-end orchestration for building and deploying a verified trading executor from data collection through live deployment. This skill helps identify the current executor stage and guides users through the gated lifecycle, covering COLLECT, SCORE, PROMOTE, and LIVE with the appropriate governance checks and cross-model gates.

Core Features & Use Cases

  • End-to-end orchestration of the full executor lifecycle: COLLECT, SCORE, PROMOTE, and LIVE.
  • Stage-detection and resumption by reading executor directory state (collector presence, scoring artifacts, tear sheets).
  • Cross-model verification gating via /verify for PROMOTE and LIVE, with governance artifacts and tear sheets as evidence.
  • Reusability with the repository template and standardized governance artifacts to accelerate new executor work or partial tasks (e.g., add scoring or wire live mode).

Quick Start

Identify the executor to build or resume, then follow the COLLECT → SCORE → PROMOTE → LIVE sequence to advance the project.

Frequently Asked Questions about build-executor

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

FAQPage Schema
How do I orchestrate a trading executor from data collection to live deployment?

Orchestrate a trading executor by following the gated COLLECT, SCORE, PROMOTE, and LIVE lifecycle stages. The workflow inspects your executor directory for artifacts like collectors and tear sheets, blocking progression until required governance evidence is present.

How does stage detection work when resuming a partially built trading executor?

Stage detection works by reading the executor directory state for existing artifacts such as src/collector, scoring outputs, and tear sheets. The workflow identifies your current stage and resumes orchestration from the appropriate lifecycle gate.

What verification gates are required before promoting a trading executor to live mode?

Promoting a trading executor requires passing the cross-model `/verify` gate at both the PROMOTE and LIVE stages. The gate checks for governance artifacts and tear sheets as evidence to ensure auditable decision making before deployment.

Can I use this executor lifecycle workflow to add scoring to an existing trading strategy?

Yes, you can use this workflow for partial tasks like adding scoring or wiring live mode to an existing strategy. The reusable repository template and standardized governance artifacts accelerate specific executor tasks without rebuilding the entire pipeline.

What happens if required evidence is missing during the executor promotion process?

The executor promotion process blocks progression when required evidence is missing. The deterministic, gate-driven workflow enforces governance checks at each stage, ensuring no advancement occurs without proper artifacts like tear sheets and session summaries.

What structured artifacts does the executor workflow emit for auditable decision making?

The executor workflow emits tear sheets, session summaries, and governance inputs as structured artifacts. These outputs provide auditable evidence for decision making across the COLLECT, SCORE, PROMOTE, and LIVE lifecycle stages.