Systematic task execution with checkpoint validation, progress tracking, and quality gates
View on GitHubathola/claude-night-market
attune
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/athola/claude-night-market/blob/main/plugins/attune/skills/project-execution/SKILL.md -a claude-code --skill project-executionInstallation paths:
.claude/skills/project-execution/## Table of Contents - [When to Use](#when-to-use) - [Integration](#integration) - [Execution Framework](#execution-framework) - [Pre-Execution Phase](#pre-execution-phase) - [Task Execution Loop](#task-execution-loop) - [Post-Execution Phase](#post-execution-phase) - [Task Execution Pattern](#task-execution-pattern) - [TDD Workflow](#tdd-workflow) - [Checkpoint Validation](#checkpoint-validation) - [Progress Tracking](#progress-tracking) - [Execution State](#execution-state) - [Progress Reports](#progress-reports) - [Yesterday](#yesterday) - [Today](#today) - [Blockers](#blockers) - [Metrics](#metrics) - [Completed ([X] tasks)](#completed-([x]-tasks)) - [In Progress ([Y] tasks)](#in-progress-([y]-tasks)) - [Blocked ([Z] tasks)](#blocked-([z]-tasks)) - [Burndown](#burndown) - [Risks](#risks) - [Blocker Management](#blocker-management) - [Blocker Detection](#blocker-detection) - [Systematic Debugging](#systematic-debugging) - [Escalation](#escalation) - [Blocker: [TASK-XXX] - [Issue]](#blocker:-[task-xxx]---[issue]) - [Quality Assurance](#quality-assurance) - [Definition of Done](#definition-of-done) - [Testing Strategy](#testing-strategy) - [Velocity Tracking](#velocity-tracking) - [Burndown Metrics](#burndown-metrics) - [Velocity Adjustments](#velocity-adjustments) - [Related Skills](#related-skills) - [Related Agents](#related-agents) - [Related Commands](#related-commands) - [Examples](#examples) # Project Execution Skill Execute implementation plan systematically with checkpoints, validation, and progress tracking. ## When to Use - After planning phase completes - Ready to implement tasks - Need systematic execution with tracking - Want checkpoint-based validation ## Integration **With superpowers**: - Uses `Skill(superpowers:executing-plans)` for systematic execution - Uses `Skill(superpowers:systematic-debugging)` for issue resolution - Uses `Skill(superpowers:verification-before-completion)` for validation - Uses `Skill(superpowers:test-driven-develop