@heihei0299/matt-skills 2.1.13 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +3 -2
  2. package/bin/cli.js +40 -92
  3. package/package.json +1 -1
  4. package/template/.opencode/CONTEXT.md +7 -7
  5. package/template/.pi/CONTEXT.md +7 -7
  6. package/template/.agents/skills/ask-matt/PHASE-BOUNDARIES.md +0 -55
  7. package/template/.agents/skills/ask-matt/SKILL.md +0 -90
  8. package/template/.agents/skills/ask-matt/agents/openai.yaml +0 -5
  9. package/template/.agents/skills/code-review/SKILL.md +0 -87
  10. package/template/.agents/skills/code-review/agents/openai.yaml +0 -3
  11. package/template/.agents/skills/codebase-design/DEEPENING.md +0 -37
  12. package/template/.agents/skills/codebase-design/DESIGN-IT-TWICE.md +0 -44
  13. package/template/.agents/skills/codebase-design/SKILL.md +0 -114
  14. package/template/.agents/skills/codebase-design/agents/openai.yaml +0 -3
  15. package/template/.agents/skills/diagnose-fix/SKILL.md +0 -43
  16. package/template/.agents/skills/diagnose-fix/agents/openai.yaml +0 -5
  17. package/template/.agents/skills/diagnose-fix/references/anti-patterns.md +0 -21
  18. package/template/.agents/skills/diagnosing-bugs/SKILL.md +0 -138
  19. package/template/.agents/skills/diagnosing-bugs/agents/openai.yaml +0 -3
  20. package/template/.agents/skills/diagnosing-bugs/scripts/hitl-loop.template.sh +0 -44
  21. package/template/.agents/skills/domain-modeling/ADR-FORMAT.md +0 -47
  22. package/template/.agents/skills/domain-modeling/CONTEXT-FORMAT.md +0 -60
  23. package/template/.agents/skills/domain-modeling/SKILL.md +0 -74
  24. package/template/.agents/skills/domain-modeling/agents/openai.yaml +0 -3
  25. package/template/.agents/skills/grill-me/SKILL.md +0 -7
  26. package/template/.agents/skills/grill-me/agents/openai.yaml +0 -5
  27. package/template/.agents/skills/grill-to-spec/SKILL.md +0 -55
  28. package/template/.agents/skills/grill-to-spec/agents/openai.yaml +0 -5
  29. package/template/.agents/skills/grill-to-spec/references/rules.md +0 -47
  30. package/template/.agents/skills/grill-with-docs/SKILL.md +0 -7
  31. package/template/.agents/skills/grill-with-docs/agents/openai.yaml +0 -5
  32. package/template/.agents/skills/grilling/SKILL.md +0 -28
  33. package/template/.agents/skills/grilling/agents/openai.yaml +0 -3
  34. package/template/.agents/skills/handoff/SKILL.md +0 -16
  35. package/template/.agents/skills/handoff/agents/openai.yaml +0 -5
  36. package/template/.agents/skills/implement/SKILL.md +0 -15
  37. package/template/.agents/skills/implement/agents/openai.yaml +0 -5
  38. package/template/.agents/skills/implement-review-loop/SKILL.md +0 -34
  39. package/template/.agents/skills/implement-review-loop/agents/openai.yaml +0 -5
  40. package/template/.agents/skills/improve-codebase-architecture/HTML-REPORT.md +0 -123
  41. package/template/.agents/skills/improve-codebase-architecture/SKILL.md +0 -71
  42. package/template/.agents/skills/improve-codebase-architecture/agents/openai.yaml +0 -5
  43. package/template/.agents/skills/instance-test/SKILL.md +0 -70
  44. package/template/.agents/skills/instance-test/agents/openai.yaml +0 -5
  45. package/template/.agents/skills/instance-test/references/instances.md +0 -75
  46. package/template/.agents/skills/prototype/LOGIC.md +0 -67
  47. package/template/.agents/skills/prototype/SKILL.md +0 -26
  48. package/template/.agents/skills/prototype/UI.md +0 -112
  49. package/template/.agents/skills/prototype/agents/openai.yaml +0 -3
  50. package/template/.agents/skills/research/SKILL.md +0 -12
  51. package/template/.agents/skills/research/agents/openai.yaml +0 -3
  52. package/template/.agents/skills/resolving-merge-conflicts/SKILL.md +0 -14
  53. package/template/.agents/skills/resolving-merge-conflicts/agents/openai.yaml +0 -3
  54. package/template/.agents/skills/scaffold-functional-test/SKILL.md +0 -64
  55. package/template/.agents/skills/scaffold-functional-test/agents/openai.yaml +0 -5
  56. package/template/.agents/skills/scaffold-functional-test/references/schema.md +0 -80
  57. package/template/.agents/skills/setup-matt-pocock-skills/SKILL.md +0 -116
  58. package/template/.agents/skills/setup-matt-pocock-skills/agents/openai.yaml +0 -5
  59. package/template/.agents/skills/setup-matt-pocock-skills/domain.md +0 -51
  60. package/template/.agents/skills/setup-matt-pocock-skills/issue-tracker-github.md +0 -45
  61. package/template/.agents/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +0 -46
  62. package/template/.agents/skills/setup-matt-pocock-skills/issue-tracker-local.md +0 -30
  63. package/template/.agents/skills/setup-matt-pocock-skills/triage-labels.md +0 -15
  64. package/template/.agents/skills/show-me/SKILL.md +0 -28
  65. package/template/.agents/skills/tdd/SKILL.md +0 -38
  66. package/template/.agents/skills/tdd/agents/openai.yaml +0 -3
  67. package/template/.agents/skills/tdd/mocking.md +0 -59
  68. package/template/.agents/skills/tdd/tests.md +0 -77
  69. package/template/.agents/skills/tdd-implement/SKILL.md +0 -81
  70. package/template/.agents/skills/tdd-implement/agents/openai.yaml +0 -5
  71. package/template/.agents/skills/tdd-implement/references/finalize.md +0 -16
  72. package/template/.agents/skills/tdd-implement/references/orchestration.md +0 -54
  73. package/template/.agents/skills/tdd-implement/references/verify.md +0 -15
  74. package/template/.agents/skills/teach/GLOSSARY-FORMAT.md +0 -35
  75. package/template/.agents/skills/teach/LEARNING-RECORD-FORMAT.md +0 -46
  76. package/template/.agents/skills/teach/MISSION-FORMAT.md +0 -31
  77. package/template/.agents/skills/teach/RESOURCES-FORMAT.md +0 -32
  78. package/template/.agents/skills/teach/SKILL.md +0 -140
  79. package/template/.agents/skills/teach/agents/openai.yaml +0 -5
  80. package/template/.agents/skills/to-questionnaire/SKILL.md +0 -54
  81. package/template/.agents/skills/to-questionnaire/agents/openai.yaml +0 -5
  82. package/template/.agents/skills/to-spec/SKILL.md +0 -75
  83. package/template/.agents/skills/to-spec/agents/openai.yaml +0 -5
  84. package/template/.agents/skills/to-tickets/SKILL.md +0 -105
  85. package/template/.agents/skills/to-tickets/agents/openai.yaml +0 -5
  86. package/template/.agents/skills/triage/AGENT-BRIEF.md +0 -207
  87. package/template/.agents/skills/triage/OUT-OF-SCOPE.md +0 -105
  88. package/template/.agents/skills/triage/SKILL.md +0 -112
  89. package/template/.agents/skills/triage/agents/openai.yaml +0 -5
  90. package/template/.agents/skills/wait-what/SKILL.md +0 -7
  91. package/template/.agents/skills/wait-what/agents/openai.yaml +0 -5
  92. package/template/.agents/skills/wayfinder/SKILL.md +0 -128
  93. package/template/.agents/skills/wayfinder/agents/openai.yaml +0 -5
  94. package/template/.agents/skills/wizard/SKILL.md +0 -44
  95. package/template/.agents/skills/wizard/agents/openai.yaml +0 -3
  96. package/template/.agents/skills/wizard/template.sh +0 -204
  97. package/template/.agents/skills/writing-for-agents/SKILL-MECHANICS.md +0 -22
  98. package/template/.agents/skills/writing-for-agents/SKILL.md +0 -81
  99. package/template/.agents/skills/writing-for-agents/agents/openai.yaml +0 -3
