mcp-software-planning
Installation
SKILL.md
MCP Skill: Software Planning
Scope
Use the MCP server configured as Software-planning-mcp in .vscode/mcp.json to produce planning artifacts that align with Black-Tortoise governance (DDD boundaries, append-before-publish, minimalism).
Preconditions
- Ensure
.vscode/mcp.jsoncontains a server entry namedSoftware-planning-mcp. - Planning output must be compatible with the repo workflow (requirements/design/tasks + audit notes when needed).
Operating Rules
- Keep plans minimal and verifiable (Occam's Razor): only create artifacts that will be used.
- Tie every plan step to a concrete file/command in this repo (e.g.,
pnpm run architecture:gate). - Do not invent APIs or layers; follow existing module boundaries.
Typical Workflows
- Requirements drafting
- Input: feature goal, constraints, affected bounded context/capability.
- Output: acceptance criteria + non-functional constraints.