Borrowing it
Nothing to install: this file belongs to lksnext-ai-lab/spec-kit-template. 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/lksnext-ai-lab/spec-kit-template/main/.github/skills/spec-kit-spc-imp-task-definition/SKILL.mdgit clone --depth 1 https://github.com/lksnext-ai-lab/spec-kit-templateWrote 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/lksnext-ai-lab/spec-kit-template/spec-kit-spc-imp-task-definition)<a href="https://agentmods.dev/skills/lksnext-ai-lab/spec-kit-template/spec-kit-spc-imp-task-definition"><img src="https://agentmods.dev/badge/skills/lksnext-ai-lab/spec-kit-template/spec-kit-spc-imp-task-definition/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/lksnext-ai-lab/spec-kit-template/spec-kit-spc-imp-task-definition"><img src="https://agentmods.dev/badge/skills/lksnext-ai-lab/spec-kit-template/spec-kit-spc-imp-task-definition.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.00000 | $0.01513 |
| Opus 5 | $0.00000 | $0.00757 |
| Sonnet 5 | $0.00000 | $0.00303 |
| Haiku 4.5 | $0.00000 | $0.00151 |
Grade A, and why
spec-kit-spc-imp-task-definition 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 11d 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: spc-imp-task-definition
Objetivo
Definir una tarea de desarrollo atómica (Txx) lista para ejecución en codebase/, derivada de docs/spec/** (RFC/FR/NFR/ADR/plan), sin inventar. La salida debe permitir implementar con alcance acotado, trazabilidad y DoD verificable.
Principios
- SPEC manda: la ficha Txx se basa en evidencias del SPEC.
- CODEBASE valida: los comandos y verificaciones reales viven en
codebase/docs/agentic/spc-imp-dod.md. - No inventar: lo no definido se convierte en
OPENQo en tarea de research. - 1 tarea = 1 PR (salvo infra/migración).
Reglas duras (hard rules)
- No inventar
- Si falta una decisión, regla, umbral, contrato o valor por defecto: escribir
OPENQ:y enlazar dónde debe resolverse (p. ej.docs/spec/95-open-questions.mdo la sección concreta).
- Si falta una decisión, regla, umbral, contrato o valor por defecto: escribir
- Placeholders no son evidencia
- Cualquier
TODO,TBD,WIP,pendiente,por definir,???es placeholder. - Un placeholder no puede sustentar requisitos ni comportamiento. Si afecta a la tarea →
OPENQ:y, si bloquea,Estado: blocked.
- Cualquier
- Evidencia mínima obligatoria
- Cada Txx debe enlazar al menos a:
- 1 evidencia funcional (FR o sección concreta de spec)
- y si aplica: 1 evidencia NFR/ADR/RFC.
- Cada Txx debe enlazar al menos a:
- DoD verificable
- La tarea debe incluir comandos reproducibles o, como mínimo, referenciar:
codebase/docs/agentic/spc-imp-dod.md
- Si el DoD del codebase no existe o está incompleto → registrar
OPENQy no marcarready.
- La tarea debe incluir comandos reproducibles o, como mínimo, referenciar:
- Alcance acotado
- Si el alcance supera un PR razonable, dividir en subtareas.
- Compatibilidad/migración
- Si hay impacto en contratos, datos, configuración o despliegue: incluir sección “Compatibilidad/Migración” aunque sea breve.
- Trazabilidad explícita
- Incluir links a RFC/ADR/FR/NFR (o “N/A” si no aplica).
Estados recomendados
todo: pendiente de research/definición finalready: lista para research/implementación en codebaseblocked: bloqueada porOPENQo decisión necesaria
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.
- 11d ago First seen · 170 lines · 0 tokens per session scan A ed21f0c8863d
spec-kit-spc-imp-task-definition is a skill published in the GitHub repository lksnext-ai-lab/spec-kit-template (5 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,513 tokens. 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
plan-authoring
Reference material for writing implementation plans (technical context, architecture decisions, data models, API contracts, project-instructions alignment). Loaded on demand by plan-feature; not directly invokable.
task-generation
Reference material with the canonical task-format grammar and decomposition rules for plan-to-tasks expansion. Loaded on demand by generate-tasks; not directly invokable.
adr-authoring
Defines the canonical MADR format, lifecycle rules, numbering policy, and SAD catalog contract for standalone ADRs under specs/adrs/.
implementation-standards
Reference material with coding standards (defensive coding, error handling, testing patterns). Loaded on demand by the Developer sub-agent (.github/agents/developer.md); not directly invokable.
game-ui-workflow
Orchestrates an end-to-end game UI workflow from game design (GDD), PRD, and UI interaction logic through design specification, screen-system extension, page image generation, component breakdown, sprite-sheet splitting, PNG ZIP packaging, atlas packing, engine JSON handoff, asset registration, and validation. Use…
game-ui-product-design
A planning workflow for a game before its interface visuals are generated. It produces a game design document, product requirements document, and interaction logic document.