@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,105 +0,0 @@
1
- # Out-of-Scope Knowledge Base
2
-
3
- The `.out-of-scope/` directory in a repo stores persistent records of rejected feature requests. It serves two purposes:
4
-
5
- 1. **Institutional memory**: why a feature was rejected, so the reasoning isn't lost when the issue is closed
6
- 2. **Deduplication**: when a new issue comes in that matches a prior rejection, the skill can surface the previous decision instead of re-litigating it
7
-
8
- ## Directory structure
9
-
10
- ```
11
- .out-of-scope/
12
- ├── dark-mode.md
13
- ├── plugin-system.md
14
- └── graphql-api.md
15
- ```
16
-
17
- One file per **concept**, not per issue. Multiple issues requesting the same thing are grouped under one file.
18
-
19
- ## File format
20
-
21
- The file should be written in a relaxed, readable style, more like a short design document than a database entry. Use paragraphs, code samples, and examples to make the reasoning clear and useful to someone encountering it for the first time.
22
-
23
- ```markdown
24
- # Dark Mode
25
-
26
- This project does not support dark mode or user-facing theming.
27
-
28
- ## Why this is out of scope
29
-
30
- The rendering pipeline assumes a single color palette defined in
31
- `ThemeConfig`. Supporting multiple themes would require:
32
-
33
- - A theme context provider wrapping the entire component tree
34
- - Per-component theme-aware style resolution
35
- - A persistence layer for user theme preferences
36
-
37
- This is a significant architectural change that doesn't align with the
38
- project's focus on content authoring. Theming is a concern for downstream
39
- consumers who embed or redistribute the output.
40
-
41
- ```ts
42
- // The current ThemeConfig interface is not designed for runtime switching:
43
- interface ThemeConfig {
44
- colors: ColorPalette; // single palette, resolved at build time
45
- fonts: FontStack;
46
- }
47
- ```
48
-
49
- ## Prior requests
50
-
51
- - #42: "Add dark mode support"
52
- - #87: "Night theme for accessibility"
53
- - #134: "Dark theme option"
54
- ```
55
-
56
- ### Naming the file
57
-
58
- Use a short, descriptive kebab-case name for the concept: `dark-mode.md`, `plugin-system.md`, `graphql-api.md`. The name should be recognizable enough that someone browsing the directory understands what was rejected without opening the file.
59
-
60
- ### Writing the reason
61
-
62
- The reason should be substantive: not "we don't want this" but why. Good reasons reference:
63
-
64
- - Project scope or philosophy ("This project focuses on X; theming is a downstream concern")
65
- - Technical constraints ("Supporting this would require Y, which conflicts with our Z architecture")
66
- - Strategic decisions ("We chose to use A instead of B because...")
67
-
68
- The reason should be durable. Avoid referencing temporary circumstances ("we're too busy right now"); those aren't real rejections, they're deferrals.
69
-
70
- ## When to check `.out-of-scope/`
71
-
72
- During triage (Step 1: Gather context), read all files in `.out-of-scope/`. When evaluating a new issue:
73
-
74
- - Check if the request matches an existing out-of-scope concept
75
- - Matching is by concept similarity, not keyword: "night theme" matches `dark-mode.md`
76
- - If there's a match, surface it to the maintainer: "This is similar to `.out-of-scope/dark-mode.md`. We rejected this before because [reason]. Do you still feel the same way?"
77
-
78
- The maintainer may:
79
-
80
- - **Confirm**: the new issue gets added to the existing file's "Prior requests" list, then closed
81
- - **Reconsider**: the out-of-scope file gets deleted or updated, and the issue proceeds through normal triage
82
- - **Disagree**: the issues are related but distinct, proceed with normal triage
83
-
84
- ## When to write to `.out-of-scope/`
85
-
86
- Only when an **enhancement** (not a bug) is *rejected* as `wontfix`. This applies to enhancement PRs exactly as it does to issues: a rejected PR is recorded here so the same request doesn't return as fresh code.
87
-
88
- Do **not** write here when something is closed as `wontfix` because it's **already implemented**. That's a built feature, not a rejected one; recording it would poison the dedup checks with false rejections. Instead, the closing comment points to where the feature already lives.
89
-
90
- The flow:
91
-
92
- 1. Maintainer decides a feature request is out of scope
93
- 2. Check if a matching `.out-of-scope/` file already exists
94
- 3. If yes: append the new issue to the "Prior requests" list
95
- 4. If no: create a new file with the concept name, decision, reason, and first prior request
96
- 5. Post a comment on the issue explaining the decision and mentioning the `.out-of-scope/` file
97
- 6. Close the issue with the `wontfix` label
98
-
99
- ## Updating or removing out-of-scope files
100
-
101
- If the maintainer changes their mind about a previously rejected concept:
102
-
103
- - Delete the `.out-of-scope/` file
104
- - The skill does not need to reopen old issues; they're historical records
105
- - The new issue that triggered the reconsideration proceeds through normal triage
@@ -1,112 +0,0 @@
1
- ---
2
- name: triage
3
- description: Move issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.
4
- disable-model-invocation: true
5
- ---
6
-
7
- # Triage
8
-
9
- Move issues on the project issue tracker through a small state machine of triage roles.
10
-
11
- If this repo treats external pull requests as a request surface (see the issue-tracker config), triage covers them too: **a PR is an issue with attached code**, using the same roles, same states, and same machine, with a few deltas marked "for a PR" below. Resolve a bare `#42` to an issue or PR per the tracker config.
12
-
13
- Every comment or issue posted to the issue tracker during triage **must** start with this disclaimer:
14
-
15
- ```
16
- > *This was generated by AI during triage.*
17
- ```
18
-
19
- ## Reference docs
20
-
21
- - [AGENT-BRIEF.md](AGENT-BRIEF.md): how to write durable agent briefs
22
- - [OUT-OF-SCOPE.md](OUT-OF-SCOPE.md): how the `.out-of-scope/` knowledge base works
23
-
24
- ## Roles
25
-
26
- Two **category** roles:
27
-
28
- - `bug`: something is broken
29
- - `enhancement`: new feature or improvement
30
-
31
- Five **state** roles:
32
-
33
- - `needs-triage`: maintainer needs to evaluate
34
- - `needs-info`: waiting on reporter for more information
35
- - `ready-for-agent`: fully specified, ready for an AFK agent
36
- - `ready-for-human`: needs human implementation
37
- - `wontfix`: will not be actioned
38
-
39
- For a PR, the same states read against the attached code: `ready-for-agent` means a brief is attached and an agent should take the next step on the diff; `ready-for-human` means it's ready for a human to merge.
40
-
41
- Every triaged issue should carry exactly one category role and one state role. If state roles conflict, flag it and ask the maintainer before doing anything else.
42
-
43
- These are canonical role names. The actual label strings used in the issue tracker may differ. The mapping should have been provided to you. If not, tell the user to run `/setup-matt-pocock-skills`.
44
-
45
- State transitions: an unlabeled issue normally goes to `needs-triage` first; from there it moves to `needs-info`, `ready-for-agent`, `ready-for-human`, or `wontfix`. `needs-info` returns to `needs-triage` once the reporter replies. The maintainer can override at any time; flag transitions that look unusual and ask before proceeding.
46
-
47
- ## Invocation
48
-
49
- The maintainer invokes `/triage` and describes what they want in natural language. Interpret the request and act. Examples:
50
-
51
- - "Show me anything that needs my attention"
52
- - "Let's look at #42" (issue or PR)
53
- - "Move #42 to ready-for-agent"
54
- - "What's ready for agents to pick up?"
55
-
56
- ## Show what needs attention
57
-
58
- Query the issue tracker and present three buckets, oldest first:
59
-
60
- 1. **Unlabeled**: never triaged.
61
- 2. **`needs-triage`**: evaluation in progress.
62
- 3. **`needs-info` with reporter activity since the last triage notes**: needs re-evaluation.
63
-
64
- When PRs are in scope, include external PRs in these buckets and tag each line `[PR]` or `[issue]`. Discovery surfaces only *external* PRs (the tracker config defines who counts as external), so a collaborator's in-flight PR is not triage work. This filter is discovery-only; an explicitly named PR is always triaged regardless of author.
65
-
66
- Show counts and a one-line summary per item. Let the maintainer pick.
67
-
68
- ## Triage a specific issue or PR
69
-
70
- 1. **Gather context.** Read the full issue or PR (body, comments, labels, author, dates; for a PR, the diff too). Parse any prior triage notes so you don't re-ask resolved questions. Explore the codebase using the project's domain glossary, respecting ADRs in the area. Run two checks against the codebase: (a) **redundancy**: search for an existing implementation of the requested behavior by domain concept (not just the request's wording), and report where you looked. If found, it's an already-implemented `wontfix` (step 5). (b) **prior rejection**: read `.out-of-scope/*.md` and surface any that resembles this request.
71
-
72
- 2. **Recommend.** Tell the maintainer your category and state recommendation with reasoning, plus a brief codebase summary relevant to the request (including whether it's already implemented). Wait for direction.
73
-
74
- 3. **Verify the claim.** Before any grilling, check that the claim holds up. For a bug, reproduce it from the reporter's steps. For a PR, confirm the diff does what it claims: check it out, run the relevant tests or commands. Report what happened: confirmed (with code path), failed, or insufficient detail (a strong `needs-info` signal). A confirmed verification makes a much stronger agent brief.
75
-
76
- 4. **Grill (if needed).** If the request needs fleshing out, call the Skill tool twice, for "grilling" and "domain-modeling", and grill it into shape a round of questions at a time, sharpening domain terms and updating `CONTEXT.md`/ADRs inline as decisions land.
77
-
78
- 5. **Apply the outcome:**
79
- - `ready-for-agent`: post an agent brief comment ([AGENT-BRIEF.md](AGENT-BRIEF.md)).
80
- - `ready-for-human`: same structure as an agent brief, but note why it can't be delegated (judgment calls, external access, design decisions, manual testing).
81
- - `needs-info`: post triage notes (template below).
82
- - For `wontfix`, close the issue, with the comment depending on *why*:
83
- - **Already implemented**: the change already exists in the codebase. Point to where it lives; do **not** write to `.out-of-scope/` (that KB is for *rejected* requests, not built ones).
84
- - **Rejected (bug)**: give a polite explanation, then close.
85
- - **Rejected (enhancement)**: write to `.out-of-scope/`, link to it from a comment, then close ([OUT-OF-SCOPE.md](OUT-OF-SCOPE.md)).
86
- - `needs-triage`: apply the role. Optional comment if there's partial progress.
87
-
88
- ## Quick state override
89
-
90
- If the maintainer says "move #42 to ready-for-agent", trust them and apply the role directly. Confirm what you're about to do (role changes, comment, close), then act. Skip grilling. If moving to `ready-for-agent` without a grilling session, ask whether they want to write an agent brief.
91
-
92
- ## Needs-info template
93
-
94
- ```markdown
95
- ## Triage Notes
96
-
97
- **What we've established so far:**
98
-
99
- - point 1
100
- - point 2
101
-
102
- **What we still need from you (@reporter):**
103
-
104
- - question 1
105
- - question 2
106
- ```
107
-
108
- Capture everything resolved during grilling under "established so far" so the work isn't lost. Questions must be specific and actionable, not "please provide more info".
109
-
110
- ## Resuming a previous session
111
-
112
- If prior triage notes exist on the issue or PR, read them, check whether the reporter has answered any outstanding questions, and present an updated picture before continuing. Don't re-ask resolved questions.
@@ -1,5 +0,0 @@
1
- interface:
2
- display_name: "Triage"
3
- short_description: "Move issues through triage roles"
4
- policy:
5
- allow_implicit_invocation: false
@@ -1,7 +0,0 @@
1
- ---
2
- name: wait-what
3
- description: "Stop. That last message did not land: re-pitch it."
4
- disable-model-invocation: true
5
- ---
6
-
7
- Wait, I don't understand where you've got to here. Re-pitch that: give me a little bit of context, talk in ASD-STE100 Simplified Technical English, and use the ubiquitous language from `CONTEXT.md` (follow `CONTEXT-MAP.md` to the right one if the repo has more than one).
@@ -1,5 +0,0 @@
1
- interface:
2
- display_name: "Wait What"
3
- short_description: "Re-pitch that: simpler, with the context I'm missing"
4
- policy:
5
- allow_implicit_invocation: false
@@ -1,128 +0,0 @@
1
- ---
2
- name: wayfinder
3
- description: Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
4
- disable-model-invocation: true
5
- ---
6
-
7
- A loose idea has arrived, too big for one agent session, and wrapped in fog: the way from here to the **destination** isn't visible yet. Wayfinding is about finding that way, not charging at the destination. This skill charts the way as a **shared map** on the repo's issue tracker, then works its **decision tickets** (questions whose resolution is a decision, not slices of a build to execute) one at a time until the route is clear.
8
-
9
- The destination varies per effort, and naming it is the first act of charting: it shapes every ticket. It might be a spec to hand off and iterate on, a decision to lock before planning starts, or a change made in place like a data-structure migration. The map is domain-agnostic: engineering work, course content, whatever fits the shape.
10
-
11
- ## Plan, don't do
12
-
13
- Wayfinder is **planning** by default: each ticket resolves a decision, and the map is done when the way is clear, with nothing left to decide before someone goes and does the thing. The pull to just do the work is usually the signal you've reached the edge of the map and it's time to hand off. An effort can override this in its **Notes**, carrying execution into the map itself, but absent that, produce decisions, not deliverables.
14
-
15
- ## Refer by name
16
-
17
- Every map and ticket is an issue, so it has a **name**: its title. In everything the human reads (narration, the map's Decisions-so-far), refer to it by that name, never by a bare id, number, or slug. A wall of `#42, #43, #44` is illegible; names read at a glance. The id and URL don't vanish; a name wraps its link, but they ride _inside_ the name, never stand in for it.
18
-
19
- ## The Map
20
-
21
- The map is a single issue on this repo's issue tracker, labelled `wayfinder:map`, the canonical artifact. Its tickets are child issues of the map.
22
-
23
- The map is an **index**, not a store. It lists the decisions made and points at the tickets that hold their detail; a decision lives in exactly one place, its ticket, so the map never restates it, only gists it and links.
24
-
25
- **Where the map, its child tickets, blocking, and frontier queries physically live is tracker-specific.** The issue tracker should have been provided to you. If not, tell the user to run `/setup-matt-pocock-skills`. Consult the tracker doc's "Wayfinding operations" section for how _this_ repo expresses them. If no tracker has been provided, default to the local-markdown tracker.
26
-
27
- ### The map body
28
-
29
- The whole map at low resolution, loaded once per session. Open tickets are **not** listed: they are open child issues, found by query.
30
-
31
- ```markdown
32
- ## Destination
33
-
34
- <what reaching the end of this map looks like: the spec, decision, or change this effort is finding its way to. One or two lines; every session orients to it before choosing a ticket.>
35
-
36
- ## Notes
37
-
38
- <domain; skills every session should consult; standing preferences for this effort>
39
-
40
- ## Decisions so far
41
-
42
- <!-- the index: one line per closed ticket, enough to judge relevance, then zoom the link for the detail the ticket holds -->
43
-
44
- - [<closed ticket title>](link): <one-line gist of the answer>
45
-
46
- ## Not yet specified
47
-
48
- <!-- see "Fog of war": in-scope fog you can't ticket yet; graduates as the frontier advances -->
49
-
50
- ## Out of scope
51
-
52
- <!-- see "Out of scope": work ruled beyond the destination; closed, never graduates -->
53
- ```
54
-
55
- ### Tickets
56
-
57
- Each ticket is a **child issue** of the map; the tracker's issue id is its identity. Its body is the question, sized to one 100K token agent session:
58
-
59
- ```markdown
60
- ## Question
61
-
62
- <the decision or investigation this ticket resolves>
63
- ```
64
-
65
- Each ticket carries a `wayfinder:<type>` label, one of `research`, `prototype`, `grilling`, `task` (see [Ticket Types](#ticket-types)).
66
-
67
- A session **claims** a ticket by assigning it to the dev driving the map, **first**, before any work, so concurrent sessions skip it. That assignee _is_ the claim: an open, unassigned ticket is unclaimed.
68
-
69
- Blocking uses the tracker's **native** dependency relationship: essential because it renders the frontier _visually_ in the tracker's own UI, so the human sees what's takeable without opening the map. Only a tracker that lacks native blocking falls back to a body convention. A ticket is **unblocked** when every ticket blocking it is closed; the **frontier** is the open, unblocked, unclaimed children, the edge of the known.
70
-
71
- The answer isn't part of the body; it's recorded on resolution (see [Work through the map](#work-through-the-map)). Assets created while resolving a ticket are linked from the issue, not pasted in.
72
-
73
- ## Ticket Types
74
-
75
- Every ticket is either **HITL** (human in the loop, worked _with_ a human who speaks for themselves) or **AFK**, driven by the agent alone. A HITL ticket only resolves through that live exchange; the agent never stands in for the human's side of it (a grilling agent that answers its own questions has broken this).
76
-
77
- - **Research** (AFK): Reading documentation, third-party APIs, or local resources like knowledge bases to surface a fact a decision waits on. Resolved by a subagent that calls the Skill tool with "research". Use when knowledge outside the current working directory is required.
78
- - **Prototype** (HITL): Raise the fidelity of the discussion by making a cheap, rough, concrete artifact to react to (an outline, a rough take, a stub, or UI/logic code) by calling the Skill tool with "prototype". Links the prototype as an asset. Use when "how should it look" or "how should it behave" is the key question.
79
- - **Grilling** (HITL): Conversation. The default case. Always call the Skill tool twice, for "grilling" and "domain-modeling".
80
- - **Task** (HITL or AFK): Manual work that must happen before a _decision_ can be made: nothing to decide, prototype, or research, but the discussion is blocked until it's done. Signing up for a service so its API can be judged, provisioning access, moving data so its shape can be seen. This is the one type that _does_ rather than decides, and it earns its place by unblocking a decision, not by delivering the destination. The agent drives it alone where it can (AFK); otherwise it hands the human a precise checklist (HITL). Resolved when the work is done; the answer records what was done and any resulting facts (credentials location, new URLs, row counts) later tickets depend on.
81
-
82
- ## Fog of war
83
-
84
- The map is _deliberately_ incomplete: don't chart what you can't yet see. Beyond the live tickets lies the **fog of war**: the dim view of decisions and investigations you can tell are coming but can't yet pin down, because they hang on questions still open. Resolving a ticket clears the fog ahead of it, graduating whatever's now specifiable into fresh tickets, one at a time, until the way to the destination is clear and no tickets remain.
85
-
86
- The map's **Not yet specified** section is where that dim view is written down: the suspected question, the area to revisit later. It's the undiscovered frontier _toward_ the destination: everything here is in scope, just not sharp enough to ticket. Write as loosely or as fully as the view allows; it doubles as a signpost for collaborators reading where the effort is headed.
87
-
88
- **Fog or ticket?** The test is whether you can state the question precisely now, _not_ whether you can answer it now.
89
-
90
- - **Ticket when** the question is already sharp, even if it's blocked and you can't act on it yet.
91
- - **Not yet specified when** you can't yet phrase it that sharply. Don't pre-slice the fog into ticket-sized pieces: it's coarser than a ticket, and one patch may graduate into several tickets, or none, once the frontier reaches it.
92
-
93
- **Not yet specified** excludes what's already decided (Decisions so far), what's already a live ticket, and what's out of scope (the next section).
94
-
95
- ## Out of scope
96
-
97
- Fog only ever gathers _toward_ the destination. The destination fixes the scope, so work beyond it is **out of scope**: it isn't fog, and it doesn't belong in **Not yet specified**. It gets its own **Out of scope** section on the map: work you've consciously ruled out of _this_ effort. Scope, not sharpness, lands it here.
98
-
99
- Out-of-scope work never graduates (the frontier stops at the destination), so it returns only if the destination is redrawn, and then as a fresh effort, not a resumption.
100
-
101
- Ruling something out of scope is a scoping act, not a step on the route. When a ticket that already exists turns out to sit past the destination (mis-scoped in while charting, or exposed by a resolution), **close it** (a closed ticket is unambiguously off the frontier) and leave one line in the **Out of scope** section: the gist plus why it's out of scope, linking the closed ticket. It stays out of **Decisions so far**, which records the route actually walked; a scope boundary isn't a step on it.
102
-
103
- ## Invocation
104
-
105
- Two modes. Either way, **never resolve more than one ticket per session**, with the exception of research tickets.
106
-
107
- ### Chart the map
108
-
109
- User invokes with a loose idea.
110
-
111
- 1. **Name the destination.** Call the Skill tool twice, for "grilling" and "domain-modeling", to pin down what this map is finding its way to: the spec, decision, or change. The destination fixes the scope, so it's settled first.
112
- 2. **Map the frontier.** Grill again, **breadth-first** this time: fan out across the whole space rather than deep on any one thread, surfacing the open decisions and the first steps takeable now. **If this surfaces no fog** (the way to the destination is already clear, the whole journey small enough for one session), you don't need a map. Stop and ask the user how they'd like to proceed.
113
- 3. **Create the map** (label `wayfinder:map`): Destination and Notes filled in, Decisions-so-far empty, the fog sketched into **Not yet specified**.
114
- 4. **Create the tickets you can specify now** as child issues of the map, then wire blocking edges in a **second pass** (issues need ids before they can reference each other). Wiring sorts them into the frontier and the blocked; everything you can't yet specify stays in the fog: the **Not yet specified** section.
115
- 5. **Fire the research subagents.** For each `research` ticket you just created, spin up a subagent that calls the Skill tool with "research" to resolve it in parallel, capturing its findings on a throwaway `research/<name>` branch with a context pointer from the ticket.
116
- 6. Stop: charting is one session's work; it hand-resolves nothing.
117
-
118
- ### Work through the map
119
-
120
- User invokes with a map (URL or number). A ticket is **optional**: without one, you pick the next decision, not the user.
121
-
122
- 1. Load the **map**: the low-res view, not every ticket body.
123
- 2. Choose the ticket. If the user named one, use it. Otherwise take the first frontier ticket in order. **Claim it**: assign it to yourself before any work.
124
- 3. Resolve it. **Zoom as needed**: fetch the full body of any related or closed ticket on demand; call the Skill tool for whichever skills the `## Notes` block names. If in doubt, call the Skill tool twice, for "grilling" and "domain-modeling".
125
- 4. Record the resolution: post the answer as a **resolution comment**, **close** the issue, and **append a context pointer** to the map's Decisions-so-far.
126
- 5. Add newly-surfaced tickets (create-then-wire); graduate any fog the answer has made specifiable, clearing each graduated patch from **Not yet specified** so it lives only as its new ticket. If the answer reveals that a ticket (this one or another) sits beyond the destination, **rule it out of scope** rather than resolving it on the route. If the decision invalidates other parts of the map, update or delete those tickets.
127
-
128
- The user may run unblocked tickets in parallel, so expect other sessions to be editing the tracker concurrently.
@@ -1,5 +0,0 @@
1
- interface:
2
- display_name: "Wayfinder"
3
- short_description: "Map a large effort as decision tickets"
4
- policy:
5
- allow_implicit_invocation: false
@@ -1,44 +0,0 @@
1
- ---
2
- name: wizard
3
- description: Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.
4
- ---
5
-
6
- # Wizard
7
-
8
- A **wizard** is a bash script that walks a human, step by step, through a manual procedure that's tedious to do by hand and tedious to re-explain to an AI every time. It opens each URL, says exactly what to click and copy, captures the values, writes them where they belong (`.env`, GitHub secrets), confirms at every stage, and shows how many stages are left. It might configure third-party services, run a one-off migration, or move the project from one state to another.
9
-
10
- The delightful UX is already solved by [template.sh](template.sh): stage-by-stage progress, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, idempotent `.env` upserts, `gh secret`/`gh variable` writes, and a closing summary. **Your job is only to scope the procedure and author its stages.** The library above the `STAGES` marker is identical in every wizard; that consistency is the point: never hand-edit it.
11
-
12
- A wizard is ephemeral by default: built for one run, saved to a scratch or `scripts/` path, deleted when the job's done. Commit it only when the user wants a repeatable setup path that should live in the repo.
13
-
14
- ## Process
15
-
16
- ### 1. Scope the procedure
17
-
18
- Work out every manual step the human must take and every value that gets captured along the way. Read the repo first, don't ask cold:
19
-
20
- - For setup: `.env`, `.env.example`, `.env.*`, `README`, `docker-compose*`, framework config, and `.github/workflows/*` (every `secrets.*` / `vars.*` reference is a value the wizard must produce).
21
- - For a migration or transition: the current state, the target state, and the irreversible actions between them.
22
-
23
- Then show the user the ordered list of stages and the values each produces, and confirm: they may add, drop, or reorder.
24
-
25
- **Done when:** every stage is named in order, and for each captured value you know (a) where the human gets it, (b) where it's written (`.env`, a GitHub secret, both, or nowhere; some stages are pure actions), and (c) whether it's secret (hidden entry) or public.
26
-
27
- ### 2. Map each stage's journey
28
-
29
- For each stage, write the precise path a human follows: which URL to open, what to do there, where a value is shown, which variable it fills: e.g. "Dashboard → Developers → API keys → Reveal test key → copy". Where you don't actually know the current UI or the exact command, say so and ask the user or check the docs: never invent steps that may not exist.
30
-
31
- **Done when:** every stage traces to concrete instructions a stranger could follow.
32
-
33
- ### 3. Author the wizard
34
-
35
- Copy `template.sh` to the target path. Replace the example stage with one `stage` per step, in dependency order. Use the library helpers: `stage`, `say`/`step`, `open_url`, `ask`/`ask_secret`, `write_env`, `set_secret`/`set_var`, `pause`/`confirm`. Set `TOTAL_STAGES` to the number of stages you wrote.
36
-
37
- Hold the bar the template sets: open the URL before asking for its value, use `ask_secret` for anything secret, `write_env` every persisted value, `set_secret` only the values CI actually needs, and `confirm` before any irreversible action. Each `stage` clears the screen so only the current step is visible: keep a stage to one focused task so nothing the human needs scrolls away. Don't touch the library above the marker.
38
-
39
- ### 4. Verify and hand off
40
-
41
- - `bash -n <script>`; run `shellcheck` if available.
42
- - `chmod +x <script>`.
43
- - Don't run it end-to-end yourself: it opens browsers and blocks on human input. Trace it statically instead: every value from step 1 is captured and lands where step 1 said, and every `set_secret` name exactly matches a `secrets.*` reference in CI.
44
- - Tell the user how to run it. If it's a repeatable setup path, commit it and link it from the README so the next person runs the script instead of asking an AI.
@@ -1,3 +0,0 @@
1
- interface:
2
- display_name: "Wizard"
3
- short_description: "Generate an interactive setup wizard"
@@ -1,204 +0,0 @@
1
- #!/usr/bin/env bash
2
- #
3
- # A wizard walks a human through a manual procedure, step by step.
4
- # Generated by the /wizard skill.
5
- #
6
- # Everything above the "STAGES" marker is the wizard library: do not hand-edit
7
- # it. Author the per-step stages below the marker.
8
-
9
- set -euo pipefail
10
-
11
- # ──────────────────────────────────────────────────────────────────────────
12
- # Wizard library: delightful, consistent UX, identical across every wizard.
13
- # ──────────────────────────────────────────────────────────────────────────
14
-
15
- if [[ -t 1 ]] && command -v tput >/dev/null 2>&1 && [[ "$(tput colors 2>/dev/null || echo 0)" -ge 8 ]]; then
16
- BOLD=$(tput bold); DIM=$(tput dim); RESET=$(tput sgr0)
17
- BLUE=$(tput setaf 4); GREEN=$(tput setaf 2); YELLOW=$(tput setaf 3); RED=$(tput setaf 1)
18
- else
19
- BOLD=""; DIM=""; RESET=""; BLUE=""; GREEN=""; YELLOW=""; RED=""
20
- fi
21
-
22
- # Author sets this at the top of the stages section.
23
- TOTAL_STAGES=0
24
-
25
- _STAGE_INDEX=0
26
- ENV_FILE="${ENV_FILE:-.env}"
27
- WRITTEN_ENV=() # KEYs written to ENV_FILE this run
28
- WRITTEN_SECRET=() # secret NAMEs set this run
29
- SKIPPED=() # things we couldn't do (e.g. gh missing)
30
-
31
- # _clear wipes the terminal so only the current step is on screen. No-op when
32
- # output isn't a terminal, so piped logs stay readable.
33
- _clear() {
34
- [[ -t 1 ]] || return 0
35
- if command -v tput >/dev/null 2>&1; then tput clear; else printf '\033[2J\033[3J\033[H'; fi
36
- }
37
-
38
- # banner "Title" shows the opening frame: what this wizard does.
39
- banner() {
40
- _clear
41
- printf '\n%s%s %s%s\n' "$BOLD" "$BLUE" "$1" "$RESET"
42
- printf '%s %s stages%s\n\n' "$DIM" "$TOTAL_STAGES" "$RESET"
43
- printf '%s You drive the browser; this wizard tells you exactly what to do and\n' "$DIM"
44
- printf ' captures the values you copy back. Stop any time with Ctrl-C and re-run\n'
45
- printf ' later, since it remembers values already saved.%s\n' "$RESET"
46
- pause "Ready to start?"
47
- }
48
-
49
- # stage "Name" clears the screen, then announces a stage and shows progress.
50
- # Clearing keeps only the current step on screen.
51
- stage() {
52
- _clear
53
- _STAGE_INDEX=$((_STAGE_INDEX + 1))
54
- printf '\n%s%s▸ Stage %s/%s · %s%s\n' \
55
- "$BOLD" "$BLUE" "$_STAGE_INDEX" "$TOTAL_STAGES" "$1" "$RESET"
56
- }
57
-
58
- # say "..." prints a plain instruction line.
59
- say() { printf ' %s\n' "$1"; }
60
- # step "..." is a numbered-feeling action the human takes in the browser.
61
- step() { printf ' %s•%s %s\n' "$BLUE" "$RESET" "$1"; }
62
- note() { printf ' %s%s%s\n' "$DIM" "$1" "$RESET"; }
63
- warn() { printf ' %s⚠ %s%s\n' "$YELLOW" "$1" "$RESET"; }
64
-
65
- # open_url URL opens it in the human's browser, cross-platform incl. WSL.
66
- open_url() {
67
- local url="$1"
68
- printf ' %s↗ opening%s %s\n' "$GREEN" "$RESET" "$url"
69
- { if command -v wslview >/dev/null 2>&1; then wslview "$url"
70
- elif command -v explorer.exe >/dev/null 2>&1; then explorer.exe "$url"
71
- elif command -v xdg-open >/dev/null 2>&1; then xdg-open "$url"
72
- elif command -v open >/dev/null 2>&1; then open "$url"
73
- else warn "couldn't open a browser; visit it manually: $url"; fi
74
- } >/dev/null 2>&1 || warn "couldn't open a browser, so visit it manually: $url"
75
- }
76
-
77
- # pause "msg" waits for the human to confirm they've done the manual part.
78
- pause() {
79
- printf ' %s%s%s ' "$DIM" "${1:-Press Enter to continue}" "$RESET"
80
- read -r _ || true
81
- }
82
-
83
- # confirm "question" is a y/N gate; returns success on yes.
84
- confirm() {
85
- local reply=""
86
- printf ' %s? %s [y/N] ' "$YELLOW" "$1"
87
- read -r reply || true
88
- [[ "$reply" =~ ^[Yy] ]]
89
- }
90
-
91
- # _existing KEY: current value of KEY in ENV_FILE, if any.
92
- _existing() {
93
- [[ -f "$ENV_FILE" ]] || return 1
94
- local line; line=$(grep -E "^${1}=" "$ENV_FILE" | tail -n1) || return 1
95
- printf '%s' "${line#*=}"
96
- }
97
-
98
- # ask KEY "Prompt" reads a value into $KEY. Offers the existing .env value as
99
- # a default on re-runs (Enter keeps it). Visible input (non-secret).
100
- ask() {
101
- local key="$1" prompt="$2" current input
102
- current=$(_existing "$key" || true)
103
- if [[ -n "$current" ]]; then
104
- printf ' %s%s%s %s[Enter keeps current]%s ' "$BOLD" "$prompt" "$RESET" "$DIM" "$RESET"
105
- else
106
- printf ' %s%s%s ' "$BOLD" "$prompt" "$RESET"
107
- fi
108
- read -r input || true
109
- [[ -z "$input" && -n "$current" ]] && input="$current"
110
- printf -v "$key" '%s' "$input"
111
- }
112
-
113
- # ask_secret KEY "Prompt" is like ask, but input is hidden.
114
- ask_secret() {
115
- local key="$1" prompt="$2" current input
116
- current=$(_existing "$key" || true)
117
- if [[ -n "$current" ]]; then
118
- printf ' %s%s%s %s[Enter keeps current]%s ' "$BOLD" "$prompt" "$RESET" "$DIM" "$RESET"
119
- else
120
- printf ' %s%s%s ' "$BOLD" "$prompt" "$RESET"
121
- fi
122
- read -rs input || true
123
- printf '\n'
124
- [[ -z "$input" && -n "$current" ]] && input="$current"
125
- printf -v "$key" '%s' "$input"
126
- }
127
-
128
- # write_env KEY VALUE upserts KEY=VALUE into ENV_FILE (creates it; replaces
129
- # any existing line). Idempotent.
130
- write_env() {
131
- local key="$1" value="$2" tmp
132
- touch "$ENV_FILE"
133
- tmp=$(mktemp)
134
- grep -vE "^${key}=" "$ENV_FILE" > "$tmp" || true
135
- printf '%s=%s\n' "$key" "$value" >> "$tmp"
136
- mv "$tmp" "$ENV_FILE"
137
- WRITTEN_ENV+=("$key")
138
- printf ' %s✓ wrote%s %s → %s\n' "$GREEN" "$RESET" "$key" "$ENV_FILE"
139
- }
140
-
141
- # set_secret NAME VALUE sets a GitHub Actions repo secret via gh. Falls back
142
- # to a warning (and records it) if gh is unavailable or unauthenticated.
143
- set_secret() {
144
- local name="$1" value="$2"
145
- if command -v gh >/dev/null 2>&1 && gh auth status >/dev/null 2>&1; then
146
- if printf '%s' "$value" | gh secret set "$name" >/dev/null 2>&1; then
147
- WRITTEN_SECRET+=("$name")
148
- printf ' %s✓ set%s GitHub secret %s\n' "$GREEN" "$RESET" "$name"
149
- return
150
- fi
151
- fi
152
- SKIPPED+=("GitHub secret $name (set it manually: gh secret set $name)")
153
- warn "skipped GitHub secret $name: gh not ready; set it later"
154
- }
155
-
156
- # set_var NAME VALUE sets a GitHub Actions repo variable (non-secret).
157
- set_var() {
158
- local name="$1" value="$2"
159
- if command -v gh >/dev/null 2>&1 && gh auth status >/dev/null 2>&1; then
160
- if gh variable set "$name" --body "$value" >/dev/null 2>&1; then
161
- printf ' %s✓ set%s GitHub variable %s\n' "$GREEN" "$RESET" "$name"
162
- return
163
- fi
164
- fi
165
- SKIPPED+=("GitHub variable $name")
166
- warn "skipped GitHub variable $name, gh not ready; set it later"
167
- }
168
-
169
- # finish clears, then shows a closing summary of everything configured.
170
- finish() {
171
- _clear
172
- printf '\n%s%s ✓ Setup complete%s\n' "$BOLD" "$GREEN" "$RESET"
173
- (( ${#WRITTEN_ENV[@]} )) && note "wrote ${#WRITTEN_ENV[@]} value(s) to $ENV_FILE: ${WRITTEN_ENV[*]}"
174
- (( ${#WRITTEN_SECRET[@]} )) && note "set ${#WRITTEN_SECRET[@]} GitHub secret(s): ${WRITTEN_SECRET[*]}"
175
- if (( ${#SKIPPED[@]} )); then
176
- printf '\n'; warn "still to do by hand:"
177
- for s in "${SKIPPED[@]}"; do note " - $s"; done
178
- fi
179
- printf '\n'
180
- }
181
-
182
- # ──────────────────────────────────────────────────────────────────────────
183
- # STAGES: author this section. One stage() per step the human takes.
184
- # Replace the example below. Set TOTAL_STAGES to match the stages you write.
185
- # ──────────────────────────────────────────────────────────────────────────
186
-
187
- TOTAL_STAGES=1
188
-
189
- banner "Stripe setup"
190
-
191
- # ── Example stage: replace with your real steps ───────────────────────────
192
- stage "Stripe: API keys"
193
- say "We'll grab your Stripe test keys and store them for local dev + CI."
194
- open_url "https://dashboard.stripe.com/test/apikeys"
195
- step "On the API keys page, copy the Publishable key (starts pk_test_)."
196
- ask STRIPE_PUBLISHABLE_KEY "Paste the publishable key:"
197
- step "Click 'Reveal test key' on the Secret key row, then copy it."
198
- ask_secret STRIPE_SECRET_KEY "Paste the secret key:"
199
- write_env STRIPE_PUBLISHABLE_KEY "$STRIPE_PUBLISHABLE_KEY"
200
- write_env STRIPE_SECRET_KEY "$STRIPE_SECRET_KEY"
201
- set_secret STRIPE_SECRET_KEY "$STRIPE_SECRET_KEY" # CI needs this one
202
- # ──────────────────────────────────────────────────────────────────────────
203
-
204
- finish