sprint-executor

Plan and execute SurveyHub sprint tasks with TDD and Django 4.2 gates.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill sprint-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-executor
Source: https://github.com/rafaelcostaf4-afk/SurveyHub/tree/main/.claude/skills/sprint-executor
Command: npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill sprint-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and execute sprint tasks with strict TDD discipline and architecture rules for SurveyHub.

Core Features & Use Cases

  • Enforces a Red-Green-Refactor sprint loop including writing tests before code, running lint and type checks, and ensuring a quality gate before task completion.
  • Coordinates plan-driven execution by reading docs/plans and updating TODO.md as work progresses.
  • Guides automated task progression from planning to delivery, including next-task prioritization and plan adherence.

Quick Start

Initiate the sprint execution by loading the active plan from docs/plans and proceeding task-by-task under the defined rules.

Frequently Asked Questions about sprint-executor

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

FAQPage Schema
How do I enforce strict TDD discipline during sprint execution?

To enforce strict TDD discipline during sprint execution, follow a Red-Green-Refactor loop by writing tests before code, running lint and type checks, and passing automated quality gates before task completion.

What is the best way to plan and execute sprint tasks for a Django 4.2 project?

The best way to plan and execute sprint tasks for a Django 4.2 project is using a plan-driven workflow that reads docs/plans, enforces roadmap compliance, and updates TODO.md as work progresses task-by-task.

How do I automate task progression and gate checks in a sprint loop?

You can automate task progression and gate checks in a sprint loop by prioritizing the next task from the plan and running automated lint, tests, and coverage gates before advancing to delivery.

Does sprint execution work with a Plan-to-Code workflow and roadmap compliance?

Yes, sprint execution works with a Plan-to-Code workflow by strictly enforcing roadmap compliance, reading active plans from docs/plans, and guiding automated task progression from planning to delivery.

Can I use automated gates to ensure quality before completing sprint tasks?

Yes, you can use automated gates to ensure quality before completing sprint tasks by running lint, tests, and coverage checks that must pass before any task is marked complete.