growi-mcp-server: Command for Claude Code

.claude/commands/kiro/spec-design.md

spec-design is a command for Claude Code from growilabs/growi-mcp-server. It costs 7 tokens per session (431 once invoked), scanned A, a copy of spec-design, MIT.

A command that turns completed feature requirements into a technical design. It reads project guidance and writes design and research documents in the feature’s specification folder.

In plain words
What is it for?
It helps design a named feature from files such as requirements, project rules, templates, and steering documents. After approval, it points the user to the next step: generating implementation tasks.
Why use it?
It gives developers a structured design step before implementation begins. It also checks that the requirements phase is complete and can update an existing design.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; positional $N argument.

This is growilabs/growi-mcp-server's own configuration. It tells Claude Code how to work on growi-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything growi-mcp-server configures →

Part of the mcp-client-skills plugin — 2 skills, 12 commands shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to growilabs/growi-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/growilabs/growi-mcp-server/main/.claude/commands/kiro/spec-design.md
Clone the repo
git clone --depth 1 https://github.com/growilabs/growi-mcp-server

Made for: Claude Code.

Or install mcp-client-skills, the plugin that ships this one along with the rest of its 2 skills, 12 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spec-design

README.md
[![agentmods](https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/spec-design.svg)](https://agentmods.dev/commands/growilabs/growi-mcp-server/spec-design)
Your own site
<a href="https://agentmods.dev/commands/growilabs/growi-mcp-server/spec-design"><img src="https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/spec-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00007 $0.00431
Opus 5 $0.00003 $0.00216
Sonnet 5 $0.00001 $0.00086
Haiku 4.5 $0.00001 $0.00043

Measured 8d ago against content hash 8d8853866bdc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

spec-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to spec-design — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/kiro/spec-design.md · 64 lines

What it actually says

Technical Design Generator

Parse Arguments

  • Feature name: $1
  • Auto-approve flag: $2 (optional, "-y")

Validate

Check that requirements have been completed:

  • Verify .kiro/specs/$1/ exists
  • Verify .kiro/specs/$1/requirements.md exists

If validation fails, inform user to complete requirements phase first.

Invoke Subagent

Delegate design generation to spec-design-agent:

Use the Task tool to invoke the Subagent with file path patterns:

Task(
  subagent_type="spec-design-agent",
  description="Generate technical design and update research log",
  prompt="""
Feature: $1
Spec directory: .kiro/specs/$1/
Auto-approve: {true if $2 == "-y", else false}

File patterns to read:
- .kiro/specs/$1/*.{json,md}
- .kiro/steering/*.md
- .kiro/settings/rules/design-*.md
- .kiro/settings/templates/specs/design.md
- .kiro/settings/templates/specs/research.md

Discovery: auto-detect based on requirements
Mode: {generate or merge based on design.md existence}
Language: respect spec.json language for design.md/research.md outputs
"""
)

Display Result

Show Subagent summary to user, then provide next step guidance:

Next Phase: Task Generation

If Design Approved:

  • Review generated design at .kiro/specs/$1/design.md
  • Optional: Run /kiro:validate-design $1 for interactive quality review
  • Then /kiro:spec-tasks $1 -y to generate implementation tasks

If Modifications Needed:

  • Provide feedback and re-run /kiro:spec-design $1
  • Existing design used as reference (merge mode)

Note: Design approval is mandatory before proceeding to task generation.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 64 lines · 7 tokens per session scan A 8d8853866bdc

Subscribe to this mod's changes

spec-design is a command published in the GitHub repository growilabs/growi-mcp-server (19 stars, last pushed 1mo ago), licensed MIT. It adds 7 tokens to every session and 431 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to spec-design, differing in 18 lines, and is treated as a copy.