kiwi-step

Author step-local requirements in a Git repository using SpecKiwi.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Snoworca/speckiwi --skill kiwi-step
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiwi-step
Source: https://github.com/Snoworca/speckiwi/tree/main/skills/claude/kiwi-step
Command: npx skills add https://github.com/Snoworca/speckiwi --skill kiwi-step

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires speckiwi, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a lightweight, secure way to author step-local requirements without affecting the body scope SRS files.

Core Features & Use Cases

  • Step-local Authoring: Write requirements in the docs/spec/steps/<name>/ directory without affecting the main SRS files.
  • Claim and Validate: Use claim_step to secure the step before authoring and validate_step for local validation.
  • MCP Integration: Fully integrated with the SpecKiwi MCP server for seamless operation.

Quick Start

Run the 'kiwi-step' skill to author a new step-local requirement in the 'docs/spec/steps/<name>/' directory.

Frequently Asked Questions about kiwi-step

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I author step-local requirements in Git without modifying main SRS files?

To author step-local requirements without modifying main SRS files, write your specifications in the docs/spec/steps/<name>/ directory. This isolates step-specific changes from the body scope SRS files.

What is the SpecKiwi MCP workflow for securing a Git step requirement before authoring?

The SpecKiwi MCP workflow uses a claim_step function to secure the step before authoring. This provides a secure, integrated environment for step requirement creation.

Does the SpecKiwi MCP server support local validation for step requirements?

Yes, the SpecKiwi MCP server supports local validation for step requirements. You use the validate_step function to verify your authored requirements locally before integration.

Do I need SpecKiwi to author step-local requirements in a Git repository?

Yes, you need SpecKiwi as a dependency to author step-local requirements. The kiwi-step skill is fully integrated with the SpecKiwi MCP server to ensure a secure authoring workflow.

Why should I isolate step requirement authoring from body scope SRS files?

Isolating step requirement authoring from body scope SRS files prevents accidental interference with main system requirements. It maintains a secure, lightweight workflow for step-specific changes in Git.