Skip to content

Commit c71ea31

Browse files
committed
fix(52): align MCP issue tool refs and refresh Wave 2 plan
1 parent 2cca963 commit c71ea31

7 files changed

Lines changed: 68 additions & 28 deletions
Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Next Issues Execution Plan"
33
description: "Prioritised execution plan for the next open issues after label-governance stabilisation closeout."
4-
version: "v1.0.3"
4+
version: "v1.1.0"
55
last_updated: "2026-05-28"
66
file_type: "project"
77
maintainer: "LightSpeed Team"
@@ -12,35 +12,33 @@ domain: "governance"
1212
stability: "active"
1313
---
1414

15-
## Next Issues Execution Plan (2026-05-27)
15+
## Next Issues Execution Plan (2026-05-28)
1616

1717
## Scope
1818

1919
This plan prioritises the next open `lightspeedwp/.github` issues that are
2020
ready and high-leverage after closing the label governance sequence (`#66`,
2121
`#67`, `#69`, `#95`, `#449`).
2222

23-
Live checks on 2026-05-28: issues `#65`, `#63`, `#62`, and `#64` are closed
24-
(merged via PRs `#452`, `#454`, `#458`, and `#460`). The next open sequence
25-
now starts at `#61`.
23+
Live checks on 2026-05-28: issues `#65`, `#63`, `#62`, `#64`, and `#61` are
24+
closed (merged via PRs `#452`, `#454`, `#458`, `#461`, and `#493`). Follow-up
25+
policy hardening is merged via PR `#463`.
2626

2727
## Prioritised backlog
2828

29-
### Wave 1 - Documentation and workflow execution (start here)
29+
### Wave 1 - immediate execution (in progress)
3030

31-
1. `#61` [Docs/Workflows] Convert spec-only agents into Issues with templates
32-
and project mapping
33-
Link: [#61](https://github.com/lightspeedwp/.github/issues/61)
34-
2. `#52` Update references from `create_issue` to `issue_write` and scan
31+
1. `#52` Update references from `create_issue` to `issue_write` and scan
3532
outdated MCP tools
3633
Link: [#52](https://github.com/lightspeedwp/.github/issues/52)
34+
2. PR closeout + merge confirmation + issue closure for `#52`.
3735

3836
Why this wave first:
3937

40-
- closes the highest-priority remaining docs and workflow hygiene debt
41-
- keeps issue templates, project mapping, and tool references consistent
38+
- clears remaining tooling-reference drift before larger docs and agent waves
39+
- ensures active prompts and specs match current MCP tool naming
4240

43-
### Wave 2 - standards and documentation debt
41+
### Wave 2 - reprioritised backlog (post-#52)
4442

4543
1. `#60` [Docs/Workflows] Pilot telemetry for Tour Operator + document
4644
opt-outs
@@ -53,14 +51,42 @@ Why this wave first:
5351

5452
Why second:
5553

56-
- preserves momentum after the completed governance and hook hardening work
57-
- keeps broader audits behind targeted workflow and docs fixes
54+
- preserves momentum after #52 tooling alignment
55+
- keeps broader audits ordered behind explicit agent burn-down batches
56+
57+
### Wave 2A - core runtime agent burn-down batch
58+
59+
Issues: `#464`, `#465`, `#466`, `#467`, `#468`, `#469`, `#476`, `#480`,
60+
`#482`.
61+
62+
Focus:
63+
64+
- core runtime agent specs with highest operational leverage
65+
- consistency checks for tool declarations, acceptance criteria, and ownership
66+
67+
### Wave 2B - mode and planning agent batch
68+
69+
Issues: `#470`, `#471`, `#473`, `#475`, `#478`, `#484`, `#486`.
70+
71+
Focus:
72+
73+
- mode/planning behaviour specs and orchestration quality
74+
- remove overlap and tighten spec boundaries before implementation work
75+
76+
### Wave 2C - scaffolds and completion batch
77+
78+
Issues: `#488`, `#490`.
79+
80+
Focus:
81+
82+
- template and test scaffolding completion
83+
- final pass on mapping, labels, and closure evidence
5884

5985
## Execution order and dependencies
6086

61-
1. Execute `#61` before `#52` so template and project mapping conventions are
62-
set before tool-reference sweeps.
63-
2. Defer broader doc audits (`#31`, `#23`) until Wave 1 is merged.
87+
1. Execute and merge `#52` before Wave 2 batch starts.
88+
2. Run Wave 2A -> Wave 2B -> Wave 2C in order.
89+
3. Defer broader doc audits (`#31`, `#23`) until Wave 2A is merged.
6490

6591
## Definition of done per issue
6692

@@ -71,4 +97,6 @@ Why second:
7197

7298
## Proposed immediate next action
7399

74-
Start with `#61` in a dedicated branch and open the next PR from that issue.
100+
Continue with `#52` merge and issue closure, then open Wave 2A branch for the
101+
core runtime batch (`#464`, `#465`, `#466`, `#467`, `#468`, `#469`, `#476`,
102+
`#480`, `#482`).

.github/prompts/create-github-issue-feature-from-specification.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools:
66
"search/codebase",
77
"search",
88
"github",
9-
"create_issue",
9+
"issue_write",
1010
"search_issues",
1111
"update_issue",
1212
]
@@ -20,7 +20,7 @@ Create GitHub Issue for the specification at `${file}`.
2020

2121
1. Analyze specification file to extract requirements
2222
2. Check existing issues using `search_issues`
23-
3. Create new issue using `create_issue` or update existing with `update_issue`
23+
3. Create new issue using `issue_write` or update existing with `update_issue`
2424
4. Use `feature_request.yml` template (fallback to default)
2525

2626
## Requirements

.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools:
66
"search/codebase",
77
"search",
88
"github",
9-
"create_issue",
9+
"issue_write",
1010
"search_issues",
1111
"update_issue",
1212
]
@@ -20,7 +20,7 @@ Create GitHub Issues for the implementation plan at `${file}`.
2020

