writing-plans
Создание планов реализации для функций
Также доступно от: Cycleaddict,obra,davila7,DYAI2025,DMJGilbert,CodingCossack
Разбиение сложных функций на выполнимые задачи является трудным и подверженным ошибкам. Этот навык предоставляет структурированный шаблон для написания комплексных планов реализации с тестовыми шагами, точными путями к файлам и командами проверки.
Скачать ZIP навыка
Загрузить в Claude
Перейдите в Settings → Capabilities → Skills → Upload skill
Включите и начните использовать
Протестировать
Использование «writing-plans». Create an implementation plan for adding a caching layer to the API responses
Ожидаемый результат:
- Implementation plan saved to docs/plans/caching-layer.md
- 6 bite-sized tasks with TDD approach
- Each task includes file paths, test code, implementation code, verification commands
- Plan header with goal, architecture, and tech stack
- Ready for subagent-driven or parallel execution
Использование «writing-plans». Write a plan to add dark mode theming to the React application
Ожидаемый результат:
- Implementation plan saved to docs/plans/dark-mode.md
- 5 tasks covering theme context, components, and CSS variables
- Test-first approach with failing test steps
- Exact component file paths and CSS module references
- Verification commands for visual regression testing
Использование «writing-plans». Create an implementation plan for a new REST API endpoint
Ожидаемый результат:
- Implementation plan saved to docs/plans/new-endpoint.md
- 4 tasks for model, controller, route, and integration tests
- Complete test code examples for each task
- Git commit commands with conventional commit format
- Ready for subagent dispatch with executing-plans skill
Аудит безопасности
БезопасноThis is a pure markdown documentation skill containing only planning templates and example code blocks. The previous audit correctly identified no executable code, file access, network calls, or command execution capability. All 29 static findings are false positives caused by markdown syntax and content hash strings being misinterpreted as security vulnerabilities.
Факторы риска
🌐 Доступ к сети (1)
Оценка качества
Что вы можете построить
Планирование дорожной карты функций
Преобразование спецификаций функций в подробные руководства по реализации, которые младшие разработчики могут использовать независимо
Документация разбиения задач
Создание стандартизированных планов реализации с четкими ссылками на файлы и шагами проверки
Структурированное выполнение задач
Генерация планов, обеспечивающих систематическую разработку с помощью подагентов с контрольными точками проверки кода
Попробуйте эти промпты
Create an implementation plan for adding user authentication. Use the writing-plans skill. Save to docs/plans/auth-system.md
Write a plan for creating a new REST API endpoint at /api/users/{id}/preferences. Include model, controller, route, and tests.Create a plan to refactor the legacy payment module. Break into small tasks following TDD with test-first approach.
Plan implementation for adding real-time notifications across the platform. Include WebSocket setup, notification service, and frontend components. Use subagent-driven execution.
Лучшие практики
- Всегда включайте точные пути к файлам для каждого файла, затронутого в плане
- Предоставляйте полные примеры кода, никогда не частичные фрагменты или комментарии типа 'добавить валидацию'
- Включайте точные команды с ожидаемым выводом для шагов проверки
Избегать
- Расплывчатые описания задач типа 'реализовать функцию' без конкретных действий
- Пропуск шагов тестового подхода или предоставление неполного тестового кода
- Не указание точных путей к файлам или использование относительных путей без контекста