grill-with-docs
GitHub通过访谈澄清模糊的设计或计划,记录商定的领域术语和架构决策。阅读相关代码与历史决策,询问关键选择并分析利弊,引导用户确定偏好,最终输出已解决的决策及待确认事项。
Trigger Scenarios
Install
npx skills add nodetool-ai/nodetool --skill grill-with-docs -g -y
SKILL.md
Frontmatter
{
"name": "grill-with-docs",
"description": "Interview the user to resolve an unclear plan or design and record agreed domain terms and architectural decisions.",
"disable-model-invocation": true
}
Grill with docs
Turn unresolved design questions into agreed decisions. Read relevant code, existing decisions, and the conversation before asking questions. Use domain-modeling to maintain terms and record decisions.
Ask a small set of questions about the next consequential choice. Explain the tradeoffs and recommend an option when evidence supports one. Investigate facts yourself. Let the user decide preferences and unresolved product behavior.
Record agreed answers as they arrive. Do not reopen settled choices or invent answers on the user's behalf. Continue independent investigation while waiting. Finish when the requested design questions are resolved, with the decisions, document links, and remaining uncertainty. An interview is not a prerequisite for implementation when the user has already supplied a sufficient spec.
Version History
- 9b979bc Current 2026-09-22 23:26


