.cursor/skills/grill-me/SKILL.md
When creating or refining ideas, ask the user detailed questions until a shared understanding is reached, and work through each branch of the decision tree one by one. Use this approach if you want to be rigorously questioned about an idea, or if you’ve specifically asked to be “grill me.”.
npx skillsauth add poko8nada/corp_site-type01 grill-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ask thorough questions about every aspect of this idea until we reach a mutual understanding. Let’s examine each branch of the tree step by step and resolve the dependencies between decisions one by one. Please provide a recommended answer for each question.
Please ask one question at a time.
Once we reach an agreement, we will document it. Please ask the users.
development
Bootstraps project documentation for an existing repository by reading the codebase, README, tests, and package metadata, then creates or updates docs/overview.md, docs/behavior.md, and ADRs when significant architectural decisions are discovered. Use when asked to document a repo, extract project purpose, write overview/behavior docs, review an existing codebase, or capture architecture decisions from source.
development
Creates or updates docs/overview.md — the project's purpose and background. Load when starting a new project, when the project's goals or context have changed, or when docs/overview.md does not exist. Covers what to write, what to omit, and how to keep the document agent-friendly.
documentation
Implements a new feature using docs-first delivery, boundary-driven structure, and skeleton-first execution. Load when adding a route, feature, or new user-visible behavior.
tools
Manages GitHub Issues using gh CLI — creation, decomposition, update, and close. Load when asked to create a new issue, break down a large task into issues, update issue status or labels, or close an issue after a PR is merged. Human decides whether to create an issue. Agent handles all gh CLI operations.