
Write Formalization Roadmap
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
A document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants.
About
Write-formalization-roadmap is a document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants. It helps authors lay out long formalization efforts into clear, milestone-driven plans. Aimed at formal-methods teams planning large proof projects.
- Multi-milestone roadmaps
- Proof-assistant projects
- Document structure guide
- Lean/Rocq/Isabelle/HOL
Write Formalization Roadmap by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-formalization-roadmap@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
A document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants.
README.md
Write Formalization Roadmap
Document-structure guide for multi-milestone formalization roadmaps in Lean, Rocq, Isabelle, HOL, and other proof assistants.
Type: Skill
Trigger: /write-formalization-roadmap (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides the document-structure conventions for multi-milestone formalization roadmaps: a 10-section schema and 5-part milestone anatomy designed for long-lived mechanization plans where scope resolutions are frozen in-document and tests land in parallel with proofs.
Sibling to write-math (which governs mathematical prose), write-formalization-roadmap governs document structure for roadmap planning files. Applies regardless of which proof assistant or host library the roadmap targets.
Activates when: writing or editing a new roadmap under docs/plans/todo/ that lays out a multi-milestone proof project, reviewing an existing roadmap for structural drift or missing conventions, updating a roadmap when scope or milestones change, deciding whether a planning document should be a roadmap or a single-implementation plan, spinning out a per-milestone plan file from a roadmap entry, or auditing a milestone entry for the five required parts.
Usage
/write-formalization-roadmap
The skill also activates automatically when the roadmap file is the subject of work.
Examples
- Drafting a new roadmap for a Lean/Mathlib formalization project
- Auditing an existing roadmap's milestone entries for missing parts
- Spinning out an individual milestone into its own implementation plan
- "/write-formalization-roadmap": loads the full structure guide explicitly
See Also
- Write Math: mathematical prose conventions for the roadmap's exposition
- Write Lean Code: library-side conventions when the roadmap targets Lean
- Write Lean Tests: test-side conventions for parallel proof/test landings
- Write Pandoc Markdown: Pandoc Markdown when the roadmap exports to a paper
- All plugins