@@ -1,67 +0,0 @@
1
- # Logic Prototype
2
-
3
- A single, self-contained HTML file (a **shareable demo**) that lets anyone drive a state model by clicking buttons. Use this when the question is about **business logic, state transitions, or data shape**: the kind of thing that looks reasonable on paper but only feels wrong once you push it through real cases.
4
-
5
- Because it's one file with nothing to install, you can hand it to a non-developer (a designer, a PM, a domain expert) and let them feel the model for themselves. So it speaks their language, not the code's.
6
-
7
- ## When this is the right shape
8
-
9
- - "I'm not sure if this state machine handles the edge case where X then Y."
10
- - "Does this data model actually let me represent the case where..."
11
- - "I want to feel out what the API should look like before writing it."
12
- - Anything where someone wants to **press buttons and watch state change**.
13
-
14
- If the question is "what should this look like," this is the wrong branch. Use [UI.md](UI.md).
15
-
16
- ## Process
17
-
18
- ### 1. State the question
19
-
20
- Before writing code, write down what state model and what question you're prototyping. One paragraph, at the top of the demo (in a visible intro, not just a comment). A logic prototype that answers the wrong question is pure waste, so make the question explicit so it can be checked later, whether the user is watching now or returning to it AFK.
21
-
22
- ### 2. Isolate the logic in a portable module
23
-
24
- Put the actual logic (the bit that's answering the question) in a single `<script>` block written as a small, pure module that could be lifted out and dropped into the real codebase later. The page around it is throwaway; this module isn't.
25
-
26
- The right shape depends on the question:
27
-
28
- - **A pure reducer**: `(state, action) => state`. Good when actions are discrete events and state is a single value.
29
- - **A state machine**: explicit states and transitions. Good when "which actions are even legal right now" is part of the question.
30
- - **A small set of pure functions** over a plain data type. Good when there's no implicit current state, just transformations.
31
- - **A class or module with a clear method surface** when the logic genuinely owns ongoing internal state.
32
-
33
- Pick whichever shape best fits the question being asked, *not* whichever is easiest to wire to a page. Keep it pure: no DOM, no `document`, no button handlers reaching inside it. The page calls into it; nothing flows the other direction. This is what makes the prototype useful past its own lifetime: once the question's answered, the validated reducer / machine / function set lifts into the real module on its own.
34
-
35
- ### 3. Build the shareable HTML file
36
-
37
- One file, plain HTML/CSS/JS: no framework, no bundler, no server, everything inline so it opens by double-click and survives being emailed around. Anyone should be able to run it by opening it.
38
-
39
- Write it for a non-developer. Every label is in **domain language**, not code: buttons and state read like the business, not the reducer. Explain in plain words what's happening.
40
-
41
- Lay it out with a clean hierarchy, top to bottom:
42
-
43
- 1. **Title and one-line explanation** of what this demo lets you explore (the question from step 1).
44
- 2. **Current state**: the full relevant state, rendered as a readable panel (labelled fields, not a raw JSON dump), re-rendered after every click so the change is visible. Where it helps a non-developer follow, call out what just changed.
45
- 3. **Free-play buttons**: one button per action, always available, so anyone can poke at the model in any order. Each click dispatches its action and re-renders the state.
46
- 4. **Guided walkthroughs**: a set of **scenarios**, one per tab. Each tab holds a short plain-language description of the scenario (the situation it sets up and what to watch for) and underneath it, the ordered **buttons to press** for that scenario. Each step is a real button: clicking it performs that action and moves to the next step. Starting a walkthrough resets to a known initial state so the scenario runs the same way every time.
47
-
48
- Choose scenarios that demonstrate the awkward cases, the ones hard to reason about on paper: the happy path, a tricky edge case, an attempt at something that should be illegal.
49
-
50
- Keep it beautiful but restrained: clean typography, generous spacing, one accent colour. No animations, no gimmicks: nothing that competes with the state and the buttons.
51
-
52
- ### 4. Hand it over
53
-
54
- Send them the file, or open it for them. They'll click through the walkthroughs and free-play whenever they get to it; the interesting moments are when they say "wait, that shouldn't be possible" or "huh, I assumed X would be different"; those are the bugs in the _idea_, which is the whole point. If they want new actions or a new scenario, add them. Prototypes evolve.
55
-
56
- ### 5. Capture the answer and the prototype
57
-
58
- Once the prototype has answered its question, capture the answer, then capture the prototype the way the [SKILL](SKILL.md) describes. The logic-specific mapping: the validated reducer / machine / function set lifts into the real module (the decision, absorbed); the HTML shell rides along to the throwaway branch that keeps the prototype as a primary source, and being one self-contained file, it stays trivially re-runnable there.
59
-
60
- ## Anti-patterns
61
-
62
- - **Don't add tests.** A prototype that needs tests is no longer a prototype.
63
- - **Don't wire it to the real database.** Use in-memory state unless the question is specifically about persistence.
64
- - **Don't generalise.** No "what if we wanted to support X later." The prototype answers one question.
65
- - **Don't blur the logic and the page together.** If the pure module references the DOM, `document`, or button handlers, it's no longer liftable. Keep the page as a thin shell over a pure module.
66
- - **Don't reach for a framework, bundler, or server.** One file the recipient double-clicks; a React app or a dev server defeats "shareable".
67
- - **Don't ship the HTML shell into production.** The page is optimised for being clicked through by hand. The logic module behind it is the bit worth keeping.
@@ -1,26 +0,0 @@
1
- ---
2
- name: prototype
3
- description: Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
4
- ---
5
-
6
- # Prototype
7
-
8
- A prototype is **throwaway code that answers a question**. The question decides the shape.
9
-
10
- ## Pick a branch
11
-
12
- Identify which question is being answered, using the user's prompt, the surrounding code, or by asking if the user is around:
13
-
14
- - **"Does this logic / state model feel right?"** → [LOGIC.md](LOGIC.md). Build a single shareable HTML file (free-play buttons plus tabbed guided walkthroughs) that pushes the state machine through cases that are hard to reason about on paper, and that a non-developer can drive.
15
- - **"What should this look like?"** → [UI.md](UI.md). Generate several radically different UI variations on a single route, switchable via a URL search param and a floating bottom bar.
16
-
17
- The two branches produce very different artifacts, so getting this wrong wastes the whole prototype. If the question is genuinely ambiguous and the user isn't reachable, default to whichever branch better matches the surrounding code (a backend module → logic; a page or component → UI) and state the assumption at the top of the prototype.
18
-
19
- ## Rules that apply to both
20
-
21
- 1. **Throwaway from day one, and clearly marked as such.** Locate the prototype code close to where it will actually be used (next to the module or page it's prototyping for) so context is obvious, but name it so a casual reader can see it's a prototype, not production. For throwaway UI routes, obey whatever routing convention the project already uses; don't invent a new top-level structure.
22
- 2. **Trivial to run.** A UI prototype starts from one command in the project's task runner: `pnpm <name>`, `python <path>`, `bun <path>`, etc. A logic demo is a single HTML file the user double-clicks. Either way, no thinking required to start it.
23
- 3. **No persistence by default.** State lives in memory. Persistence is the thing the prototype is _checking_, not something it should depend on. If the question explicitly involves a database, hit a scratch DB or a local file with a clear "PROTOTYPE, wipe me" name.
24
- 4. **Skip the polish.** No tests, no error handling beyond what makes the prototype _runnable_, no abstractions. The point is to learn something fast.
25
- 5. **Surface the state.** After every action (logic) or on every variant switch (UI), print or render the full relevant state so the user can see what changed.
26
- 6. **Capture it when done.** Fold any validated decision into the real code, then capture the prototype itself as a **primary source**: commit it to a throwaway branch, out of main, and leave a context pointer to that branch on the implementation issue. Capture the answer too (the verdict and the question it settled) in the issue or a commit. The main branch keeps only the validated decision.
@@ -1,112 +0,0 @@
1
- # UI Prototype
2
-
3
- Generate **several radically different UI variations** on a single route, switchable from a floating bottom bar. The user flips between variants in the browser, picks one (or steals bits from each), then throws the rest away.
4
-
5
- If the question is about logic/state rather than what something looks like, this is the wrong branch. Use [LOGIC.md](LOGIC.md).
6
-
7
- ## When this is the right shape
8
-
9
- - "What should this page look like?"
10
- - "I want to see a few options for this dashboard before committing."
11
- - "Try a different layout for the settings screen."
12
- - Any time the user would otherwise spend a day picking between three vague mockups in their head.
13
-
14
- ## Two sub-shapes: strongly prefer sub-shape A
15
-
16
- A UI prototype is much easier to judge when it's **butting up against the rest of the app**: real header, real sidebar, real data, real density. A throwaway route on its own is a vacuum: every variant looks fine in isolation. Default to sub-shape A whenever there's a plausible existing page to host the variants. Only reach for sub-shape B if the prototype genuinely has no nearby home.
17
-
18
- ### Sub-shape A: adjustment to an existing page (preferred)
19
-
20
- The route already exists. Variants are rendered **on the same route**, gated by a `?variant=` URL search param. The existing data fetching, params, and auth all stay. Only the rendering swaps. This is the default; pick it unless there's a specific reason not to.
21
-
22
- If the prototype is for something that doesn't yet have a page but *would naturally live inside one* (a new section of the dashboard, a new card on the settings screen, a new step in an existing flow), it's still sub-shape A. Mount the variants inside the host page.
23
-
24
- ### Sub-shape B: a new page (last resort)
25
-
26
- Only use this when the thing being prototyped genuinely has no existing page to live inside (e.g. an entirely new top-level surface, or a flow that can't be embedded anywhere sensible).
27
-
28
- Create a **throwaway route** following whatever routing convention the project already uses. Don't invent a new top-level structure. Name it so it's obviously a prototype (e.g. include the word `prototype` in the path or filename). Same `?variant=` pattern.
29
-
30
- Before committing to sub-shape B, sanity-check: is there really no existing page this could be embedded in? An empty route hides design problems that a populated one would expose.
31
-
32
- In both sub-shapes the floating bottom bar is identical.
33
-
34
- ## Process
35
-
36
- ### 1. State the question and pick N
37
-
38
- Default to **3 variants**. More than 5 stops being radically different and starts being noise, so cap there.
39
-
40
- Write down the plan in one line, in the prototype's location or a top-of-file comment:
41
-
42
- > "Three variants of the settings page, switchable via `?variant=`, on the existing `/settings` route."
43
-
44
- This works whether the user is here to push back or not.
45
-
46
- ### 2. Generate radically different variants
47
-
48
- Draft each variant. Hold each one to:
49
-
50
- - The page's purpose and the data it has access to.
51
- - The project's component library / styling system (TailwindCSS, shadcn, MUI, plain CSS, whatever).
52
- - A clear exported component name, e.g. `VariantA`, `VariantB`, `VariantC`.
53
-
54
- Variants must be **structurally different**: different layout, different information hierarchy, different primary affordance, not just different colours. Three slightly-tweaked card grids isn't a UI prototype, it's wallpaper. If two drafts come out too similar, redo one with explicit "do not use a card grid" guidance.
55
-
56
- ### 3. Wire them together
57
-
58
- Create a single switcher component on the route:
59
-
60
- ```tsx
61
- // pseudo-code, adapt to the project's framework
62
- const variant = searchParams.get('variant') ?? 'A';
63
- return (
64
- <>
65
- {variant === 'A' && <VariantA {...data} />}
66
- {variant === 'B' && <VariantB {...data} />}
67
- {variant === 'C' && <VariantC {...data} />}
68
- <PrototypeSwitcher variants={['A','B','C']} current={variant} />
69
- </>
70
- );
71
- ```
72
-
73
- For sub-shape A (existing page): keep all the existing data fetching above the switcher; only the rendered subtree changes per variant.
74
-
75
- For sub-shape B (new page): the throwaway route under `/prototype/<name>` mounts the same switcher.
76
-
77
- ### 4. Build the floating switcher
78
-
79
- A small fixed-position bar at the bottom-centre of the screen with three pieces:
80
-
81
- - **Left arrow**: cycles to the previous variant (wraps around).
82
- - **Variant label**: shows the current variant key and, if the variant exports a name, that name too. e.g. `B (Sidebar layout)`.
83
- - **Right arrow**: cycles forward (wraps around).
84
-
85
- Behaviour:
86
-
87
- - Clicking an arrow updates the URL search param (use the framework's router, e.g. `router.replace` on Next, `navigate` on React Router, etc) so the variant is shareable and reload-stable.
88
- - Keyboard: `←` and `→` arrow keys also cycle. Don't intercept arrow keys when an `<input>`, `<textarea>`, or `[contenteditable]` is focused.
89
- - Visually distinct from the page (e.g. high-contrast pill, subtle shadow) so it's obviously not part of the design being evaluated.
90
- - Hidden in production builds: gate on `process.env.NODE_ENV !== 'production'` or an equivalent check, so a stray prototype merge can't ship the bar to users.
91
-
92
- Put the switcher in a single shared component so both sub-shapes can reuse it. Locate it wherever shared UI lives in the project.
93
-
94
- ### 5. Hand it over
95
-
96
- Surface the URL (and the `?variant=` keys). The user will flip through whenever they get to it. The interesting feedback is usually **"I want the header from B with the sidebar from C"**, which is the actual design they want.
97
-
98
- ### 6. Capture the answer and clean up
99
-
100
- Once a variant has won, capture the answer (which variant and why), then capture the prototype the way the [SKILL](SKILL.md) describes. Fold the winner into the real code and move the rest onto the throwaway branch, not into main:
101
-
102
- - **Sub-shape A**: fold the winner into the existing page; drop the losing variants and the switcher from main.
103
- - **Sub-shape B**: promote the winning variant to a real route; drop the throwaway route and the switcher from main.
104
-
105
- The full set of variants is the primary source, so it lands on the throwaway branch, not the bin, since variant components and the switcher left in the main branch rot fast and confuse the next reader.
106
-
107
- ## Anti-patterns
108
-
109
- - **Variants that differ only in colour or copy.** That's a tweak, not a prototype. Real variants disagree about structure.
110
- - **Sharing too much code between variants.** A shared `<Header>` is fine; a shared `<Layout>` defeats the point. Each variant should be free to throw out the layout.
111
- - **Wiring variants to real mutations.** Read-only prototypes are fine. If a variant needs to mutate, point it at a stub: the question is "what should this look like", not "does the backend work".
112
- - **Promoting the prototype directly to production.** The variant code was written under prototype constraints (no tests, minimal error handling). Rewrite it properly when you fold it in.
@@ -1,3 +0,0 @@
1
- interface:
2
- display_name: "Prototype"
3
- short_description: "Prototype to answer a design question"
@@ -1,12 +0,0 @@
1
- ---
2
- name: research
3
- description: Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
4
- ---
5
-
6
- Spin up a **background agent** to do the research, so you keep working while it reads.
7
-
8
- Its job:
9
-
10
- 1. Investigate the question against **primary sources** (official docs, source code, specs, first-party APIs), not a secondary write-up of them. Follow every claim back to the source that owns it.
11
- 2. Write the findings to a single Markdown file, citing each claim's source.
12
- 3. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.
@@ -1,3 +0,0 @@
1
- interface:
2
- display_name: "Research"
3
- short_description: "Research from high-trust sources"
@@ -1,14 +0,0 @@
1
- ---
2
- name: resolving-merge-conflicts
3
- description: "Use when you need to resolve an in-progress git merge/rebase conflict."
4
- ---
5
-
6
- 1. **See the current state** of the merge/rebase. Check git history, and the conflicting files.
7
-
8
- 2. **Find the primary sources** for each conflict. Understand deeply why each change was made, and what the original intent was. Read the commit messages, check the PRs, check original issues/tickets.
9
-
10
- 3. **Resolve each hunk.** Preserve both intents where possible. Where incompatible, pick the one matching the merge's stated goal and note the trade-off. Do **not** invent new behaviour. Always resolve; never `--abort`.
11
-
12
- 4. Discover the project's **automated checks** and run them, typically typecheck, then tests, then format. Fix anything the merge broke.
13
-
14
- 5. **Finish the merge/rebase.** Stage everything and commit. If rebasing, continue the rebase process until all commits are rebased.
@@ -1,3 +0,0 @@
1
- interface:
2
- display_name: "Resolving Merge Conflicts"
3
- short_description: "Resolve merge and rebase conflicts"
@@ -1,64 +0,0 @@
1
- ---
2
- name: scaffold-functional-test
3
- disable-model-invocation: false
4
- description: "Scaffold a repo-specific functional-test skill from spec — use when the user wants to generate a customized functional-test suite/skill from a spec/README/help; supports CLI, HTTP, browser, and file-oriented behaviors; not for regular instance execution nor for TDD"
5
- ---
6
-
7
- # Scaffold Functional Test
8
-
9
- 从仓库 spec 生成仓库专属的功能测试 skill。它是一次性 scaffold,不负责常规实例执行,也不进入 TDD 红绿循环。
10
-
11
- 生成物:`.agents/skills/<repo>-functional-test/`,至少包含 `SKILL.md` 与 `references/instances.md`;可按需要包含 runner。实例字段、溯源、指纹和保护段统一遵循 [`references/schema.md`](references/schema.md)。生成物纳入 git,但不复制到 `template/`。
12
-
13
- ## 流程
14
-
15
- ### ① 采集行为
16
-
17
- 读取用户指定的 spec,默认 `.scratch/<feature>/spec.md`;同时读取相关 `CONTEXT.md` 与 ADR。以 Acceptance Criteria 固定待覆盖行为清单。
18
-
19
- spec 不存在时可从 README 与 `--help` 建立候选清单,但必须把它标为候选并进入下一步确认,不得把推断当成需求。
20
-
21
- 出口:行为清单的来源、范围和未覆盖项已明确。
22
-
23
- ### ② 推导并确认实例
24
-
25
- 按 [`references/schema.md`](references/schema.md) 为每个行为选择最接近真实用户路径的实例类型:`cli`、`http`、`browser` 或 `file`。每个实例必须有溯源,不能用无来源的隐含行为扩张范围,也不能为了统一格式给 browser/http 行为强塞无意义的 stdout/exit-code 字段。
26
-
27
- 向用户展示实例清单并等待一次确认;确认前不落盘。
28
-
29
- 出口:实例清单已确认,每个实例类型、字段和断言完整且可追溯。
30
-
31
- ### ③ 生成或更新
32
-
33
- 写入定制 skill 和实例 reference:
34
-
35
- - 写入 spec 的 SHA-256 `spec hash` 与 ISO `generatedAt`;
36
- - 保留 `<!-- manual -->` 保护段;
37
- - 新建直接生成;更新已有生成物时先展示 diff,用户确认后才覆盖;
38
- - 不把本次生成物写入 `template/`。
39
-
40
- 出口:文件结构、指纹和人工段均符合 schema。
41
-
42
- ### ④ 结构验证
43
-
44
- 生成后立即做快速、确定性的结构验证:文件存在、schema 字段、实例类型、实例溯源、spec hash、`generatedAt`、manual 段保护和内部链接均通过后再报告成功。不默认执行完整实例集,不启动服务,不产生功能测试副作用。
45
-
46
- 出口:结构验证结果为 `PASS`,失败则报告具体 gap,不回滚生成物。
47
-
48
- ## 可选行为验证
49
-
50
- 仅当用户明确要求运行实例集时,才调用生成的功能测试 skill 执行隔离、串行的实例验证;执行器按实例 `type` 捕获对应 evidence:CLI 的 stdout/stderr/exit code,HTTP 的 status/body/headers,browser 的页面/DOM/network/console 证据,file 的文件与内容 diff,并报告 expected-vs-actual 与 `PASS m/n`。这不是 scaffold 的默认步骤。
51
-
52
- ## 不做什么
53
-
54
- - 不替代生成后的功能测试 skill;
55
- - 不替代 `tdd`、`tdd-implement` 或 `commit-check`;
56
- - 不覆盖 `<!-- manual -->` 段,不静默重生成,不把 README/`--help` 推断写成无溯源实例;
57
- - 不把所有行为强制降格成 CLI 测试。
58
-
59
- ## 引用
60
-
61
- - 实例 schema:[`references/schema.md`](references/schema.md)
62
- - 领域术语:`CONTEXT.md`
63
- - 技能设计规则:`docs/agents/skill-design.md`
64
- - 示范产物:`.agents/skills/instance-test/`
@@ -1,5 +0,0 @@
1
- interface:
2
- display_name: "Scaffold Functional Test"
3
- short_description: "Scaffold a repo-specific functional-test skill from spec — not for running tests nor TDD"
4
- policy:
5
- allow_implicit_invocation: true
@@ -1,80 +0,0 @@
1
- # Functional-test instance schema
2
-
3
- `scaffold-functional-test` 生成的实例清单以本文件为唯一字段契约。实例是声明式输入,不把执行逻辑散落在生成器正文中。
4
-
5
- ## Common required fields
6
-
7
- 每个实例都必须包含:
8
-
9
- - `prompt`:实例要覆盖的用户行为;
10
- - `type`:实例类型,必须是 `cli`、`http`、`browser` 或 `file` 之一;
11
- - `source`:spec 章节/行号,或 README / `--help` 的明确来源。
12
-
13
- `setup`、`env`、`timeout`、`teardown` 为跨类型可选字段。不要为了凑字段写 `none`;某个断言维度不适用时直接省略。
14
-
15
- ## Type-specific contract
16
-
17
- ### `type: cli`
18
-
19
- 必须包含:
20
-
21
- - `command`:实际执行命令;
22
- - `expected exit code`:预期退出码。
23
-
24
- 按需包含:
25
-
26
- - `expected stdout phrases`;
27
- - `expected stderr phrases`;
28
- - `expected files/content`。
29
-
30
- ### `type: http`
31
-
32
- 必须包含:
33
-
34
- - `request`:method + URL/path + 必要 headers/body;
35
- - `expected status`:预期 HTTP status。
36
-
37
- 按需包含:
38
-
39
- - `expected body`;
40
- - `expected headers`;
41
- - `expected side effects`。
42
-
43
- ### `type: browser`
44
-
45
- 必须包含:
46
-
47
- - `entrypoint`:已有页面、dev server 或浏览器入口;
48
- - `steps`:最小用户操作序列;
49
- - `assertions`:DOM、可见文本、URL、网络或控制台等用户可观察断言。
50
-
51
- browser 实例不要求伪造 `stdout` 或 `exit code` 字段;执行器负责记录浏览器证据和必要截图/trace 路径。
52
-
53
- ### `type: file`
54
-
55
- 必须包含:
56
-
57
- - `command` 或已有生成入口;
58
- - `expected files/content`:应出现、变化或保持不变的文件与内容断言。
59
-
60
- 按需包含 `expected exit code`、stdout/stderr 断言。
61
-
62
- ## Assertion rules
63
-
64
- - 只写可机器验证或可明确观察的断言,不把“应该正常”“体验良好”这类自然语言目标当作 assertion;
65
- - 一个实例可以有多个断言,但每个断言必须能回溯到 `source`;
66
- - 优先验证用户可观察行为,不把内部实现细节当作功能结果;
67
- - 同一行为存在多种入口时,选择最接近真实使用路径的类型和入口,不强行统一成 CLI。
68
-
69
- ## Fingerprint
70
-
71
- 实例 reference 头部必须包含:
72
-
73
- - `spec hash`:源 spec 文件字节的 SHA-256;
74
- - `generatedAt`:生成时的 ISO 8601 时间戳。
75
-
76
- 执行或更新前发现 hash 不一致时,报告 spec 已变更并给出 regenerate 建议;未经用户确认不覆盖实例清单。
77
-
78
- ## Protected content
79
-
80
- `<!-- manual -->` 与其保护段属于人工维护内容。更新生成物时保留原文;需要改变人工段时先展示 diff 并获得用户确认。
@@ -1,116 +0,0 @@
1
- ---
2
- name: setup-matt-pocock-skills
3
- description: "Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills."
4
- disable-model-invocation: true
5
- ---
6
-
7
- # Setup Matt Pocock's Skills
8
-
9
- Scaffold the per-repo configuration that the engineering skills assume:
10
-
11
- - **Issue tracker**: where issues live (GitHub by default; local markdown is also supported out of the box)
12
- - **Triage labels**: the strings used for the five canonical triage roles
13
- - **Domain docs**: where `CONTEXT.md` and ADRs live, and the consumer rules for reading them
14
-
15
- This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write.
16
-
17
- ## Process
18
-
19
- ### 1. Explore
20
-
21
- Look at the current repo to understand its starting state. Read whatever exists; don't assume:
22
-
23
- - `git remote -v` and `.git/config`: is this a GitHub repo? Which one?
24
- - `AGENTS.md` and `CLAUDE.md` at the repo root: does either exist? Is there already an `## Agent skills` section in either?
25
- - `CONTEXT.md` and `CONTEXT-MAP.md` at the repo root
26
- - `docs/adr/` and any `src/*/docs/adr/` directories
27
- - `docs/agents/`: does this skill's prior output already exist?
28
- - `.scratch/`: a sign that a local-markdown issue tracker convention is already in use
29
- - Is the `triage` skill installed? (a `triage` skill folder alongside this one, or `triage` in your available skills.) This decides whether Section B runs at all.
30
- - Monorepo signals: a `pnpm-workspace.yaml`, a `workspaces` field in `package.json`, or a populated `packages/*` with its own `src/`. These are present only in a genuinely large multi-package repo; their absence means single-context, which is almost every repo.
31
-
32
- ### 2. Present findings and ask
33
-
34
- Summarise what's present and what's missing. Then take the sections in order. One section, one answer, then the next.
35
-
36
- Lead each section with the recommended answer so the user can accept it in a word. Give a one-line explainer only when the choice genuinely branches; skip the section entirely when exploration already settled it (Section B when `triage` isn't installed, Section C when there's no monorepo).
37
-
38
- **Section A: Issue tracker.**
39
-
40
- > Explainer: The "issue tracker" is where issues live for this repo. Skills like `to-tickets`, `triage`, and `to-spec` read from and write to it. They need to know whether to call `gh issue create`, write a markdown file under `.scratch/`, or follow some other workflow you describe. Pick the place you actually track work for this repo.
41
-
42
- Default posture: these skills were designed for GitHub. If a `git remote` points at GitHub, propose that. If a `git remote` points at GitLab (`gitlab.com` or a self-hosted host), propose GitLab. Otherwise (or if the user prefers), offer:
43
-
44
- - **GitHub**: issues live in the repo's GitHub Issues (uses the `gh` CLI)
45
- - **GitLab**: issues live in the repo's GitLab Issues (uses the [`glab`](https://gitlab.com/gitlab-org/cli) CLI)
46
- - **Local markdown**: issues live as files under `.scratch/<feature>/` in this repo (good for solo projects or repos without a remote)
47
- - **Other** (Jira, Linear, etc.): ask the user to describe the workflow in one paragraph; the skill will record it as freeform prose
48
-
49
- Record the choice in `docs/agents/issue-tracker.md`. The GitHub and GitLab templates carry a "PRs as a request surface" flag, defaulted **off**. Leave it off and don't raise it: a user who wants external PRs in the triage queue can flip the flag in the file later.
50
-
51
- **Section B: Triage label vocabulary.** Skip this section entirely if the `triage` skill isn't installed (exploration told you), since an uninstalled skill needs no labels.
52
-
53
- If it is installed, ask exactly one question:
54
-
55
- > Do you want to keep the default triage labels? (recommended: **yes**)
56
-
57
- The defaults are the five canonical roles, each label string equal to its name: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. On **yes**, write them as-is. Only if the user says no, usually because their tracker already uses other names (e.g. `bug:triage` for `needs-triage`), collect the overrides so `triage` applies existing labels instead of creating duplicates.
58
-
59
- **Section C: Domain docs.** Default to **single-context** (one `CONTEXT.md` + `docs/adr/` at the repo root). This fits almost every repo; write it without asking.
60
-
61
- Offer **multi-context** (a root `CONTEXT-MAP.md` pointing to per-context `CONTEXT.md` files) only when exploration found monorepo signals. Then confirm which layout they want.
62
-
63
- ### 3. Confirm and edit
64
-
65
- Show the user a draft of:
66
-
67
- - The `## Agent skills` block to add to whichever of `CLAUDE.md` / `AGENTS.md` is being edited (see step 4 for selection rules)
68
- - The contents of `docs/agents/issue-tracker.md`, `docs/agents/domain.md`, and `docs/agents/triage-labels.md` (the last only when `triage` is installed)
69
-
70
- Let them edit before writing.
71
-
72
- ### 4. Write
73
-
74
- **Pick the file to edit:**
75
-
76
- - If `CLAUDE.md` exists, edit it.
77
- - Else if `AGENTS.md` exists, edit it.
78
- - If neither exists, ask the user which one to create; don't pick for them.
79
-
80
- Never create `AGENTS.md` when `CLAUDE.md` already exists (or vice versa); always edit the one that's already there.
81
-
82
- If an `## Agent skills` block already exists in the chosen file, update its contents in-place rather than appending a duplicate. Don't overwrite user edits to the surrounding sections.
83
-
84
- The block:
85
-
86
- ```markdown
87
- ## Agent skills
88
-
89
- ### Issue tracker
90
-
91
- [one-line summary of where issues are tracked]. See `docs/agents/issue-tracker.md`.
92
-
93
- ### Triage labels
94
-
95
- [one-line summary of the label vocabulary]. See `docs/agents/triage-labels.md`.
96
-
97
- ### Domain docs
98
-
99
- [one-line summary of layout: "single-context" or "multi-context"]. See `docs/agents/domain.md`.
100
- ```
101
-
102
- Include the `### Triage labels` sub-block, and write `docs/agents/triage-labels.md`, only when `triage` is installed and Section B ran. When it isn't, both are omitted.
103
-
104
- Then write the docs files using the seed templates in this skill folder as a starting point:
105
-
106
- - [issue-tracker-github.md](./issue-tracker-github.md): GitHub issue tracker
107
- - [issue-tracker-gitlab.md](./issue-tracker-gitlab.md): GitLab issue tracker
108
- - [issue-tracker-local.md](./issue-tracker-local.md): local-markdown issue tracker
109
- - [triage-labels.md](./triage-labels.md): label mapping (only if `triage` is installed)
110
- - [domain.md](./domain.md): domain doc consumer rules + layout
111
-
112
- For "other" issue trackers, write `docs/agents/issue-tracker.md` from scratch using the user's description.
113
-
114
- ### 5. Done
115
-
116
- Tell the user the setup is complete and which engineering skills will now read from these files. Mention they can edit `docs/agents/*.md` directly later; re-running this skill is only necessary if they want to switch issue trackers or restart from scratch.
@@ -1,5 +0,0 @@
1
- interface:
2
- display_name: "Setup Matt Pocock Skills"
3
- short_description: "Configure a repo for the skills"
4
- policy:
5
- allow_implicit_invocation: false
@@ -1,51 +0,0 @@
1
- # Domain Docs
2
-
3
- How the engineering skills should consume this repo's domain documentation when exploring the codebase.
4
-
5
- ## Before exploring, read these
6
-
7
- - **`CONTEXT.md`** at the repo root, or
8
- - **`CONTEXT-MAP.md`** at the repo root if it exists: it points at one `CONTEXT.md` per context. Read each one relevant to the topic.
9
- - **`docs/adr/`**: read ADRs that touch the area you're about to work in. In multi-context repos, also check `src/<context>/docs/adr/` for context-scoped decisions.
10
-
11
- If any of these files don't exist, **proceed silently**. Don't flag their absence; don't suggest creating them upfront. The `/domain-modeling` skill (reached via `/grill-with-docs` and `/improve-codebase-architecture`) creates them lazily when terms or decisions actually get resolved.
12
-
13
- ## File structure
14
-
15
- Single-context repo (most repos):
16
-
17
- ```
18
- /
19
- ├── CONTEXT.md
20
- ├── docs/adr/
21
- │ ├── 0001-event-sourced-orders.md
22
- │ └── 0002-postgres-for-write-model.md
23
- └── src/
24
- ```
25
-
26
- Multi-context repo (presence of `CONTEXT-MAP.md` at the root):
27
-
28
- ```
29
- /
30
- ├── CONTEXT-MAP.md
31
- ├── docs/adr/ ← system-wide decisions
32
- └── src/
33
- ├── ordering/
34
- │ ├── CONTEXT.md
35
- │ └── docs/adr/ ← context-specific decisions
36
- └── billing/
37
- ├── CONTEXT.md
38
- └── docs/adr/
39
- ```
40
-
41
- ## Use the glossary's vocabulary
42
-
43
- When your output names a domain concept (in an issue title, a refactor proposal, a hypothesis, a test name), use the term as defined in `CONTEXT.md`. Don't drift to synonyms the glossary explicitly avoids.
44
-
45
- If the concept you need isn't in the glossary yet, that's a signal: either you're inventing language the project doesn't use (reconsider) or there's a real gap (note it for `/domain-modeling`).
46
-
47
- ## Flag ADR conflicts
48
-
49
- If your output contradicts an existing ADR, surface it explicitly rather than silently overriding:
50
-
51
- > _Contradicts ADR-0007 (event-sourced orders), but worth reopening because…_
@@ -1,45 +0,0 @@
1
- # Issue tracker: GitHub
2
-
3
- Issues and specs for this repo live as GitHub issues. Use the `gh` CLI for all operations.
4
-
5
- ## Conventions
6
-
7
- - **Create an issue**: `gh issue create --title "..." --body "..."`. Use a heredoc for multi-line bodies.
8
- - **Read an issue**: `gh issue view <number> --comments`, filtering comments by `jq` and also fetching labels.
9
- - **List issues**: `gh issue list --state open --json number,title,body,labels,comments --jq '[.[] | {number, title, body, labels: [.labels[].name], comments: [.comments[].body]}]'` with appropriate `--label` and `--state` filters.
10
- - **Comment on an issue**: `gh issue comment <number> --body "..."`
11
- - **Apply / remove labels**: `gh issue edit <number> --add-label "..."` / `--remove-label "..."`
12
- - **Close**: `gh issue close <number> --comment "..."`
13
-
14
- Infer the repo from `git remote -v`; `gh` does this automatically when run inside a clone.
15
-
16
- ## Pull requests as a triage surface
17
-
18
- **PRs as a request surface: no.** _(Set to `yes` if this repo treats external PRs as feature requests; `/triage` reads this flag.)_
19
-
20
- When set to `yes`, PRs run through the same labels and states as issues, using the `gh pr` equivalents:
21
-
22
- - **Read a PR**: `gh pr view <number> --comments` and `gh pr diff <number>` for the diff.
23
- - **List external PRs for triage**: `gh pr list --state open --json number,title,body,labels,author,authorAssociation,comments` then keep only `authorAssociation` of `CONTRIBUTOR`, `FIRST_TIME_CONTRIBUTOR`, or `NONE` (drop `OWNER`/`MEMBER`/`COLLABORATOR`).
24
- - **Comment / label / close**: `gh pr comment`, `gh pr edit --add-label`/`--remove-label`, `gh pr close`.
25
-
26
- GitHub shares one number space across issues and PRs, so a bare `#42` may be either: resolve with `gh pr view 42` and fall back to `gh issue view 42`.
27
-
28
- ## When a skill says "publish to the issue tracker"
29
-
30
- Create a GitHub issue.
31
-
32
- ## When a skill says "fetch the relevant ticket"
33
-
34
- Run `gh issue view <number> --comments`.
35
-
36
- ## Wayfinding operations
37
-
38
- Used by `/wayfinder`. The **map** is a single issue with **child** issues as tickets.
39
-
40
- - **Map**: a single issue labelled `wayfinder:map`, holding the Notes / Decisions-so-far / Fog body. `gh issue create --label wayfinder:map`.
41
- - **Child ticket**: an issue linked to the map as a GitHub sub-issue (`gh api` on the sub-issues endpoint). Where sub-issues aren't enabled, add the child to a task list in the map body and put `Part of #<map>` at the top of the child body. Labels: `wayfinder:<type>` (`research`/`prototype`/`grilling`/`task`). Once claimed, the ticket is assigned to the driving dev.
42
- - **Blocking**: GitHub's **native issue dependencies**, the canonical, UI-visible representation. Add an edge with `gh api --method POST repos/<owner>/<repo>/issues/<child>/dependencies/blocked_by -F issue_id=<blocker-db-id>`, where `<blocker-db-id>` is the blocker's numeric **database id** (`gh api repos/<owner>/<repo>/issues/<n> --jq .id`, _not_ the `#number` or `node_id`). GitHub reports `issue_dependencies_summary.blocked_by` (open blockers only, the live gate). Where dependencies aren't available, fall back to a `Blocked by: #<n>, #<n>` line at the top of the child body. A ticket is unblocked when every blocker is closed.
43
- - **Frontier query**: list the map's open children (`gh issue list --state open`, scoped to the map's sub-issues / task list), drop any with an open blocker (`issue_dependencies_summary.blocked_by > 0`, or an open issue in the `Blocked by` line) or an assignee; first in map order wins.
44
- - **Claim**: `gh issue edit <n> --add-assignee @me`, the session's first write.
45
- - **Resolve**: `gh issue comment <n> --body "<answer>"`, then `gh issue close <n>`, then append a context pointer (gist + link) to the map's Decisions-so-far.