QuickVoice: Skill for Claude Code

.claude/skills/gsd/workflows/discovery-phase/SKILL.md

gsd:workflow:discovery-phase is a skill for Claude Code from allgpt-co/QuickVoice. It costs 14 tokens per session (122 once invoked), scanned A, original, MIT.

A workflow for exploring a new project before implementation begins. It gathers requirements, researches the subject area, defines the scope, and creates an initial plan.

In plain words
What is it for?
Use it when starting a project or investigating what it should include before development work begins.
Why use it?
It reduces uncertainty early by turning an unclear idea into documented requirements and a defined starting scope.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is allgpt-co/QuickVoice's own configuration. It tells Claude Code how to work on QuickVoice itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything QuickVoice configures →

Reuse

Borrowing it

Nothing to install: this file belongs to allgpt-co/QuickVoice. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/allgpt-co/QuickVoice/main/.claude/skills/gsd/workflows/discovery-phase/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/allgpt-co/QuickVoice

Made for: Claude Code.

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 gsd:workflow:discovery-phase

README.md
[![agentmods](https://agentmods.dev/badge/skills/allgpt-co/quickvoice/discovery-phase.svg)](https://agentmods.dev/skills/allgpt-co/quickvoice/discovery-phase)
Your own site
<a href="https://agentmods.dev/skills/allgpt-co/quickvoice/discovery-phase"><img src="https://agentmods.dev/badge/skills/allgpt-co/quickvoice/discovery-phase.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 122 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00014 $0.00122
Opus 5 $0.00007 $0.00061
Sonnet 5 $0.00003 $0.00024
Haiku 4.5 $0.00001 $0.00012

Measured 7d ago against content hash ab4d2fc50176, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gsd:workflow:discovery-phase 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 7d 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.

.claude/skills/gsd/workflows/discovery-phase/SKILL.md · 29 lines

What it actually says

GSD Discovery Phase Workflow

Workflow for project discovery and exploration.

When to Use

  • Starting new project
  • Exploring requirements
  • Understanding scope

Phases

  1. Gather requirements
  2. Research domain
  3. Define scope
  4. Create initial plan

Success Criteria

Discovery complete with requirements documented.

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. 7d ago First seen · 29 lines · 14 tokens per session scan A ab4d2fc50176

Subscribe to this mod's changes

gsd:workflow:discovery-phase is a skill published in the GitHub repository allgpt-co/QuickVoice (491 stars, last pushed 25d ago), licensed MIT. It adds 14 tokens to every session and 122 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-30.

Related

Other skills, from other repositories

email

Read, search, and draft email in the connected mailbox (Gmail or Microsoft 365). Use when the user asks about their inbox, wants a message found or summarized, or wants a reply drafted. Sending is gated by a separate, explicitly granted permission — never assume you can send, and never claim a message was sent unless…

heypinchy/pinchy · 74 tokens

document-comparison

Evaluate several documents against a shared set of criteria — proposals against requirements, contracts against each other, policies against a standard, candidates against a role. Use whenever the answer is a comparison, a ranking, a scoring, or a gap analysis. Covers fixing the criteria before reading, keeping the…

heypinchy/pinchy · 84 tokens

files-search-and-read

Find and read the documents an agent has been granted access to, using pinchyls and pinchyread. Use whenever a question is about the content of a file in the agent's document folders. Covers discovering files before reading them, which formats can actually be extracted, how to point a reader back at a passage, and…

heypinchy/pinchy · 82 tokens

knowledge-search

Answer questions from the organization's indexed documents using knowledgesearch, and cite every claim back to a retrieved passage. Use whenever a question is about document content. Covers the search-first rule, answering only from the closed set of returned passages, the Sources list format, and how to tell an empty…

heypinchy/pinchy · 67 tokens

odoo-read

Query and summarize data from a connected Odoo instance with the odoo read tools (describe, count, read, aggregate). Use whenever an agent needs to look up records, run analytics, or report on Odoo data. Covers the mandatory describe-first workflow, id vs defaultcode disambiguation, the domain/aggregate query syntax…

heypinchy/pinchy · 78 tokens

odoo-write

Create and update records in a connected Odoo instance with odoocreate / odoowrite, following the standard write discipline. Use whenever an agent has write access and needs to add or change data. Covers draft-first and confirm-before-write, duplicate checks, single-call creation with inline child lines, never…

heypinchy/pinchy · 75 tokens