跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Grill With Docs

技能 已验证 活跃

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

目的

To ensure alignment between a developer's plan and the project's established language and documented decisions, leading to clearer communication and more robust software.

功能

  • Challenges plans against domain models
  • Sharpens terminology and resolves ambiguities
  • Updates CONTEXT.md and ADRs inline
  • Promotes shared understanding between user and AI
  • Probes design trade-offs with specific scenarios

使用场景

  • When stress-testing a new feature plan against existing documentation.
  • When introducing new terminology or concepts to a project.
  • When refining complex design decisions and their justifications.
  • When ensuring consistency between spoken language and documented decisions.

非目标

  • Writing new code or implementing features directly.
  • Replacing formal code reviews or architectural design meetings.
  • Managing project issues or task tracking.

Practical Utility

  • info:Usage examplesWhile the skill's functionality is clear from its instructions, explicit end-to-end usage examples are not provided in the SKILL.md or README.

安装

/plugin install skills@mattpocock-skills

质量评分

已验证
95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标78.5k
许可证MIT
状态
查看源代码

类似扩展

Sprint Plan

100

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.

技能
phuryn

Shape Up

100

Escape the build trap and endless backlogs. Use Basecamp's methodology to ship meaningful work in 6-week cycles with fixed time, variable scope. Use when: **Product planning** to replace endless backlogs; **Feature development** with clear time boundaries; **Team autonomy** when you want self-directed teams; **Scope management** when projects tend to balloon; **Startup development** with limited resources

技能
guia-matthieu

Design Sprint

100

Test big ideas in just 5 days. Apply Google Ventures' proven methodology to go from problem to validated prototype without months of development. Use when: **New product concepts** that need validation before building; **Big feature decisions** with significant investment required; **Stuck teams** needing to break through analysis paralysis; **Startup pivots** when direction is uncertain; **High-risk bets** where failure is expensive

技能
guia-matthieu

User Story Mapping

100

Create a user story map that lays out activities, steps, tasks, and release slices. Use when planning a workflow, backlog, or MVP around the user journey.

技能
deanpeters

Scrum Master Expert

100

Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives, standup facilitation, backlog grooming, story points, burndown charts, blocker resolution, or agile team health. Runs Python scripts to analyse sprint JSON exports from Jira or similar tools: velocity_analyzer.py for Monte Carlo sprint forecasting, sprint_health_scorer.py for multi-dimension health scoring, and retrospective_analyzer.py for action-item and theme tracking. Produces confidence-interval forecasts, health grade reports, and improvement-velocity trends for high-performing Scrum teams.

技能
alirezarezvani

Review Pull Request

100

Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.

技能
pjt222