Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.juanklagos/sdd-mcp

NPM · @JUANKLAGOS/SDD-MCP · SCANNED AUG 7

Spec-Driven Development workflow: specs, plans, gates, status and logbook tools. Bilingual EN/ES.

Available components

+45 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 98 of 102 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 98 of 102 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability47
  • 7% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1767 tokens (~65/item across 27 items; 21 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 74% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @juanklagos/sdd-mcp

# add to Claude Code
claude mcp add juanklagos-sdd-mcp -- npx -y @juanklagos/sdd-mcp
# add to Codex CLI
codex mcp add juanklagos-sdd-mcp -- npx -y @juanklagos/sdd-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "juanklagos-sdd-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@juanklagos/sdd-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add juanklagos-sdd-mcp --command npx --arg -y --arg @juanklagos/sdd-mcp
# ~/.hermes/config.yaml
mcp_servers:
  juanklagos-sdd-mcp:
    command: "npx"
    args: ["-y", "@juanklagos/sdd-mcp"]
// mcp.json
{
  "mcpServers": {
    "juanklagos-sdd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 6 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 4 Aug 26 +4
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +54
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → 7 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • First check of Capabilities: pass functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Schema quality: 7 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/@juanklagos/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 98 packages
Packages resolved 98
Deprecated 97
Stale 29
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 21 exposed · ~1,685 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
sdd_append_project_log ~54

Append content to bitacora/global/PROJECT_LOG.md.

NameTypeReqDescription
entrystringyes
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
contentstringyes
pathstringyes

No examples provided.

sdd_approve_spec ~142

Surgically fill the existing approval block of a spec.md: Estado -> Aprobado, approval date -> today, approver -> given name, evidence when provided (always wins) or when the line is empty. Fails clearly when the block is missing.

NameTypeReqDescription
approverstringyesPerson or role approving the spec.
evidencestringApproval evidence (link or short quote); overwrites the evidence line when given.
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
specIdstringyesNumbered spec folder id such as 001-my-feature.
NameTypeReqDescription
approvalDatestringyes
approverstringyes
evidenceUpdatedbooleanyes
fieldsUpdatedarrayyes
specIdstringyes
statusstringyes

No examples provided.

sdd_board_app ~84

Show the visual SDD board inside the client (MCP Apps): spec cards with approval status and task progress, board connections, the gate semaphore and dependency warnings. Read-only view; hosts without MCP Apps support get the same data as JSON text.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
boardobjectyes
gateobjectyes
projectRootstringyes

No examples provided.

sdd_board_connect ~99

Connect two existing board cards with an optional labeled edge and persist specs/board.canvas. Idempotent for identical edges.

NameTypeReqDescription
fromNodestringyesSource node id, e.g. a spec id like 001-my-feature.
labelstring
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
toNodestringyesTarget node id.
NameTypeReqDescription
canvasobjectyes

No examples provided.

sdd_board_read ~63

Read the visual SDD Builder board: the specs/board.canvas layout (JSON Canvas) plus every spec with its approval status and task progress.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
canvasobjectyes
specsarrayyes

No examples provided.

sdd_board_write ~70

Replace the specs/board.canvas layout (JSON Canvas: nodes + edges). Only layout is stored; markdown files are never touched by this tool.

NameTypeReqDescription
canvasobjectyes
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
edgesnumberyes
nodesnumberyes
okbooleanyes

No examples provided.

sdd_check_gate ~44

Verify whether implementation can proceed under SDD rules.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
approvedSpecsnumberyes
errorsnumberyes
messagesarrayyes
okbooleanyes
totalSpecsnumberyes
verdictstringyes
warningsnumberyes

No examples provided.

sdd_create_spec ~59

Create the next numbered spec folder from the template.

NameTypeReqDescription
featureNamestringyes
ownerstring
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
indexUpdatedbooleanyes
specDirstringyes
specIdstringyes

No examples provided.

sdd_create_workspace ~58

Create a runnable SDD workspace inside the recommended default folder ./www/<project-name>.

NameTypeReqDescription
assistantstring
profilestring
projectNamestringyes
useSpecKitboolean
NameTypeReqDescription
assistantstringyes
layoutstringyes
profilestringyes
projectRootstringyes
sddRootstringyes
usedSpecKitbooleanyes

No examples provided.

sdd_gate_summary ~94

One-call gate semaphore: runs the SDD gate check plus the structural validation and groups every message by the spec it belongs to (the same data the SDD Builder chip and per-card badges show). Includes advisory dependencyWarnings from the board's typed edges (approved spec depending on a not-approved one).

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
approvedSpecsnumberyes
dependencyWarningsarrayyes
errorsnumberyes
gateobjectyes
generalIssuesarrayyes
okbooleanyes
specIssuesobjectyes
totalSpecsnumberyes
validationobjectyes
verdictstringyes
warningsnumberyes

No examples provided.

sdd_generate_roadmap ~55

Generate docs/roadmap.mmd and docs/roadmap.md from specs/INDEX.md.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
markdownstringyes
markdownPathstringyes
mermaidstringyes
mermaidPathstringyes

No examples provided.

sdd_generate_status ~46

Generate STATUS.md from the current project specs and logbook.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
contentstringyes
pathstringyes

No examples provided.

sdd_list_specs ~42

List numbered specs and their approval status.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
specsarrayyes

No examples provided.

sdd_read_tasks ~71

Read the checkbox tasks of a spec's tasks.md with their line numbers and done state.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
specIdstringyesNumbered spec folder id such as 001-my-feature.
NameTypeReqDescription
specIdstringyes
tasksarrayyes

No examples provided.

sdd_record_user_consent ~101

Record explicit user consent before implementation starts. Pass specId so the consent is bound to that spec; without it the entry is a legacy, markerless line that only covers specs approved before it.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
specIdstringNumbered spec folder id such as 001-my-feature.
summarystringyes
NameTypeReqDescription
logFilestringyes
summarystringyes
timestampstringyes

No examples provided.

sdd_set_task_done ~107

Toggle one checkbox line in a spec's tasks.md (surgical edit, atomic write) and return the updated tasks.

NameTypeReqDescription
donebooleanyes
lineintegeryesZero-based line number of the task, as returned by sdd_read_tasks.
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
specIdstringyesNumbered spec folder id such as 001-my-feature.
NameTypeReqDescription
specIdstringyes
tasksarrayyes

No examples provided.

sdd_update_spec_sections ~222

Replace ONLY the content under the guided-editor headings of a spec.md (user story, acceptance scenarios, EARS criteria, requirements, spec properties, success criteria, out of scope — the full template) preserving everything else, the approval block included. Tolerant to the EN/ES headings of the canonical repo template (specs/_template/spec.md).

NameTypeReqDescription
criteriaarrayEARS acceptance criteria (bullet list).
outOfScopestringOut of scope (free text).
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
propertiesarraySpec properties — universal, testable properties (bullet list).
requirementsarrayRequirements (bullet list).
scenariosarrayAcceptance scenarios (numbered list).
specIdstringyesNumbered spec folder id such as 001-my-feature.
storystringMain user story (free text).
successCriteriaarraySuccess criteria (bullet list).
NameTypeReqDescription
createdarrayyes
specIdstringyes
updatedarrayyes

No examples provided.

sdd_validate ~45

Validate the SDD structure and required files of a project.

NameTypeReqDescription
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
errorsnumberyes
messagesarrayyes
okbooleanyes
warningsnumberyes

No examples provided.

sdd_write_daily_log ~68

Create or replace a daily log entry in bitacora/diaria.

NameTypeReqDescription
contentstringyes
datestringyesUse YYYY-MM-DD.
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
contentstringyes
pathstringyes

No examples provided.

sdd_write_decision ~80

Create or replace a decision file in bitacora/decisiones.

NameTypeReqDescription
contentstringyes
fileNamestringyesUse a markdown filename such as 2026-03-18-decision.md.
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
contentstringyes
pathstringyes

No examples provided.

sdd_write_handoff ~81

Create or replace a handoff file in bitacora/handoffs.

NameTypeReqDescription
contentstringyes
fileNamestringyesUse a markdown filename such as 2026-03-18-handoff.md.
projectRootstringyesAbsolute target project path. Recommended default inside this template: ./www/<project-name>.
NameTypeReqDescription
contentstringyes
pathstringyes

No examples provided.