Навыки spec-driven-development
📦

spec-driven-development

Ревизия содержимого r2 Безопасно ⚙️ Внешние команды

Plan Software Work With Clear Specifications

Unclear requirements cause rework, missed assumptions, and poorly ordered implementation tasks. This skill guides teams through reviewed specifications, dependency-aware plans, and verifiable tasks before coding.

Поддерживает: Claude Codex Code(CC)
🥉 78 Бронза

Установить с помощью моего Агента

Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.

Запрос агента
Review the Skillstore skill "spec-driven-development" from https://skillstore.io/skills/addyosmani-spec-driven-development.md and its manifest at https://skillstore.io/api/skills/addyosmani-spec-driven-development/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.

Ресурсы для AI-агентов

Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.

Протестировать

Использование «spec-driven-development». Make the dashboard faster.

Ожидаемый результат:

Success criteria: largest contentful paint under 2.5 seconds on a 4G connection; initial data load under 500 milliseconds; cumulative layout shift under 0.1.

Использование «spec-driven-development». Build account, billing, notifications, and reporting capabilities.

Ожидаемый результат:

  • Capability map: identity owns accounts and sessions; billing depends on identity; notifications depends on identity; reporting depends on billing and notifications.
  • Build order: identity, then billing and notifications, then reporting.

Аудит безопасности

Безопасно

All 26 static findings are false positives. The flagged backticks are Markdown code formatting and inline references in a documentation workflow, not shell execution or system reconnaissance.

1
Просканировано файлов
252
Проанализировано строк
0
Пункты проверки
0
Ложные срабатывания проигнорированы
Последний завершенный статический и семантический аудит не обнаружил подтвержденных проблем безопасности. Это не доказывает отсутствие побочных эффектов у навыка.
Поделиться и цитировать этот отчет

Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.

Открыть версионный отчет
Оценка безопасности

Копировать ссылку на отчёт

https://skillstore.io/skills/addyosmani-spec-driven-development/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/addyosmani-spec-driven-development/security.svg)](https://skillstore.io/skills/addyosmani-spec-driven-development?utm_source=security_passport_badge)

Значок HTML

<a href="https://skillstore.io/skills/addyosmani-spec-driven-development?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-spec-driven-development/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Встраиваемая карточка

<iframe src="https://skillstore.io/embed/skills/addyosmani-spec-driven-development.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Академические ссылки (APA · BibTeX · CFF)

Цитата APA

addyosmani. (2026). spec-driven-development security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-spec-driven-development/audits/2

Цитата BibTeX

