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
npx -y skills add neumie/almanac --skill grill-with-docsAssembled 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.