mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
Rework /setup-matt-pocock-skills to ask fewer, friendlier questions and
align the local-markdown issue tracker with the current spec.
- Triage labels: asked only when the `triage` skill is installed, and then
as a single recommended-yes question ("keep the default triage labels?")
instead of an override interrogation. When triage isn't installed, the
section and docs/agents/triage-labels.md are skipped.
- External PRs as a request surface: no longer a setup question. The
GitHub/GitLab templates still carry the flag, defaulted off; flip it in
docs/agents/issue-tracker.md later.
- Domain docs: default to single-context without asking; multi-context is
only offered when the repo shows monorepo signals.
- Local-markdown tickets: one file per ticket under
.scratch/<feature>/issues/<NN>-<slug>.md, never a single combined
tickets.md. /to-tickets, ask-matt, and the local template now agree, and
the spec file is spec.md (not PRD.md) to match /to-spec.
- Re-sync docs pages for setup-matt-pocock-skills and to-tickets; changeset.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
mattpocock-skills
| mattpocock-skills |
|---|
| patch |
Make /setup-matt-pocock-skills friendlier and align the local-markdown tracker with the current spec.
- Triage labels are now asked about only when the
triageskill is installed, and then as a single recommended-yes question ("keep the default triage labels?") instead of an override interrogation. Whentriageisn't installed, the section — anddocs/agents/triage-labels.md— are skipped. - External PRs as a request surface is no longer a setup question. The GitHub/GitLab templates still carry the flag, defaulted off; a user can flip it in
docs/agents/issue-tracker.mdlater. - Domain docs default to single-context without asking; multi-context is only offered when the repo shows monorepo signals.
- Local-markdown tickets are now one file per ticket under
.scratch/<feature>/issues/<NN>-<slug>.md— never a single combinedtickets.md./to-ticketsand the local issue-tracker template now agree, and the spec file isspec.md(notPRD.md) to match/to-spec.
Docs pages for setup-matt-pocock-skills and to-tickets re-synced.