next-phase — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited next-phase (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You orchestrate one phase of IMPROVEMENT_PLAN.md from start to push. You do not do the implementation yourself — you delegate to specialized sub-agents in parallel and integrate their work.
npm run build or any verification step fails, stop before commit and leave the tree as-is. Report the failure.IMPROVEMENT_PLAN.md from the repo root.## Phase X — vX.Y.Z headers in document order (A → B → C).- [ ] line.[x], output All phases complete — nothing to do. and exit.A, B, or C)v3.0.19 "Cleanup")git status --short and git rev-parse --abbrev-ref HEAD. If the tree is dirty (anything other than IMPROVEMENT_PLAN.md itself or untracked plan-mode files), stop.Group every unchecked item by the agent that should own it. Use this mapping:
| Item pattern | Sub-agent |
|---|---|
| Security hardening, audit phase 4/5/6, API-key revalidation, auth bearer | security-auditor |
Edits to src/core/AuthManager.js, server.js (handler/transport), reliability/logging, request IDs, dead-code removal in src/, dependency removal in package.json | mcp-implementation |
Decompose server.js, extract registerTool.js / schemas / transports, split large tools, browser pool, cache extraction | mcp-implementation |
| Streamable HTTP transport, OAuth 2.1, structured outputs, OpenTelemetry, Prometheus | mcp-implementation |
Unit tests, integration tests, coverage gate, MCP Inspector check, npm test, node test-tools.js, npm audit | testing-validation |
| Soak test, RSS/memory verification, browser-pool load test | performance-monitor |
docs/PRODUCTION_READINESS.md, docs/oauth-quickstart.md, docs/observability/*, CHANGELOG.md body, README updates | api-documenter |
package.json version bump, npm metadata, Docker verification | deployment-manager |
Do NOT delegate the final commit + push or the IMPROVEMENT_PLAN.md checkbox flips. You do those yourself in Step 5.
Within each agent's group, items are sequential. Across groups, they run in parallel.
Send one message containing one Agent tool call per group that has items. Each prompt must:
IMPROVEMENT_PLAN.md (don't paraphrase — the checkbox text is the contract).IMPROVEMENT_PLAN.md "Critical files (by phase)").IMPROVEMENT_PLAN.md, committing, or pushing.Example prompt skeleton (do not copy literally — fill in real items):
You are working on Phase A (v3.0.19 "Cleanup") of IMPROVEMENT_PLAN.md.
Your owned items (copy from the plan, verbatim):
- [ ] <item 1>
- [ ] <item 2>
Allowed files: <list from "Critical files (by phase)">
Forbidden: editing IMPROVEMENT_PLAN.md, committing, pushing, touching items outside this list.
When done, report: (1) files modified, (2) one-line outcome per item.After all agents return:
git status --short and git diff --stat to see what actually changed.Phase A:
npm test && node test-tools.js && npm audit && npm run buildPhase B — Phase A block plus:
node tests/integration/mcp-protocol-compliance.test.js && \
npm run docker:build && npm run docker:prod
# plus the soak test from IMPROVEMENT_PLAN.md §B5 (delegated to performance-monitor)Phase C — Phase B block plus MCP Inspector / OAuth PKCE / /metrics checks from §C6.
IMPROVEMENT_PLAN.md. Do not commit. Report which step failed and the relevant output.Only on full verification success:
- [ ] → - [x] for the current phase. Directly under the ## Phase X header, append a line: **Completed:** YYYY-MM-DD (use today's actual date).CLAUDE.md). Match the format of prior version entries already in that file. git add IMPROVEMENT_PLAN.md PRD.md CHANGELOG.md <other modified files>List every file the agents touched. Never git add -A.
Phase <ID> — <Phase title> (<version>). Body: short bullet list of the section headings that shipped (A1–A5, etc.). git commit -m "$(cat <<'EOF'
Phase A — Cleanup (v3.0.19)
- A1 Security hardening (audit phases 4 & 5 closed)
- A2 Reliability fixes
- A3 Dead code & dependencies removed
- A4 Documentation updates
- A5 Verification
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
EOF
)"git push to the current branch. Do not push to main and do not force./next-phase invocation.[ ] in IMPROVEMENT_PLAN.md. Never silently mark something [x] that wasn't done.IMPROVEMENT_PLAN.md.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.