task-execution

Execute parent tasks and subtasks using a test-driven workflow.

Updated Nov 16, 2019
One-click install
npx skills add https://github.com/gavargas22/Cascabel --skill task-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-execution
Source: https://github.com/gavargas22/Cascabel/tree/main/.claude/skills/task-execution
Command: npx skills add https://github.com/gavargas22/Cascabel --skill task-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers through executing a parent task and all its sub-tasks using a structured, test-driven workflow. It ensures clear requirements, proper test coverage, and traceable progress from task understanding to delivery.

Core Features & Use Cases

  • Structured task analysis: Read the parent task and all sub-tasks from tasks.md to capture scope and dependencies.
  • Spec-driven extraction: Locate and extract relevant sections from technical-spec.md to inform implementation.
  • Best practices and style alignment: Pull guidance from best-practices to align with project standards.
  • TDD-driven execution: Write tests for the feature first, then implement code to make tests pass; iterate until green.
  • Progress orchestration: Execute subtasks in order, verify tests, and update tasks.md with completion marks.

Quick Start

Use this Skill to implement a new parent task from tasks.md by first generating tests for the parent feature, then coding the implementation to satisfy the tests, and finally updating tasks.md to reflect completion.