Install
$ agentstack add skill-cboone-agent-harness-plugins-write-formalization-roadmap ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Write Formalization Roadmap
Apply the structural conventions from the reference files below when drafting or editing a multi-milestone formalization roadmap.
When to Use
A formalization roadmap is the long-lived planning document for a multi-milestone mechanization of a specific paper, theorem, or related cluster of results. It lives under docs/plans/todo/ until the whole program ships, then moves to docs/plans/done/. It coordinates work that will span many sessions, many commits, and usually multiple worktrees or branches.
Use this skill when the planning document is a roadmap in that sense. Do not use it for:
- Single-bounded implementation plans (one feature, one fix, one
reorganization). Those follow the ordinary docs/plans/todo/ plan conventions, not the roadmap schema.
- Paper manuscripts, framework notes, or prose about mathematics. Use
write-math, write-pandoc-markdown, and write-latex instead.
- Per-milestone plan files that a roadmap spins out. Those are
ordinary implementation plans; the roadmap's Section 6 entry is the short summary, and the spun-out file is the elaboration.
Core Principles
- Structure is the contract. The 10-section schema and the
5-part milestone anatomy are the interface between the roadmap author and every future session that reads it. Deviating silently makes the roadmap harder to pick up cold; deviating with an explicit justification recorded in the roadmap is fine.
- Resolutions freeze in-doc. Once a scope question is answered,
record the resolution in Section 4 rather than leaving it open or scattering the answer across chat history. Later sessions must be able to reconstruct the decision from the document alone.
- Tests are part of the milestone. Every proof milestone has a
named test module that lands in the same checkpoint. Milestones without named tests are not complete milestones.
- Checkpoint gates are buildable, linted, and testable. There is
no "partial milestone" state. Either the whole checkpoint compiles and passes its gates or the milestone slips; record the slip explicitly.
- Cite equations, not gestures. Paper citations must name
specific equation numbers, theorem numbers, and page numbers from the verified transcription. "See Theorem 3" is not a citation.
- Roadmap entries summarize; plan files elaborate. A Section 6
milestone entry is a short, fixed-shape summary. The full elaboration lives in a spun-out plan file under docs/plans/todo/-.md. Do not duplicate.
Workflow
- Review the essential checklist:
references/essential/checklist.md
- For specific questions, consult the comprehensive references
below
- When reviewing an existing roadmap, run through
anti-patterns.md
explicitly and call out each match
Reference Navigation
Quick reviews (default):
references/essential/checklist.md: condensed, actionable rules
covering the 10 sections, the 5-part milestone anatomy, mandated conventions, and anti-patterns
Deep dives by topic:
references/comprehensive/document-structure.md: the 10 top-level
sections in order, with purpose, required content, and signals for each
references/comprehensive/milestone-anatomy.md: the 5-part
milestone entry schema, with examples of each part
references/comprehensive/conventions.md: mandated conventions
(M0 as explicit scaffolding, test-parallel-with-proof rule, equation-numbered citations, buildable/linted/testable checkpoint gates, frozen scope resolutions, milestone plan spin-out)
references/comprehensive/anti-patterns.md: flagged patterns, each
paired with its positive counterexample
references/comprehensive/examples.md: annotated fragments from a
working roadmap, showing the schema in practice
Sources
cboone/zhang-yeung-inequality/docs/plans/todo/2026-04-15-zhang-yeung-formalization-roadmap.md--
cleanest current exemplar (10 sections, M0 through M6, explicit scope resolution, test-parallel rule enforced throughout).
cboone/shannon-entropy/docs/plans/todo/2026-04-14-shannon-proofs-roadmap.md--
phase-oriented variant (Phase A through Phase F) demonstrating the same structural contract with different milestone labels.
cboone/strength-modelplanning surfaces -- larger-scale program
that extends the template across multiple papers and a shared proof project.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cboone
- Source: cboone/agent-harness-plugins
- License: MIT
- Homepage: https://github.com/cboone/agent-harness-plugins
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.