rsun-grill

Interviews users with targeted questions to align requirements before starting client deliverables.

Updated May 20, 2026
One-click install
npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-grill-ezonelai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rsun-grill
Source: https://github.com/EZoneLai/claude-plugin-ronsunai-os/tree/main/commands/rsun-grill
Command: npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-grill-ezonelai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often start building client deliverables without confirming requirements, leading to costly rework when assumptions about the client's domain, scope, or priorities turn out wrong. This Skill enforces a mandatory alignment phase that interrogates the user before any implementation begins. ## Core Features & Use Cases - Paradigm Identification: Classifies the client's core need into CMS-driven, SaaS-functional, or process-orchestration paradigms to avoid forcing the wrong solution architecture. - Historical Context Lookup: Searches past task runs and architecture decision records (ADRs) via a combined_search MCP tool so prior lessons and decisions are applied instead of repeated mistakes. - Relentless One-at-a-Time Questioning: Walks through scope, constraints, success criteria, hidden assumptions, and edge cases one question at a time, then writes an alignment summary requiring explicit user approval before work starts. - Use Case: Before writing the first commit of a new client project, run this Skill to read the client requirements document, confirm the contingency profile, grill the stakeholder on scope and acceptance criteria, and produce a signed-off alignment summary. ## Quick Start Ask the AI to grill you on the requirements for the new client project before writing any code.

Frequently Asked Questions about rsun-grill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I align requirements with a client before starting development?

Run a structured alignment interview that asks one question at a time about scope, constraints, success criteria, and hidden assumptions. Finish by writing an alignment summary and getting explicit user approval before any implementation begins.

When should I run a requirements grilling phase?

Run it before the first commit of any client deliverable, on cross-repository tasks, refactors touching five or more files, or changes to production secrets and database schemas. Skip it for small single-file bug fixes or documentation-only updates.

How do I avoid repeating past project mistakes with AI agents?

Query past task runs and architecture decision records before starting work using a combined search over agent memory and knowledge bases. Review prior outcomes and applicable ADRs, then confirm with the user whether the same decisions apply.

What questions should I ask to define project scope?

Ask about what is in and out of scope, budget and timeline constraints, acceptance criteria defining done, hidden assumptions, and edge cases. Provide a recommended answer with each question and wait for feedback before asking the next one.

When is a requirements alignment interview not needed?

Skip it for single-file bug fixes under 50 lines, pure documentation or comment updates, and monitoring or status checks. The alignment phase targets high-risk work where wrong assumptions cause expensive rework.