growi-mcp-server: Command for Claude Code

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

spec-requirements is a command for Claude Code from growilabs/growi-mcp-server. It costs 6 tokens per session (399 once invoked), scanned A, original, MIT.

A command that generates detailed software requirements for a named feature. It uses a project's existing specification files and rules, including EARS, a structured format for writing testable requirements.

In plain words
What is it for?
Use it after starting a Kiro feature specification to produce requirements in .kiro/specs/<feature>/requirements.md.
Why use it?
It turns an initialized feature specification into a fuller requirements document and checks that the needed project files exist.

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-requirements.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-requirements

README.md
[![agentmods](https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/spec-requirements/github.svg)](https://agentmods.dev/commands/growilabs/growi-mcp-server/spec-requirements)
Your own site
<a href="https://agentmods.dev/commands/growilabs/growi-mcp-server/spec-requirements"><img src="https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/spec-requirements/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spec-requirements

Your own site · 80×15
<a href="https://agentmods.dev/commands/growilabs/growi-mcp-server/spec-requirements"><img src="https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/spec-requirements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 399 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 original No closer match found 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.00006 $0.00399
Opus 5 $0.00003 $0.00199
Sonnet 5 $0.00001 $0.00080
Haiku 4.5 $0.00001 $0.00040

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

Security

Grade A, and why

spec-requirements 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 9d 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.

.claude/commands/kiro/spec-requirements.md · 63 lines

What it actually says

Requirements Generation

Parse Arguments

  • Feature name: $1

Validate

Check that spec has been initialized:

  • Verify .kiro/specs/$1/ exists
  • Verify .kiro/specs/$1/spec.json exists

If validation fails, inform user to run /kiro:spec-init first.

Invoke Subagent

Delegate requirements generation to spec-requirements-agent:

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

Task(
  subagent_type="spec-requirements-agent",
  description="Generate EARS requirements",
  prompt="""
Feature: $1
Spec directory: .kiro/specs/$1/

File patterns to read:
- .kiro/specs/$1/spec.json
- .kiro/specs/$1/requirements.md
- .kiro/steering/*.md
- .kiro/settings/rules/ears-format.md
- .kiro/settings/templates/specs/requirements.md

Mode: generate
"""
)

Display Result

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

Next Phase: Design Generation

If Requirements Approved:

  • Review generated requirements at .kiro/specs/$1/requirements.md
  • Optional Gap Analysis (for existing codebases):
    • Run /kiro:validate-gap $1 to analyze implementation gap with current code
    • Identifies existing components, integration points, and implementation strategy
    • Recommended for brownfield projects; skip for greenfield
  • Then /kiro:spec-design $1 [-y] to proceed to design phase

If Modifications Needed:

  • Provide feedback and re-run /kiro:spec-requirements $1

Note: Approval is mandatory before proceeding to design phase.

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. 9d ago First seen · 63 lines · 6 tokens per session scan A df2d7fb75d50

Subscribe to this mod's changes

spec-requirements is a command published in the GitHub repository growilabs/growi-mcp-server (19 stars, last pushed 1mo ago), licensed MIT. It adds 6 tokens to every session and 399 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.