ace-tool
Semantic codebase search, code indexing, and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Code…
Grill the user about a requirement, decision, or idea before implementation, then produce an actionable planning report without writing code. Use when the user wants to clarify requirements, stress-test an idea, compare approaches, or plan before coding.
$ npx -y skills add Dianel555/DSkills --skill grill-me --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grill-meContext preview
The summary Claude sees to decide when to auto-load this skill.
Grill the user about a requirement, decision, or idea before implementation, then produce an actionable planning report without writing code. Use when the user wants to clarify requirements, stress-test an idea, compare approaches, or plan before coding.
name: grill-me description: Grill the user about a requirement, decision, or idea before implementation, then produce an actionable planning report without writing code. Use when the user wants to clarify requirements, stress-test an idea, compare approaches, or plan before coding.
Turn an incomplete idea into an evidence-backed, actionable plan. Scale the depth to the work without adding unnecessary process.
Scale depth, not ceremony:
Remain planning-only at every depth; do not silently switch workflows.
Extract the desired outcome, target users, current state, deliverable, scope, non-goals, constraints, and observable acceptance criteria.
Investigate facts that can change the plan. Cite repository paths, configuration, documentation, or external sources when they support a conclusion, and distinguish verified facts from assumptions.
Cover only relevant planning dimensions:
If the available information is sufficient, skip the interview and produce the report.
Model each material decision with its prerequisites, viable options, recommended answer, rationale, and downstream consequences.
The **frontier** is every unresolved decision whose prerequisites are settled. Questions depending on unresolved answers belong to a later round. Discoverable facts are not user questions; low-impact preferences receive a safe conventional default recorded as an assumption.
Ask the complete currently answerable frontier, number every question, and include a clear recommendation with a short reason. Then wait for the user's answers.
Use Pi's structured question tool for at most four closed-choice questions; otherwise use numbered text. If a fact lookup is pending, delay only the questions that depend on it and ask the rest of the frontier now.
After each response, update settled decisions, recompute the tree and frontier, investigate newly required facts, and ask only newly unblocked material questions.
If the user says "you decide," accepts the recommendations, or requests a one-shot result, adopt the recommended options and record them as delegated decisions or assumptions.
Compare viable approaches using the relevant criteria: goal fit, simplicity, consistency with the existing system, effort, compatibility, reversibility, operational risk, and maintainability.
Choose one recommended approach. Keep alternatives only when they represent a meaningful trade-off or fallback.
For every implementation step, name the intended outcome, affected boundary when known, prerequisites, concrete deliverable, and verification method. For larger work, group steps into ordered milestones or workstreams and state cross-boundary dependencies.
Finish when goals, scope, non-goals, acceptance criteria, material decisions, relevant functional and non-functional requirements, dependencies, risks, and validation are actionable. Record every remaining unknown; do not continue merely to eliminate harmless uncertainty.
Assign one status:
Adapt the length to the request. Merge sections for lightweight work and include operational detail only when relevant; never pad the report with empty boilerplate.
# Planning Report: <topic> **Status:** Ready | Conditional | Blocked ## Executive Recommendation <Recommended approach, reason, expected result, and primary trade-off.> ## 1. Goal and Scope - Users and desired outcome: - Current state and constraints: - In scope / out of scope: - Acceptance criteria: ## 2. Evidence and Requirements - Verified facts and sources: - Functional requirements: - Relevant non-functional requirements, edge cases, and failure behavior: ## 3. Decisions and Options - <Decision>: <selection and rationale> - Alternatives: <meaningful rejected or fallback options> ## 4. Proposed Solution and Impact - Solution outline: - Affected boundaries, interfaces, data, and dependencies: ## 5. Execution Plan 1. <Step> -> Outcome: <result> -> Deliverable: <artifact> -> Verification: <check> 2. ... For larger work, o
CLI tools skills for AI coding assistants (Claude Code, Codex, Antigravity CLI).
Semantic codebase search, code indexing, and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Code…
Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki,…
Self-evolution workflow for the agent. Before substantive work, recall past outcomes from evolution memory; while editing, detect improvement signals; at task…
Delegates coding/research tasks to the Google Antigravity CLI (`agy`) for external-model execution (Gemini 3.x, Claude Sonnet/Opus 4.6, GPT-OSS). Replaces the…
Delegates coding tasks to Codex CLI for prototyping, debugging, and code review. Use when: (1) Backend/logic implementation, (2) Algorithm design and…
Delegates coding tasks from Codex to local Claude Code in print mode while preserving Claude's normal runtime customizations by default. Use when: (1) You want…