task-executor — for Claude Code task-executor, spec-driven-template, community, for Claude Code, ide skills, 2. Read the PRD at, tasks.md, task-reviewer, Execution, Procedures

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need step 1: pre-task configuration (mandatory). Локализованное описание: A documentation-first template for spec-driven feature delivery, covering PRDs, technical specs, task breakdowns, implementation, and review. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Step 1: Pre-Task Configuration (Mandatory)
Read the task definition file at ./.spec/[feature-slug]/tasks/[num] task.md.
Read the PRD at ./.spec/[feature-slug]/prd.md for context.
Read the Tech Spec at ./.spec/[feature-slug]/techspec.md for technical requirements.
Identify dependencies from previous tasks and verify they are complete.

# Ключевые темы

guilhermefaleiros guilhermefaleiros
[0]
[0]
Обновлено: 3/29/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Подходящий сценарий: Ideal for AI agents that need step 1: pre-task configuration (mandatory). Локализованное описание: A documentation-first template for spec-driven feature delivery, covering PRDs, technical specs, task breakdowns, implementation, and review. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: task-executor helps agents step 1: pre-task configuration (mandatory). A documentation-first template for spec-driven feature delivery, covering PRDs, technical specs, task breakdowns, implementation, and

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need step 1: pre-task configuration (mandatory).

Реализуемые кейсы использования for task-executor

Сценарий использования: Applying Step 1: Pre-Task Configuration (Mandatory)
Сценарий использования: Applying Read the task definition file at ./.spec/[feature-slug]/tasks/[num] task.md
Сценарий использования: Applying Read the PRD at ./.spec/[feature-slug]/prd.md for context

! Безопасность и ограничения

  • Ограничение: Do NOT skip any of these reads.
  • Ограничение: Do NOT skip any step.
  • Ограничение: Do not finalize the task until review issues are resolved.

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-демо

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ и шаги установки

These questions and steps mirror the structured data on this page for better search understanding.

? Частые вопросы

Что такое task-executor?

Подходящий сценарий: Ideal for AI agents that need step 1: pre-task configuration (mandatory). Локализованное описание: A documentation-first template for spec-driven feature delivery, covering PRDs, technical specs, task breakdowns, implementation, and review. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Как установить task-executor?

Выполните команду: npx killer-skills add guilhermefaleiros/spec-driven-template. Она работает с Cursor, Windsurf, VS Code, Claude Code и более чем 19 другими IDE.

Для чего можно использовать task-executor?

Ключевые сценарии использования: Сценарий использования: Applying Step 1: Pre-Task Configuration (Mandatory), Сценарий использования: Applying Read the task definition file at ./.spec/[feature-slug]/tasks/[num] task.md, Сценарий использования: Applying Read the PRD at ./.spec/[feature-slug]/prd.md for context.

Какие IDE совместимы с task-executor?

Этот навык совместим с Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у task-executor?

Ограничение: Do NOT skip any of these reads.. Ограничение: Do NOT skip any step.. Ограничение: Do not finalize the task until review issues are resolved..

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add guilhermefaleiros/spec-driven-template. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать task-executor в текущем проекте.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

task-executor

Install task-executor, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Task Execution

Procedures

Step 1: Pre-Task Configuration (Mandatory)

  1. Read the task definition file at ./.spec/[feature-slug]/tasks/[num]_task.md.
  2. Read the PRD at ./.spec/[feature-slug]/prd.md for context.
  3. Read the Tech Spec at ./.spec/[feature-slug]/techspec.md for technical requirements.
  4. Identify dependencies from previous tasks and verify they are complete.
  5. Do NOT skip any of these reads.

Step 2: Load Required Skills

  1. Identify the technologies involved in the task (React, Hono, shadcn, etc.).
  2. Load the corresponding skills from .agents/skills/ based on technologies used.
  3. Use Context7 MCP to analyze documentation of involved languages, frameworks, and libraries.

Step 3: Task Analysis (Mandatory)

  1. Analyze the task considering:
    • Main objectives.
    • How the task fits into the project context.
    • Alignment with project rules and standards.
    • Possible approaches or solutions.
  2. Generate a task summary:
    • Task ID and Name.
    • PRD Context (main points).
    • Tech Spec Requirements (key technical requirements).
    • Dependencies.
    • Main Objectives.
    • Risks/Challenges.

Step 4: Approach Plan (Mandatory)

  1. Define a numbered step-by-step approach.
  2. Do NOT skip any step.

Step 5: Implementation (Mandatory)

  1. Begin implementation immediately after planning.
  2. Follow all project standards established in CLAUDE.md and project rules.
  3. Implement solutions without workarounds.
  4. Create and run all task tests before considering the task finished.

Step 6: Mark Task Complete (Mandatory)

  1. After successful implementation and tests, mark the task as complete in tasks.md.

Step 7: Review (Mandatory)

  1. Execute the task-reviewer agent to review the implementation.
  2. Address any issues identified by the reviewer.
  3. Do not finalize the task until review issues are resolved.

Error Handling

  • If the task file does not exist, halt and report to the user.
  • If dependencies are not complete, warn the user and ask whether to proceed.
  • If tests fail, fix the issues before marking the task as complete.
  • If the task-reviewer identifies critical issues, address them before finalizing.

Связанные навыки

Looking for an alternative to task-executor or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик