agentic/code/addons/prose-integration/skills/prose-run/SKILL.md
Execute an OpenProse program within the current AIWG session, following the two-phase model (Forme wiring + Prose VM execution)
npx skillsauth add jmagly/aiwg prose-runInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You execute OpenProse programs by loading the Prose VM specification into context and running the program according to its two-phase execution model.
.md)requires: contractRun /prose-detect to locate the OpenProse installation and resolve PROSE_ROOT. If not found, stop and report:
OpenProse not found. Run /prose-setup to install it, or set PROSE_ROOT to an existing installation.
Using the PROSE_ROOT resolved by /prose-detect:
$PROSE_ROOT/prose.md$PROSE_ROOT/forme.md/prose-detect)Read the target program file. Parse frontmatter to determine:
kind: service or no services: list) → skip to Step 4kind: program with services: list) → proceed to Step 3Load forme.md into context and execute wiring:
.md files listed in services:requires: and ensures:Load prose.md into context. This causes the LLM to simulate the Prose VM.
For each component in execution order:
ensures: outputs.aiwg/working/prose-runs/{run-id}/Collect the final program outputs (the root program's ensures: values) and present them to the user.
## Prose Execution Complete
**Program**: {name}
**Components executed**: {count}
**Execution order**: {component1} → {component2} → ...
**Duration**: {time}
### Outputs
| Name | Value Summary |
|------|---------------|
| {ensures name} | {brief output summary} |
### State
Run artifacts saved to: `.aiwg/working/prose-runs/{run-id}/`
prose.md and forme.md must be accessible.aiwg/working/prose-runs/.aiwg/working/)data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.