From speckit-helper
Expertise in writing clear, testable specifications. Activates when user discusses requirements, features, user stories, or acceptance criteria. Trigger keywords: specification, requirements, user story, acceptance criteria, feature spec, functional requirement, non-functional requirement, spec.md
npx claudepluginhub datamaker-kr/synapse-claude-marketplace --plugin speckit-helperThis skill is limited to using the following tools:
This skill provides expertise in writing clear, testable, and structured specifications. It activates automatically when the user discusses requirements gathering, feature definitions, user stories, or acceptance criteria. The goal is to produce specification documents that are unambiguous, complete, and directly translatable into implementation tasks.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
This skill provides expertise in writing clear, testable, and structured specifications. It activates automatically when the user discusses requirements gathering, feature definitions, user stories, or acceptance criteria. The goal is to produce specification documents that are unambiguous, complete, and directly translatable into implementation tasks.
The skill is triggered when the conversation involves:
spec.md)Generate specifications following a consistent template structure:
FR-001, FR-002, etc.NFR-001, NFR-002, etc.All requirements follow a strict numbering convention:
FR-001, FR-002, FR-003, ...NFR-001, NFR-002, NFR-003, ...Break down features into user stories using the standard format:
As a [role],
I want to [action],
So that [benefit].
Each user story is labeled (e.g., US1, US2) and linked to one or more functional requirements.
Every user story includes acceptance criteria in Gherkin-style syntax:
Given [precondition],
When [action is performed],
Then [expected outcome].
Acceptance criteria serve as the contract between specification and implementation.
Before finalizing a specification, the skill validates against a quality checklist to ensure completeness and clarity.
The spec authoring process follows a four-step pipeline:
Before a specification is considered complete, verify the following:
FR-XXX)NFR-XXX)As a / I want / So that formatGiven/When/Then formatFor detailed templates, criteria, and examples, consult the following reference files:
references/spec-template.md -- The canonical specification template structurereferences/quality-criteria.md -- Full quality validation criteria and scoring rubricreferences/examples.md -- Annotated examples of well-written specifications