Навыки planning-and-task-breakdown
📦

planning-and-task-breakdown

Ревизия содержимого r2 Безопасно ⚙️ Внешние команды📁 Доступ к файловой системе

Plan Work Into Verifiable Tasks

Large or vague software work can hide dependencies, missing acceptance criteria, and verification gaps. This skill converts a specification into ordered task slices with checkpoints, scope guidance, and clear completion conditions.

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

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

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

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

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

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

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

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

Использование «planning-and-task-breakdown». Add email notifications when a user receives a comment.

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

  • Task 1: Define notification preferences and the comment event contract. Verify the schema and event payload with focused tests.
  • Task 2: Implement notification delivery for one provider. Verify successful delivery, provider failure handling, and retry behavior.
  • Task 3: Add the user-facing preference flow. Verify that disabled notifications are not sent.
  • Checkpoint: Run the focused test suite and confirm the comment-to-notification flow end to end.

Использование «planning-and-task-breakdown». We need to add search with filters to an existing application.

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

The plan separates indexing, the search API, one complete filtered user flow, and later performance work. Each task includes dependencies, acceptance criteria, verification, likely files, and a scope estimate.

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

Безопасно

All 28 static findings are false positives. The flagged backticks, paths, and checklist text are Markdown documentation examples, not executable commands, reconnaissance, or path traversal. No semantic security findings or prompt injection attempts were identified.

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

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

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

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

https://skillstore.io/skills/addyosmani-planning-and-task-breakdown/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/addyosmani-planning-and-task-breakdown/security.svg)](https://skillstore.io/skills/addyosmani-planning-and-task-breakdown?utm_source=security_passport_badge)

Значок HTML

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

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

<iframe src="https://skillstore.io/embed/skills/addyosmani-planning-and-task-breakdown.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). planning-and-task-breakdown security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-planning-and-task-breakdown/audits/2

Цитата BibTeX

@techreport{addyosmani-addyosmani-planning-and-task-breakdown-2026, author = {addyosmani}, title = {planning-and-task-breakdown security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/addyosmani-planning-and-task-breakdown/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: "planning-and-task-breakdown security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "addyosmani" date-released: "2026-09-19" url: "https://skillstore.io/skills/addyosmani-planning-and-task-breakdown/audits/2" identifiers: - type: other value: "skillstore:addyosmani-planning-and-task-breakdown:audit:2" description: "Skillstore immutable audit report identifier"

Оценка Skillstore

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

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

Turn a product brief into an implementation plan

Convert a feature brief into ordered tasks with dependencies, acceptance criteria, verification steps, and review checkpoints.

Prepare an agent-ready coding task list

Break a large engineering request into focused vertical slices that an AI coding agent can implement and verify independently.

Coordinate work across contributors

Identify parallel work, shared contracts, sequencing constraints, risks, and the task-list location for a multi-person project.

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

Create a simple task breakdown
Break this request into ordered tasks. For each task, include a short description, acceptance criteria, verification step, dependency, and estimated scope: [paste request].
Map dependencies before implementation
Analyze this specification and map the dependency graph. Then propose a bottom-up task order with one checkpoint after each major phase: [paste specification].
Plan a vertical feature slice
Use vertical slicing to plan this feature. Separate foundation work from complete user flows, identify likely files, define testable acceptance criteria, and flag tasks that are too large: [describe feature and repository context].
Review a plan for delivery risk
Audit the following implementation plan for missing dependencies, unclear acceptance criteria, oversized tasks, weak verification, unsafe parallelization, and missing checkpoints. Return a corrected ordered plan with open questions: [paste plan].

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

  • Provide the specification, repository conventions, and known constraints before requesting a plan.
  • Require every task to include testable acceptance criteria and a concrete verification step.
  • Review dependencies, checkpoints, scope estimates, and open questions before implementation begins.

Избегать

  • Ask for a plan when the change is a single obvious file edit.
  • Accept tasks that say only to implement a feature without acceptance criteria or verification.
  • Parallelize work that changes a shared contract before the contract is defined.

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

What input does this skill need?
Provide a specification, goal, constraints, and relevant repository context. More context produces more reliable dependencies and file recommendations.
Does this skill write code?
No. It creates an implementation plan and task list. A separate coding step or agent must implement and test the work.
What is vertical slicing?
Vertical slicing delivers one complete, testable user flow across the needed layers instead of finishing one technical layer at a time.
How are task dependencies handled?
The skill maps prerequisites and orders tasks so foundational contracts and data structures are ready before dependent work begins.
Can the plan use an issue tracker?
Yes. The skill explains how to map task details to an external tracker and record the tracker choice in the plan document.
How should I review the generated plan?
Confirm the requirements, dependencies, acceptance criteria, verification steps, scope estimates, risks, checkpoints, and open questions before implementation.

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

Автор

addyosmani

Лицензия

MIT

Ревизия Skillstore

r2

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

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

Ссылка

5d5054f8a23586f9b500fece1cb613a9dffc787b

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

19.09.2026

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

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

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

📄 SKILL.md

Больше от addyosmani

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

code-review-and-quality

78

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

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

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

feature-design-assistant

78

Проектирование функций с помощью управляемого планирования

от notedit

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

Дизайн и креатив Просмотр
📦

tool-discovery

87

Выбирайте подходящий ИИ-инструмент для каждой задачи

от 0xDarkMatter

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

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

prompt-engineering-patterns

86

Оптимизация промптов LLM для продакшена

от wshobson

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

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