agentsclimarketplace

Grill with docs

Skill neumie/almanac/skills/productivity/grill-with-docs

Use when stress-testing a plan against the existing domain model + decisions. Challenges terminology, cross-references code, updates CONTEXT.md and ADRs inline as decisions crystallize.From its SKILL.md

Install
npx -y skills add neumie/almanac --skill grill-with-docs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 283 tokens by cl100k_base, as published. Nobody here has run it

Use the grilling skill for the interview loop. Use the domain-model skill to maintain domain language and ADRs as decisions crystallize.

Domain awareness

These commands run automatically when the skill loads — output replaces each line below:

  • CONTEXT.md: !cat CONTEXT.md 2>/dev/null || true
  • CONTEXT-MAP.md: !cat CONTEXT-MAP.md 2>/dev/null || true
  • ADR list: !ls docs/adr/ 2>/dev/null || true

Use the output above:

  • CONTEXT.md — glossary of domain terms. If content is in context, use its vocabulary in all output. If empty, create one when the first term is resolved.
  • CONTEXT-MAP.md — if content is in context, the repo has multiple bounded contexts. The map points to where each one lives.
  • docs/adr/ — architecture decision records. If files were listed, read the relevant ones. Create the directory when the first ADR is needed.

During the session

Follow the grilling skill for question order, recommendations, specificity, and code exploration.

Follow the domain-model skill for glossary challenges, fuzzy-term sharpening, scenario stress tests, code cross-checks, CONTEXT.md updates, and ADR creation rules.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.