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.
npx skills add pproenca/dot-skills --skill feature-specgit clone --depth 1 https://github.com/pproenca/dot-skillsWrote 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/pproenca/dot-skills/feature-spec)<a href="https://agentmods.dev/skills/pproenca/dot-skills/feature-spec"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/feature-spec/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/pproenca/dot-skills/feature-spec"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/feature-spec.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector pass
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.00055 | $0.01003 |
| Opus 5 | $0.00028 | $0.00502 |
| Sonnet 5 | $0.00011 | $0.00201 |
| Haiku 4.5 | $0.00006 | $0.00100 |
Grade A, and why
feature-spec 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 6d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Software Engineering Feature Specification and Planning Best Practices
Comprehensive feature specification and planning guide for software engineers, product managers, and technical leads. Contains 42 rules across 8 categories, prioritized by impact to prevent scope creep and ensure project success.
When to Apply
Reference these guidelines when:
- Writing PRDs or feature specifications
- Defining requirements or user stories
- Managing scope and preventing scope creep
- Prioritizing features and backlog items
- Handling change requests
- Aligning stakeholders on project goals
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Scope Definition | CRITICAL | scope- |
| 2 | Requirements Clarity | CRITICAL | req- |
| 3 | Prioritization Frameworks | HIGH | prio- |
| 4 | Acceptance Criteria | HIGH | accept- |
| 5 | Stakeholder Alignment | MEDIUM-HIGH | stake- |
| 6 | Technical Specification | MEDIUM | tech- |
| 7 | Change Management | MEDIUM | change- |
| 8 | Documentation Standards | LOW | doc- |
Quick Reference
1. Scope Definition (CRITICAL)
scope-define-boundaries- Define explicit scope boundariesscope-document-assumptions- Document all assumptions explicitlyscope-work-breakdown- Break scope into measurable work itemsscope-define-mvp- Define MVP before full feature setscope-stakeholder-signoff- Get stakeholder signoff on scope
2. Requirements Clarity (CRITICAL)
req-specific-measurable- Write specific, measurable requirementsreq-user-stories- Structure requirements as user storiesreq-avoid-solution-language- Avoid solution-specific languagereq-functional-nonfunctional- Separate functional and non-functionalreq-consistent-terminology- Use consistent terminologyreq-traceability- Maintain requirements traceability
3. Prioritization Frameworks (HIGH)
prio-moscow-method- Use MoSCoW prioritization methodprio-rice-scoring- Apply RICE scoring for objectivityprio-value-vs-effort- Map value vs effort explicitlyprio-dependencies-first- Identify and order dependenciesprio-kano-model- Apply Kano model for feature classification
What ships with it
47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 8.9 KB
- assets/templates/_template.md 596 B
- metadata.json 1.2 KB
- README.md 4.3 KB
- references/_sections.md 1.8 KB
- references/accept-avoid-over-specification.md 2.2 KB
- references/accept-definition-of-done.md 2.2 KB
- references/accept-edge-cases.md 2.3 KB
- references/accept-given-when-then.md 2.5 KB
- references/accept-testable-criteria.md 2.0 KB
- references/change-defer-log.md 4.8 KB
- references/change-formal-process.md 4.8 KB
- references/change-impact-assessment.md 4.3 KB
- references/change-scope-freeze.md 5.3 KB
- references/change-version-tracking.md 3.6 KB
- references/doc-accessible-format.md 4.0 KB
- references/doc-consistent-templates.md 4.0 KB
- references/doc-decision-records.md 4.4 KB
- references/doc-glossary-terms.md 4.6 KB
- references/doc-single-source.md 3.6 KB
- references/prio-dependencies-first.md 2.0 KB
- references/prio-kano-model.md 2.6 KB
- references/prio-moscow-method.md 2.0 KB
- references/prio-rice-scoring.md 2.0 KB
- references/prio-value-vs-effort.md 2.7 KB
- references/req-avoid-solution-language.md 2.1 KB
- references/req-consistent-terminology.md 2.3 KB
- references/req-functional-nonfunctional.md 2.2 KB
- references/req-specific-measurable.md 1.9 KB
- references/req-traceability.md 2.3 KB
- references/req-user-stories.md 2.1 KB
- references/scope-define-boundaries.md 1.5 KB
- references/scope-define-mvp.md 1.9 KB
- references/scope-document-assumptions.md 1.9 KB
- references/scope-stakeholder-signoff.md 2.0 KB
- references/scope-work-breakdown.md 1.9 KB
- references/stake-communication-plan.md 2.3 KB
- references/stake-conflict-resolution.md 2.4 KB
- references/stake-early-feedback.md 2.2 KB
- references/stake-identify-stakeholders.md 2.5 KB
- references/stake-success-metrics.md 2.3 KB
- references/tech-api-contracts.md 3.7 KB
- references/tech-data-model.md 5.9 KB
- references/tech-error-handling.md 5.3 KB
- references/tech-performance-requirements.md 4.5 KB
- references/tech-security-considerations.md 4.8 KB
- references/tech-system-context.md 5.3 KB
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.
- 6d ago First seen · 100 lines · 55 tokens per session scan A 0e9aba99d4b1
feature-spec is a skill published in the GitHub repository pproenca/dot-skills (205 stars, last pushed 24d ago), licensed MIT. It adds 55 tokens to every session and 1,003 once invoked, about $0.0003 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-03.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
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…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
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…
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.
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.