Prose Integration
Prose Integration from jmagly/ai-writing-guide.
Skills in this plugin
7- ▌ Prose Run · jmagly-ai-writing-guideExecute an OpenProse program within the current AIWG session, following the two-phase model (Forme wiring + Prose VM execution)
- ▌ Prose Setup · jmagly-ai-writing-guideClone or update the OpenProse repository to ensure AIWG prose tools hook into the latest version of the specification and examples
- ▌ Prose Detect · jmagly-ai-writing-guideLocate an existing OpenProse installation via env var, AIWG config, local install, plugin manifest, or global CLI. Returns PROSE_ROOT; triggers prose-install if not found.
- ▌ Prose Reader · jmagly-ai-writing-guideRead and parse an OpenProse program file, extracting its contract (requires, ensures, strategies, errors, invariants) and services into a structured representation
- ▌ Prose Install · jmagly-ai-writing-guideInstall OpenProse for AIWG when not found. Tries `npx skills add`, falls back to git clone, then saves the resolved path to .aiwg/config.json.
- ▌ Forme Manifest · jmagly-ai-writing-guideRead a multi-service OpenProse program directory, analyze all service contracts, and generate the Forme wiring manifest for inspection and debugging
- ▌ Prose Validate · jmagly-ai-writing-guideValidate an OpenProse program file against Prose contract grammar without executing it — checks frontmatter, contract structure, service references, and strategy syntax