agentsclimarketplace

Grill with docs

Skill stevennitesh/programming-agent-skills/skills/custom/grill-with-docs

Use when a request combines grilling one repo-backed decision with keeping its domain language, invariants, or relationships current; exclude conversation-only grilling and settled-domain-only work.From its SKILL.md

Install
npx -y skills add stevennitesh/programming-agent-skills --skill grill-with-docs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.0 KB, 545 tokens by cl100k_base, as published. Nobody here has run it

Grill With Docs

Return one intact Grilling packet and Domain Modeling's current cumulative Domain Delta. Own only their composition.

Admit -> Compose [Grill <-> Relay <-> Model] -> Return
  1. Admit. Accept only a direct-user request when the decision needs both components. Align their bounded subject and Source Trace. Default the context action to render only unless the user separately authorizes persistence; default the ADR action to offer only unless the user separately approves an identified candidate.

    Before Grilling asks its first question, state the effective context action, separate ADR approval gate, possibility that a domain collision may reopen or block a branch, and that confirmation starts no downstream work. If the request needs only one component, name that narrower owner and stop without invoking it. Return a missing or contradictory requirement as Blocked with the exact blocker and re-entry condition before starting either component.

  2. Compose. Run one $grilling session with $domain-modeling active. Relay every settled material answer and returned collision before dependent progress, carrying Domain Modeling's current cumulative Domain Delta opaquely. Grilling owns the interview and materiality; Domain Modeling owns domain consequences, mutation, ADR handling, and delta accumulation. A no-change delta is valid; a missing current delta is Blocked.

  3. Return. When Grilling reaches a terminal result, derive one status without re-performing either component's completion criterion or asking for another confirmation:

    • Confirmed: the confirmed Grilling packet and Domain Delta are current and complete, with no material collision or blocker.
    • Evidence gap: Grilling returns its complete gap packet and the Domain Delta is current through the last settled answer.
    • Blocked: admission, component integrity, Relay, collision processing, mutation verification, payload currency, or compatibility cannot close.

    Only Grilling originates Evidence gap. Return to the user and stop:

    Status: Confirmed | Evidence gap | Blocked
    Grilling exit packet: <attached intact when available>
    Domain Delta: <attached intact when available>
    Composition blocker and re-entry condition: <Blocked only>
    

    Confirmed selects no next route. Evidence gap preserves Grilling's uninvoked evidence owner. Blocked explains re-entry without performing recovery.

Completion

Complete only when authority was disclosed before questioning, every settled material answer and returned collision traversed Relay before dependent progress, the component payloads are current and intact, the Return has exactly one allowed status, every blocker has an exact re-entry condition, and downstream execution remains unstarted.

What ships with it: 1 file

42 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.