2121
1. Analyze plan file to identify phases
2222
2. Check existing issues using `search_issues`
23-
3. Create new issue per phase using `create_issue` or update existing with `update_issue`
23+
3. Create new issue per phase using `issue_write` or update existing with `update_issue`
2424
4. Use `feature_request.yml` or `chore_request.yml` templates (fallback to default)
2525

2626
## Requirements

.github/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools:
66
"search/codebase",
77
"search",
88
"github",
9-
"create_issue",
9+
"issue_write",
1010
"search_issues",
1111
"update_issue",
1212
]
@@ -21,7 +21,7 @@ Create GitHub Issues for unimplemented requirements in the specification at `${f
2121
1. Analyze specification file to extract all requirements
2222
2. Check codebase implementation status for each requirement
2323
3. Search existing issues using `search_issues` to avoid duplicates
24-
4. Create new issue per unimplemented requirement using `create_issue`
24+
4. Create new issue per unimplemented requirement using `issue_write`
2525
5. Use `feature_request.yml` template (fallback to default)
2626

2727
## Requirements

.github/prompts/my-issues.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tools:
44
[
55
"githubRepo",
66
"github",
7-
"get_issue",
7+
"issue_read",
88
"get_issue_comments",
99
"get_me",
1010
"list_issues",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Documentation
1111

12+
- Closed issue `#64` with merged PR `#461` (canonical `ai/*` source
13+
consolidation) and follow-up governance hardening merged via PR `#463`
14+
(`meta:no-changelog` policy and validation guardrails).
15+
- Updated active next-issues execution planning with a formal Wave 2
16+
reprioritisation and explicit burn-down batches for spec-only agent tasks
17+
`#464`-`#490`.
1218
- Added spec-only agent issue conversion tracking under `#61`, including
1319
canonical issue mapping and duplicate cleanup notes.
1420
- Added Husky pre-push contributor guidance and aligned local development docs
@@ -22,6 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228
label-governance policy config, and documented #95 decision gating for
2329
destructive cleanup.
2430

31+
### Changed
32+
33+
- Replaced stale MCP tool references for issue creation and lookup across
34+
agent/prompt specs (`create_issue` -> `issue_write`, `get_issue` ->
35+
`issue_read`) as part of issue `#52` alignment.
36+
2537
## [0.4.0] - 2026-05-27
2638

2739
### Documentation

agents/mode-prd.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tools:
1111
"githubRepo",
1212
"search",
1313
"add_issue_comment",
14-
"create_issue",
14+
"issue_write",
1515
"update_issue",
16-
"get_issue",
16+
"issue_read",
1717
"search_issues",
1818
]
1919
metadata:

0 commit comments

Comments
 (0)