Alias for requirement-summarizer. Produces a structured summary of a requirements document — the key obligations, grouped by actor and concern, with the MUST/SHOULD/MAY breakdown. Use when onboarding to a large spec, when deciding what to implement first, or when the user asks what a standard actually requires.
Install with Tessl CLI
npx tessl i github:santosomar/general-secure-coding-agent-skills --skill requirement-summary88
Quality
85%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
This skill is an alias. → requirement-summarizer for the full workflow.
The two names exist because "summary" (the noun — the artifact you want) and "summarizer" (the verb — the thing that produces it) both get asked for. They mean the same thing. Follow the link.
What the target skill does:
| Input | Output |
|---|---|
| Requirements document | Obligations table: actor → MUST / SHOULD / MAY |
| RFC / standard | Normative statements extracted, informative prose stripped |
| Long spec | Grouped by concern (auth, storage, transport, …) |
| You actually wanted… | Go to |
|---|---|
| To compare two versions of requirements | → requirement-comparison-reporter |
| To check if code covers requirements | → requirement-coverage-checker |
| To make one vague requirement precise | → requirement-enhancer |
| To turn a requirement into concrete test scenarios | → scenario-generator |
Otherwise: → requirement-summarizer.
47d56bb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.