requirements-discovery

requirements-discovery is a skill for Claude Code, Codex from Stivi7/cyberpunk-context-runners. It costs 24 tokens per session (1,029 once invoked), scanned A, original, MIT.

A guided discovery process for turning an incomplete product, feature, or architecture request into an approved product requirements document. A product requirements document records the intended users, problem, scope, behavior, constraints, and acceptance criteria.

In plain words
What is it for?
It helps gather answers, inspect existing project information, choose a discovery depth, and write and commit one approved requirements document.
Why use it?
It prevents implementation planning from starting while important product decisions are still unclear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps gather answers, inspect existing project information, choose a discovery depth, and write and commit one approved requirements document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stivi7/cyberpunk-context-runners/requirements-discovery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Stivi7/cyberpunk-context-runners --skill requirements-discovery
Clone the repo
git clone --depth 1 https://github.com/Stivi7/cyberpunk-context-runners

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for requirements-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/stivi7/cyberpunk-context-runners/requirements-discovery/github.svg)](https://agentmods.dev/skills/stivi7/cyberpunk-context-runners/requirements-discovery)
Your own site
<a href="https://agentmods.dev/skills/stivi7/cyberpunk-context-runners/requirements-discovery"><img src="https://agentmods.dev/badge/skills/stivi7/cyberpunk-context-runners/requirements-discovery/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.

agentmods 80×15 button for requirements-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/stivi7/cyberpunk-context-runners/requirements-discovery"><img src="https://agentmods.dev/badge/skills/stivi7/cyberpunk-context-runners/requirements-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,029 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.01029
Opus 5 $0.00012 $0.00515
Sonnet 5 $0.00005 $0.00206
Haiku 4.5 $0.00002 $0.00103

Measured 3d ago against content hash 259956333a0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

requirements-discovery 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 3d 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.

templates/skills/core/requirements-discovery/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Requirements Discovery

Metadata

  • Version: 1.0.0
  • Triggers: Direct Fixer invocation or Nexus routing of materially incomplete product work
  • Allowed agents: Fixer
  • Side effects: Writes and commits one user-approved PRD on the current named branch

When to Use

Use for a new product, feature, or architectural change when the target user, problem, scope, expected behavior, constraints, or acceptance criteria still require material decisions. Do not use for routine fixes, maintenance, a sufficiently specified task, or an approved PRD with no blocking deferred decision.

Inputs

The user's idea, repository context, relevant curated memory, existing specs, applicable decisions, authority boundaries, Git state, and answers gathered during discovery.

Procedure

  1. Inspect .cyberpunk/project.md, relevant memory, existing specs, applicable decisions, and current Git state before detailed questions.
  2. Classify the discovery depth:
    • Brief: a bounded feature with a known user and outcome.
    • Standard: multiple flows or meaningful product decisions.
    • Architectural: a new product, cross-system behavior, or major uncertainty.
  3. If the request contains independently implementable products or subsystems, show their relationships and suggested order, then complete one PRD-sized slice at a time.
  4. Ask one focused question at a time. Prefer concise choices when they improve clarity, but allow an open answer when the available choices would constrain the user incorrectly.
  5. Resolve purpose, target users, use cases, goals, measurable success, non-goals, behavior, constraints, authority, risks, and acceptance criteria. Include technical detail only when it is necessary to make a requirement unambiguous; The Mind owns later implementation architecture.
  6. Present two or three viable approaches with trade-offs and a recommendation.
  7. Present the requirements in sections proportional to their complexity and request design approval as the design progresses.
  8. Do not create a PRD until the user has approved the complete design.
  9. Resolve the PRD path under the literal pattern specs/YYYY-MM-DD-<topic>-prd.md. The Fixer must not overwrite an existing PRD silently: update it only when the user explicitly identified it, otherwise disclose the conflict and agree on a non-conflicting topic slug. Write the approved PRD with these headings:
    • Summary and Problem Statement
    • Target Users and Use Cases
    • Goals and Success Criteria
    • Non-goals and Scope Boundaries
    • Functional Requirements
    • User Journeys and Expected Behavior
    • Constraints and Non-functional Requirements
    • Considered Approaches and Accepted Decisions
    • Edge Cases and Failure Behavior
    • Acceptance Criteria
    • Dependencies and Risks
    • Deferred Decisions
  10. Self-review for placeholders, contradictions, ambiguous requirements, excess scope, and missing acceptance coverage. A deferred decision records its owner, reason, and resolution stage; it cannot block safe Nexus planning.
  11. Ask the user to review the written file. Revise and repeat self-review until artifact approval.
  12. Before committing:
    • Confirm git branch --show-current returns the current named branch.
    • Inspect tracked, untracked, and already staged changes.
    • Stage only the approved PRD path without unstaging or modifying unrelated work.
    • Verify the PRD diff and use a path-limited documentation commit so unrelated staged paths remain untouched.
    • The Git procedure is to commit only the approved PRD.
    • Capture the resulting branch and commit SHA.
  13. Ask whether to hand the committed PRD to Nexus. Do not continue automatically.
  14. On approval, emit the handoff contract below. On decline, stop with the committed PRD as a successful terminal result.

Read the full file on GitHub · 90 lines

Changes

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.

  1. 3d ago First seen · 90 lines · 24 tokens per session scan A 259956333a0e

Subscribe to this mod's changes

requirements-discovery is a skill published in the GitHub repository Stivi7/cyberpunk-context-runners (4 stars, last pushed 3d ago), licensed MIT. It adds 24 tokens to every session and 1,029 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-09-08.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens