skills/doubleslashse/srs-documentation/SKILL.md
Software Requirements Specification documentation following IEEE 830 standard. Use when generating formal SRS documents or compiling gathered requirements into structured documentation.
npx skillsauth add aiskillstore/marketplace srs-documentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides guidance for creating formal Software Requirements Specification (SRS) documents following the IEEE 830 standard structure.
Organized by:
Each requirement should include:
Complete list of defined terms
Each requirement should be:
| Characteristic | Description | Example | |---------------|-------------|---------| | Necessary | Needed for system success | Not nice-to-have | | Unambiguous | Single interpretation | "User" defined specifically | | Complete | All information included | Includes error scenarios | | Consistent | No conflicts | Aligns with other requirements | | Verifiable | Can be tested | Measurable criteria | | Traceable | Has clear origin | Links to business need | | Modifiable | Can be changed easily | Unique ID, no redundancy | | Prioritized | Ranked by importance | MoSCoW classification |
DO:
DON'T:
Good Requirement:
FR-001: The system shall display search results within 3 seconds
of the user submitting a search query.
Bad Requirement:
The system should be fast and display results quickly.
FR-XXX: Core functional requirements
FR-AUTH-XXX: Authentication related
FR-RPT-XXX: Reporting related
FR-INT-XXX: Integration related
NFR-PERF-XXX: Performance
NFR-SEC-XXX: Security
NFR-REL-XXX: Reliability
NFR-USA-XXX: Usability
NFR-MAINT-XXX: Maintainability
CON-XXX: General constraints
CON-REG-XXX: Regulatory constraints
CON-TECH-XXX: Technical constraints
| Priority | Code | Description | |----------|------|-------------| | Must Have | M | Critical for success | | Should Have | S | Important but not critical | | Could Have | C | Nice to have | | Won't Have | W | Out of scope for this release |
| Priority | Level | Description | |----------|-------|-------------| | Critical | P1 | System cannot function without | | High | P2 | Major feature impacted | | Medium | P3 | Minor feature impacted | | Low | P4 | Enhancement or convenience |
1. Introduction
1.1 Purpose
1.2 Scope
2. Overall Description
2.1 Product Perspective
| ID | Description | Priority | Status | Source |
|----|-------------|----------|--------|--------|
| FR-001 | User login | M | Approved | Stakeholder Meeting 2024-01-15 |
Before finalizing SRS, verify:
See template.md for the complete SRS template. See checklists.md for validation checklists.
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.