Home / grainulation / grainulator · skills/init/SKILL.md · GitHub

init skillA

init is agent-read markdown (skill) from grainulation/grainulator: Initialize a dedicated sprint using the unified tool or local CLI while preserving existing data..

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

# /init — Start a sprint

Extract the question, audience, constraints and done criteria from the current request. Infer routine defaults from repository context. Ask only when the core question or a material boundary is missing.

Choose a dedicated sprint directory. Use `grainulator.init` with that directory and the extracted fields, or the local CLI:

```sh
grainulator init --dir <sprint> \
  --question '<question>' \
  --audience '<audience>' \
  --constraints '<constraint1>; <constraint2>' \
  --done '<done criteria>'
```

Use the initializer rather than manually writing managed ledger files. Preserve existing sprint data and never force initialization over an unrelated ledger. Verify with `grainulator.status`, always passing the sprint directory.

When initialization is part of a larger task, continue the requested investigation or implementation immediately. Use the next-step contract below; do not ask for permission to begin work already requested.
## Host access
…

Read the whole file at its exact version.

How to install

Latest version
mdr add grainulation/grainulator/init@git:20260922.e702f49
Exact content
mdr add grainulation/grainulator/init@sha256:e0df53518decd0d3

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_uvxkc7wxtcrspvyo.svg)](https://markdownregistry.com/a/art_uvxkc7wxtcrspvyo)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.e702f49 latest2026-09-22 e702f49 2,996 BA view · diff
git:20260908.608fac02026-09-08 608fac0 2,686 BA view · diff
git:20260409.92505372026-04-09 9250537 1,616 BA view · diff
git:20260331.1379a862026-03-31 1379a86 1,473 BA view · diff
git:20260321.f6623c62026-03-21 f6623c6 1,514 BA view · diff
git:20260321.4b990ab2026-03-21 4b990ab 1,513 BA view

Audit of the latest version

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 (2996 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

grainulation/grainulator · 86 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_uvxkc7wxtcrspvyo
GET https://markdownregistry.com/api/v1/resolve?ref=grainulation/grainulator/init
GET https://markdownregistry.com/api/v1/blob/e0df53518decd0d38393dd9c8930f13a0107942e883fd271289526929d0ca9a0

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.

More from grainulation/grainulator

AGENTS.md agents
grainulation/grainulator · AGENTS.md
git:20260908.8af756a · audit A · 86 stars
llms.txt@packages/analytics/site llmstxt
grainulation/grainulator · packages/analytics/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
AGENTS.md@packages/evidence agents
grainulation/grainulator · packages/evidence/AGENTS.md
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/evidence/site llmstxt
grainulation/grainulator · packages/evidence/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/exports/site llmstxt
grainulation/grainulator · packages/exports/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/legacy-cli/site llmstxt
grainulation/grainulator · packages/legacy-cli/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/memory/site llmstxt
grainulation/grainulator · packages/memory/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/orchestration/site llmstxt
grainulation/grainulator · packages/orchestration/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
bean skill
grainulation/grainulator · packages/runtime/skills/bean/SKILL.md · Run a task as a recursive convergence loop, not a fixed checklist: investigate the most decisive open question, record…
git:20260908.608fac0 · audit A · 86 stars
llms.txt@packages/shared/site llmstxt
grainulation/grainulator · packages/shared/site/llms.txt
git:20260908.608fac0 · audit A · 86 stars
analytics skill
grainulation/grainulator · skills/analytics/SKILL.md · Sprint analytics — type distributions, stale claims, velocity, prediction scoring
git:20260922.e702f49 · audit A · 86 stars
blind-spot skill
grainulation/grainulator · skills/blind-spot/SKILL.md · Structural gap analysis -- find what the sprint has not considered.
git:20260922.e702f49 · audit A · 86 stars

Every file in grainulation/grainulator

Other files named init

init skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/init/SKILL.md · Initialize plugin in a project — install Iron Laws, auto-activation rules, and reference auto-loading into CLAUDE.md…
git:20260810.9f10cd5 · audit A · 555 stars
init skill
partcad/partcad · ai-agents/common/skills/init/SKILL.md · Initialize a PartCAD package in the current directory by running the installed PartCAD CLI (`pc init` / `partcad…
git:20260901.0372b3a · audit A · 496 stars
init skill
uipath/coder_eval · plugins/coder-eval/skills/init/SKILL.md · Set up coder-eval in this repository — scan for what is worth evaluating (Claude Code skills, an MCP server, a CLI)…
git:20260828.c565ebb · audit B · 141 stars
init skill
oprogramadorreal/optimus-claude · skills/init/SKILL.md · Bootstraps a project for Claude Code or Codex — generates routed project guidance from detected structure, reconciles…
git:20260909.044e63f · audit B · 75 stars
init skill
archcore-ai/plugin · plugins/archcore/skills/init/SKILL.md · First-time Archcore setup. Wires the host (MCP config, hooks, CLAUDE.md/AGENTS.md managed block), measures the authored…
git:20260923.fe7665e · audit A · 62 stars
init skill
archcore-ai/archcore · plugins/archcore/skills/init/SKILL.md · First-time Archcore setup. Wires the host (MCP config, hooks, CLAUDE.md/AGENTS.md managed block), measures the authored…
git:20260922.af334d7 · audit A · 63 stars
init skill
drafthq/draft · skills/init/SKILL.md · Initialize Draft project context for Context-Driven Development — the single, scope-aware entry point (works at the…
git:20260819.fda278e · audit A · 40 stars
init skill
v-songbird/foreman · skills/init/SKILL.md · Bootstraps a project's ROADMAP.jsonl and .foreman/config.json from the user's goals and the repository, or appends to…
git:20260915.f02f394 · audit A · 35 stars

Browse by kind, by grade A, or by owner.