@techreport{addyosmani-addyosmani-spec-driven-development-2026, author = {addyosmani}, title = {spec-driven-development security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/addyosmani-spec-driven-development/audits/2}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "spec-driven-development security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "addyosmani" date-released: "2026-09-19" url: "https://skillstore.io/skills/addyosmani-spec-driven-development/audits/2" identifiers: - type: other value: "skillstore:addyosmani-spec-driven-development:audit:2" description: "Skillstore immutable audit report identifier"

Сравнить варианты

2 устанавливаемых вариантов

Навык каждого автора остаётся отдельным устанавливаемым вариантом. Рекомендуемый вариант ранжируется по данным Skillstore.

Почему этот вариант первый

Самая высокая оценка Skillstore
Joseph OBrien Рекомендуется

89jobrien-spec-driven-development

Оценка Skillstore 81
Достоверность доказательств Высокий
Использование в Skillstore 20
Обновлено

2026-09-09

addyosmani Текущий

addyosmani-spec-driven-development

Оценка Skillstore 78
Достоверность доказательств Средний
Использование в Skillstore 0
Обновлено

2026-09-22

Оценка Skillstore

Почему такая оценка Достоверность доказательств: Средний
55
Архитектура
85
Сопровождаемость
87
Контент
65
Сообщество
91
Соответствие спецификации

Что вы можете построить

Shape a New Product Feature

Turn an initial feature idea into an approved specification with user goals, boundaries, success criteria, and an implementation plan.

Decompose a Multi-Module Initiative

Map independently testable capabilities, record dependency direction, and create module-specific specifications in build order.

Make Requirements Testable

Convert vague outcomes into measurable acceptance criteria, verification steps, and focused implementation tasks.

Попробуйте эти промпты

Draft a Basic Specification
Create a concise specification for this feature: [feature]. Ask clarifying questions first, then define the objective, users, scope, success criteria, and open questions.
Clarify an Ambiguous Request
Review this request: [request]. List the assumptions you would need to confirm, ask focused questions, and reframe the final requirements as testable success criteria.
Plan a Multi-Module Change
Decompose this initiative into independently testable modules: [initiative]. Create a capability map with stable identifiers, dependencies, build order, and a specification outline for each module.
Prepare Implementation Tasks
Using this approved specification and plan: [documents], create dependency-ordered tasks. Give each task acceptance criteria, a verification step, and the files or areas likely to change.

Лучшие практики

  • Confirm assumptions before drafting specification content.
  • Use stable module identifiers and explicit dependency direction.
  • Require human approval at each phase before advancing.

Избегать

  • Starting implementation before requirements and success criteria are approved.
  • Hiding ambiguous decisions inside a specification without asking.
  • Creating tasks without acceptance criteria or a verification step.

Часто задаваемые вопросы

When should I use this skill?
Use it for new projects, significant features, ambiguous requirements, or changes that span multiple modules.
When should I skip it?
Skip it for single-line fixes, typo corrections, and small changes with clear requirements.
Does it write production code?
No. It prepares specifications, plans, tasks, and review gates before implementation.
What does the specification include?
It covers the objective, commands, project structure, code style, testing strategy, boundaries, success criteria, and open questions.
How does it handle large initiatives?
It creates a capability map, records dependencies, sets a build order, and creates a specification for each module.
Does it replace technical review?
No. Human reviewers still approve assumptions, scope, architecture, security concerns, and readiness for implementation.

Сведения для разработчиков

Автор

addyosmani

Лицензия

MIT

Ревизия Skillstore

r2

Примечание о версии

Автор не указал версию.

Ссылка

5d5054f8a23586f9b500fece1cb613a9dffc787b

Актуальность поддержки

19.09.2026

Использование

0 загрузок · 0 просмотров

Структура файлов

📄 SKILL.md

Больше от addyosmani

Показать все
📦

code-review-and-quality

78

Проверка кода по пяти критериям качества

Изменения в коде могут скрывать проблемы с корректностью, безопасностью, архитектурой, читаемостью и производительностью. Этот навык применяет структурированный процесс проверки и предоставляет приоритизированную обратную связь с конкретными рекомендациями.

Кодинг и разработка Просмотр
Показать все
📦

brainstorming

79

Превращайте идеи в проверенные дизайны

от ZhanlinCui

Ранние продуктовые и инженерные идеи часто терпят неудачу, потому что требования остаются расплывчатыми. Этот навык проводит Claude, Codex или Claude Code через сфокусированные вопросы, варианты и проверенный дизайн перед реализацией.

Продуктивность Просмотр
📦

grilling

79

Стресс-тестирование планов с помощью сфокусированных вопросов

от mattpocock

Неясные планы часто скрывают рискованные предположения и нерешенные зависимости. Этот навык проводит Claude, Codex или Claude Code через процесс, задавая по одному сфокусированному вопросу за раз.

Продуктивность Просмотр
📦

organizing-with-labels

86

Организация GitHub Issues с помощью меток

от C0ntr0lledCha0s

Крупные репозитории теряют время, когда в issues используются несогласованные метки и неясные milestones. Этот skill помогает создавать таксономии, выполнять массовые обновления и отслеживать прогресс через GitHub workflows.

Продуктивность Просмотр
📦

feature-file

80

Отслеживание требований к функциям в YAML

от Chemiseblanc

Команды теряют понимание замысла проекта, когда требования существуют только в чате или списках задач. Этот навык сохраняет объем работ, тесты, решения и прогресс в постоянном файле features.yml.

Продуктивность Просмотр