alaz-mcp-nestjs: Skill for Cursor

.cursor/skills/spec-driven/SKILL.md

spec-driven is a skill for Cursor from hbarbosa02/alaz-mcp-nestjs. It costs 229 tokens per session (2,760 once invoked), scanned A, original, MIT.

A planning skill that guides software work through four possible phases: defining requirements, designing the solution, breaking work into tasks, and implementing it. It adjusts the amount of planning to the size and uncertainty of the change.

In plain words
What is it for?
It is for planning and delivering small to complex projects, creating task dependencies and verification criteria, and keeping track of why each change is needed.
Why use it?
It reduces unclear requirements, oversized tasks, and unverified changes by linking requested behavior to implementation and checks.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents.

This is hbarbosa02/alaz-mcp-nestjs's own configuration. It tells Cursor how to work on alaz-mcp-nestjs 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 alaz-mcp-nestjs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hbarbosa02/alaz-mcp-nestjs. 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/hbarbosa02/alaz-mcp-nestjs/main/.cursor/skills/spec-driven/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hbarbosa02/alaz-mcp-nestjs

Made for: Cursor.

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 spec-driven

README.md
[![agentmods](https://agentmods.dev/badge/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven/github.svg)](https://agentmods.dev/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven)
Your own site
<a href="https://agentmods.dev/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven"><img src="https://agentmods.dev/badge/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven/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 spec-driven

Your own site · 80×15
<a href="https://agentmods.dev/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven"><img src="https://agentmods.dev/badge/skills/hbarbosa02/alaz-mcp-nestjs/spec-driven.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 229 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,760 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.00229 $0.02760
Opus 5 $0.00114 $0.01380
Sonnet 5 $0.00046 $0.00552
Haiku 4.5 $0.00023 $0.00276

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

Security

Grade A, and why

spec-driven 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.

.cursor/skills/spec-driven/SKILL.md · 217 lines

How it starts

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

Tech Lead's Club - Spec-Driven Development

Plan and implement projects with precision. Granular tasks. Clear dependencies. Right tools. Zero ceremony.

┌──────────┐   ┌──────────┐   ┌─────────┐   ┌─────────┐
│ SPECIFY  │ → │  DESIGN  │ → │  TASKS  │ → │ EXECUTE │
└──────────┘   └──────────┘   └─────────┘   └─────────┘
   required      optional*      optional*     required

* Agent auto-skips when scope doesn't need it

Auto-Sizing: The Core Principle

The complexity determines the depth, not a fixed pipeline. Before starting any feature, assess its scope and apply only what's needed:

Scope What Specify Design Tasks Execute
Small ≤3 files, one sentence Quick mode — skip pipeline entirely - - -
Medium Clear feature, <10 tasks Spec (brief) Skip — design inline Skip — tasks implicit Implement + verify
Large Multi-component feature Full spec + requirement IDs Architecture + components Full breakdown + dependencies Implement + verify per task
Complex Ambiguity, new domain Full spec + discuss gray areas Research + architecture Breakdown + parallel plan Implement + interactive UAT

Read the full file on GitHub · 217 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. 12d ago First seen · 217 lines · 229 tokens per session scan A 9a72287195b9

Subscribe to this mod's changes

spec-driven is a skill published in the GitHub repository hbarbosa02/alaz-mcp-nestjs (2 stars, last pushed 4mo ago), licensed MIT. It adds 229 tokens to every session and 2,760 once invoked, about $0.0011 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.