arabelatso/requirement-summary
Generate concise, structured summaries of requirements for quick team understanding. Use when analyzing requirements from text documents (MD, TXT, DOCX) or technical specifications to create bullet-point summaries that highlight core functionality and dependencies/constraints. Ideal for sprint planning, stakeholder updates, team onboarding, or any situation requiring rapid comprehension of requirement documents.
npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill requirement-summary
Generate structured, bullet-point summaries (5-7 items) from requirement documents that enable teams to quickly grasp core functionality and critical constraints without reading full specifications.
Read the provided requirement document thoroughly to identify:
Focus on information that directly impacts implementation decisions:
Create a bullet-point list with 5-7 items following this pattern:
**[Category]**: [Concise description]
Recommended categories:
Each bullet point should:
Ensure the summary answers:
Input: A 3-page technical specification for a user authentication system
Output:
**Core Functionality**: Implement OAuth 2.0 authentication with support for Google and GitHub providers, including token refresh and session management
**Key Dependencies**: Requires integration with existing user database (PostgreSQL), Redis for session storage, and external OAuth provider APIs
**Technical Constraints**: Must support 10,000 concurrent users with <200ms authentication latency; sessions expire after 24 hours of inactivity
**Integration Points**: Connects to existing user profile service via REST API; emits authentication events to event bus for audit logging
**Security Requirements**: Enforce HTTPS-only, implement CSRF protection, store tokens encrypted at rest using AES-256
**Out of Scope**: Multi-factor authentication and single sign-on (SSO) deferred to Phase 2
Take arabelatso/requirement-summary from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.