mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
- Introduced a human-in-the-loop script for bug diagnosis to capture user feedback. - Created ADR and CONTEXT formats to standardize architectural decision records and domain context documentation. - Developed a domain modeling skill to refine terminology and maintain a shared language. - Enhanced the improve-codebase-architecture skill to provide visual reports and deepening opportunities. - Consolidated grilling and handoff skills for better user interaction and documentation. - Updated existing skills to improve clarity and consistency in descriptions and functionality.
527 B
527 B
name, description, disable-model-invocation
| name | description | disable-model-invocation |
|---|---|---|
| grill-with-docs | Grilling session that also builds your project's domain model — sharpens terminology and updates CONTEXT.md and ADRs inline as decisions crystallise. | true |
Run the /grilling and /domain-modeling skills together:
- Grill me about the plan one question at a time, walking each branch of the decision tree (
/grilling). - As domain terms and decisions surface, actively sharpen the language and update
CONTEXT.mdand ADRs inline (/domain-modeling).