Decouples to-prd, to-issues, and triage from GitHub. Content skills now
own their templates and the conceptual state vocabulary; a new /github
backend skill translates (state, artifact) into gh calls.
- Rename github-triage → triage; remove all gh calls; emit handoff hints
- Create /github skill with publishPRD, publishIssues, applyTriageOutcome
- to-issues: strip gh issue create; AFK slices use AGENT-BRIEF format;
states assigned (AFK→ready-for-agent, HITL→ready-for-human)
- to-prd: strip GitHub submit; default to ready-for-agent
- Delete triage-issue (its diagnosis half is covered by /diagnose; its
triage half by the new /triage)
- Update plugin.json, top-level README, engineering README, deprecated README
Closes#80
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Updated skill reference from domain-model to grill-with-docs in plugin.json and README.md
- Added detailed descriptions and context for grill-with-docs in its SKILL.md
- Created ADR-FORMAT.md and CONTEXT-FORMAT.md for grill-with-docs to standardize decision recording
- Adjusted references in improve-codebase-architecture to align with new grill-with-docs structure
- Introduced TDD skills including deep modules, interface design, mocking, refactoring, and testing guidelines.
- Added skills for breaking plans into GitHub issues and creating PRDs from conversation context.
- Implemented productivity skills for scaffolding exercises, setting up pre-commit hooks, and managing notes in Obsidian.
- Created a caveman communication mode for concise technical responses and a grilling technique for thorough plan discussions.
- Developed a skill for writing new agent skills with structured templates and guidelines.
- Included git guardrails to prevent dangerous git commands and a migration guide for using @total-typescript/shoehorn in tests.