Borrowing it
Nothing to install: this file belongs to CGSOG-JumpStarts/JumpStart-AutoNav. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/CGSOG-JumpStarts/JumpStart-AutoNav/main/.github/skills/requirements/SKILL.mdgit clone --depth 1 https://github.com/CGSOG-JumpStarts/JumpStart-AutoNavWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cgsog-jumpstarts/jumpstart-autonav/requirements)<a href="https://agentmods.dev/skills/cgsog-jumpstarts/jumpstart-autonav/requirements"><img src="https://agentmods.dev/badge/skills/cgsog-jumpstarts/jumpstart-autonav/requirements/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cgsog-jumpstarts/jumpstart-autonav/requirements"><img src="https://agentmods.dev/badge/skills/cgsog-jumpstarts/jumpstart-autonav/requirements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00892 |
| Opus 5 | $0.00012 | $0.00446 |
| Sonnet 5 | $0.00005 | $0.00178 |
| Haiku 4.5 | $0.00002 | $0.00089 |
Grade A, and why
requirements scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Requirements Elicitation & Analysis
This skill provides structured workflows for gathering, analyzing, and documenting software requirements. Use it when scoping a project, conducting stakeholder interviews, or validating completeness of a PRD.
Elicitation Techniques
Stakeholder Interview Script
Use this 5-step structure for requirement-gathering sessions:
- Context Setting (2 min): "We're exploring [domain]. I'll ask questions to understand your needs. There are no wrong answers."
- Current State (10 min): "Walk me through how you do [task] today, step by step."
- Pain Points (10 min): "What frustrates you most? Where do you lose time? What workarounds have you built?"
- Ideal State (10 min): "If you had a magic wand, what would change? What does success look like?"
- Constraints (5 min): "What must not change? What are the hard limits (budget, timeline, compliance)?"
Record: Raw notes → distill into user stories within 24h.
Requirement Categories Checklist
For every feature, verify coverage across:
| Category | Key Questions |
|---|---|
| Functional | What does the system DO? |
| Data | What does it STORE and RETRIEVE? |
| Interface | How do users/systems INTERACT with it? |
| Performance | How FAST must it respond? At what SCALE? |
| Security | Who can ACCESS what? What's SENSITIVE? |
| Compliance | What REGULATIONS apply? |
| Operational | How is it DEPLOYED, MONITORED, BACKED UP? |
| Usability | Who uses it? What's their SKILL LEVEL? |
Analysis Techniques
Ambiguity Detection
Flag requirements containing these words — they need clarification:
- "should" → Is it required or optional?
- "etc." → What exactly is included?
- "appropriate" → What criteria define appropriateness?
- "user-friendly" → What specific UX standards?
- "fast" → What latency threshold (P50, P95, P99)?
- "scalable" → What load targets (users, requests/sec, data volume)?
- "secure" → What threat model? What compliance standard?
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 97 lines · 23 tokens per session scan A fbf46c5b8f1e
requirements is a skill published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 892 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
github-review-pr
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…
grill-me
A guided, adversarial interview for challenging a plan or design one question at a time. It also records agreed terms and architectural decisions as the discussion develops.
gpt-image-skill
A skill for generating or editing images through OpenAI's GPT Image API, a programming interface for requesting image operations. It uses a bundled Python script and supports configuration such as model, size, quality, and output file.
nanobanana-skill
An image-generation and image-editing skill that uses Google Gemini through the Nanobanana tool. It covers prompts, image sizes, output files, models, resolutions, and required setup.
youtube-transcribe-skill
A tool for getting subtitles or transcripts from YouTube videos and saving them as local files.
github-fix-issue
Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue, says "fix issue.