mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
Add a user-invoked `to-plan` skill — the sequential, HITL sibling of `to-issues`. Both slice work into tracer-bullet vertical slices, but `to-plan` produces one ordered sequence you drive by hand, one phase per fresh context, rather than parallel independently-grabbable issues. It publishes to the tracker `/setup-matt-pocock-skills` configured, shaped to it: a single sequential `plan.md` for a local tracker, or a parent issue with ordered sub-issues (native sub-issues where supported) for a real one. Registers the skill everywhere CLAUDE.md requires (plugin.json, top-level and bucket READMEs, docs page), updates the `ask-matt` router's main-flow fork to offer both to-issues and to-plan, and adds a changeset. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
903 B
JSON
27 lines
903 B
JSON
{
|
|
"name": "mattpocock-skills",
|
|
"skills": [
|
|
"./skills/engineering/ask-matt",
|
|
"./skills/engineering/diagnosing-bugs",
|
|
"./skills/engineering/grill-with-docs",
|
|
"./skills/engineering/triage",
|
|
"./skills/engineering/improve-codebase-architecture",
|
|
"./skills/engineering/setup-matt-pocock-skills",
|
|
"./skills/engineering/tdd",
|
|
"./skills/engineering/to-issues",
|
|
"./skills/engineering/to-plan",
|
|
"./skills/engineering/to-prd",
|
|
"./skills/engineering/implement",
|
|
"./skills/engineering/prototype",
|
|
"./skills/engineering/research",
|
|
"./skills/engineering/domain-modeling",
|
|
"./skills/engineering/codebase-design",
|
|
"./skills/engineering/code-review",
|
|
"./skills/productivity/grill-me",
|
|
"./skills/productivity/grilling",
|
|
"./skills/productivity/handoff",
|
|
"./skills/productivity/teach",
|
|
"./skills/productivity/writing-great-skills"
|
|
]
|
|
}
|