requirement-executor

Automate requirement-driven task execution with planning, verification, and reporting.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ElliotChen/ClaudeCode --skill requirement-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requirement-executor
Source: https://github.com/ElliotChen/ClaudeCode/tree/main/skills/requirement-executor
Command: npx skills add https://github.com/ElliotChen/ClaudeCode --skill requirement-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an automated workflow that transforms user-provided requirements into an end-to-end task execution pipeline, ensuring traceability and consistent reporting.

Core Features & Use Cases

  • Requirement-driven planning: Reads requirement documents, analyzes dependencies, and generates a task plan.
  • End-to-end execution: Executes tasks in sequence with status tracking and verification.
  • Comprehensive reporting: Produces summary, verification, and final reports, and archives artifacts.

Quick Start

Run the executor to process workspace/requirement, generate a plan, execute tasks, and produce a final report.

Frequently Asked Questions about requirement-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end requirement-driven task execution from a document?

To automate requirement-driven task execution, you can use a workflow that reads requirement documents, analyzes dependencies, generates a task manifest, executes tasks sequentially, and produces final reports with logs and archives.

What is requirement traceability and how does automated task planning generate it?

Requirement traceability in automated task planning tracks task execution status from the original requirement to the final report, ensuring every step is logged, verified, and archived for comprehensive reporting.

How do I generate a task plan from requirement documents with dependency analysis?

Generating a task plan from requirement documents involves reading the workspace requirements, analyzing task dependencies, and creating a structured task manifest to guide sequential end-to-end execution.

Does automated task execution support status tracking and verification for generated plans?

Automated task execution supports status tracking and verification by running tasks in sequence, monitoring their completion state, and producing verification reports to ensure the plan meets the original requirements.

What's the best way to ensure comprehensive reporting and archival after task execution?

The best way to ensure comprehensive reporting and archival is to automate the end-to-end pipeline, which produces summary, verification, and final reports while archiving artifacts and logs upon task completion.