status is agent-read markdown (skill) from drafthq/draft: Display current progress of Draft tracks and active tasks. Shows phases, completion percentages, and blocked items..
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
# Draft Status
Display a comprehensive overview of project progress.
## Red Flags - STOP if you're
- Reporting status without actually reading the files
- Making up progress percentages
- Skipping blocked items in the report
- Not checking each active track's actual state
- Summarizing without evidence from the files
**Always read before reporting.**
---
## Gather Data
1. Read `draft/tracks.md` for track list
2. For each active track, read:
- `draft/tracks/<id>/metadata.json` for stats. If `metadata.json` is malformed or unreadable, display `(metadata unavailable)` for that track's statistics instead of failing.
- `draft/tracks/<id>/plan.md` for task status
- `draft/tracks/<id>/architecture.md` for module status (if exists)
- `metadata.json:scope_includes` / `scope_excludes` for the track's
scope footprint. Surface these in the status output so reviewers can
spot overlap at a glance. Conflicts are detected by
`scripts/tools/check-scope-conflicts.sh` (see
[core/shared/template-contract.md](../../core/shared/template-contract.md)).
3. Check for project-wide `draft/.ai-context.md` (or legacy `draft/architecture.md`) for module status
…
Pin 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.
A 17 of 17 checks passed. Deterministic, no model, same answer every run.
pass: Frontmatter block present
pass: Frontmatter declares a name
pass: Frontmatter declares a description
pass: Size between 200 bytes and 200 KB (5841 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
GitHub
drafthq/draft · 40 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_pvue3xo3qflzznoc
GET https://markdownregistry.com/api/v1/resolve?ref=drafthq/draft/status
GET https://markdownregistry.com/api/v1/blob/0e63be0842f3c029782e117241e840f02d965d084b0a6f1bbbf9b8cd9c354a49
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.
drafthq/draft · skills/bughunt/SKILL.md · Performs an exhaustive 14-dimension bug hunt across the codebase using Draft context (architecture, tech-stack…
drafthq/draft · skills/coverage/SKILL.md · Compute code coverage for active track or module. Targets 95%+ coverage with report and justification for uncovered…
drafthq/draft · skills/decompose/SKILL.md · Decompose project or track into modules with dependency mapping. Project scope updates architecture.md and derives…
drafthq/draft · skills/deep-review/SKILL.md · Single-module production readiness audit (ACID, resilience, observability). Use to audit one service/module end-to-end…
jeremylongshore/tons-of-skills-marketplace · plugins/ai-agency/hyperflow/skills/status/SKILL.md · Use when the user wants a one-screen view of current hyperflow project state — version, profile freshness, memory…
indranilbanerjee/digital-marketing-pro · skills/status/SKILL.md · Print a read-only status snapshot of the active brand via scripts/dm-status.py: profile summary, engagements with…
hashgraph-online/hol-guard · integrations/claude-code-plugin/skills/status/SKILL.md · Check HOL Guard local protection status for Claude Code without changing configuration. Use when the user asks whether…
karanb192/claude-code-hooks · plugins/cache-tax/skills/status/SKILL.md · Show this session's prompt-cache state, the cold-comeback price, and the cache writes paid so far
akashgit/remote-factory · skills/status/SKILL.md · Show the current Factory status for this project, including project state, experiment history, eval scores, and active…