skills/skills/productivity
Matt Pocock 221ffca967 feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement
- 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.
2026-06-12 09:25:19 +01:00
..
caveman feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00
grill-me feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00
grilling feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00
handoff feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00
teach Refine quiz guidelines by standardizing answer length to prevent user clues and enhance assessment integrity. 2026-06-10 16:01:44 +01:00
write-a-skill feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00
README.md feat: Add new skills and templates for domain modeling, bug diagnosis, and architectural improvement 2026-06-12 09:25:19 +01:00

Productivity

General workflow tools, not code-specific.

Commands

User-invoked entry points (disable-model-invocation: true).

  • caveman — Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler while keeping full technical accuracy.
  • grill-me — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.
  • handoff — Compact the current conversation into a handoff document so another agent can continue the work.
  • teach — Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace.
  • write-a-skill — Create new skills with proper structure, progressive disclosure, and bundled resources.

Skills

Model- or user-invocable (rich trigger phrasing so the model can reach for them).

  • grilling — Interview the user relentlessly about a plan or design until every branch of the decision tree is resolved.