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
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 specificationsSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer