milestoneplan skillA
milestoneplan is agent-read markdown (skill) from richkuo/rk-skills: Use when the user wants a milestone's execution plan shown as a table — "milestoneplan v1", "/milestoneplan", "show the plan for v1". Read-only - reads every issue in the milestone and renders one table of issue number, description, complexity, dependencies, validate/build model and effort, fableplan, plan effort, and first-review trigger. Never edits an issue and never launches a run. Stage 6 of the new-app-pipeline..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# milestoneplan
Show a milestone's execution plan as one table. **This skill never writes**: no issue edits, comments, PRs, or Workflow runs. Fixes belong to `execution-plan-review`; the run belongs to `milestone-workflow`.
## Input
A milestone title (`v1`, `v1 — Desktop core call loop`), matched loosely on prefix. With no input, or when two titles match, list the open milestones with open/closed counts and ask which.
## Steps
### 1. Read the milestone
```
gh api "repos/{owner}/{repo}/milestones?state=all&per_page=100" --paginate --jq '.[] | "\(.title) [\(.state)] — open:\(.open_issues) closed:\(.closed_issues)"'
gh issue list --milestone "<title>" --state all --limit 500 --json number,title,state,body
```
…Read the whole file at its exact version.
How to install
mdr add richkuo/rk-skills/milestoneplan@git:20260923.104a89emdr add richkuo/rk-skills/milestoneplan@sha256:22b78c5a9131b5f5Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_hklpedmpnyu7v5l3)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.104a89e latest | 2026-09-23 | 104a89e | 6,524 B | A | view · diff |
| git:20260923.d8bb824 | 2026-09-23 | d8bb824 | 6,358 B | A | view · diff |
| git:20260915.474ee93 | 2026-09-15 | 474ee93 | 6,346 B | A | view · diff |
| git:20260915.452a478 | 2026-09-15 | 452a478 | 6,340 B | A | view · diff |
| git:20260915.ef67440 | 2026-09-15 | ef67440 | 6,048 B | A | view · diff |
| git:20260905.62b36bd | 2026-09-05 | 62b36bd | 5,930 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6524 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
richkuo/rk-skills · 49 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_hklpedmpnyu7v5l3 GET https://markdownregistry.com/api/v1/resolve?ref=richkuo/rk-skills/milestoneplan GET https://markdownregistry.com/api/v1/blob/22b78c5a9131b5f5e54a6656ea61c10340a4b266d323c66d865f8b240053f107
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.