ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

project-execution

Execute implementation plans with progress tracking, checkpoint validation, and quality gates

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-attune-project-execution
Or

Night Market Skill — ported from claude-night-market/attune. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • When to Use
  • Integration
  • Execution Framework
  • Pre-Execution Phase
  • Task Execution Loop
  • Post-Execution Phase
  • Task Execution Pattern
  • TDD Workflow
  • Checkpoint Validation
  • Progress Tracking
  • Execution State
  • Progress Reports
  • Yesterday
  • Today
  • Blockers
  • Metrics
  • Completed ([X] tasks)
  • In Progress ([Y] tasks)
  • Blocked ([Z] tasks)
  • Burndown
  • Risks
  • Blocker Management
  • Blocker Detection
  • Systematic Debugging
  • Escalation
  • Blocker: [TASK-XXX] - [Issue]
  • Quality Assurance
  • Definition of Done
  • Testing Strategy
  • Velocity Tracking
  • Burndown Metrics
  • Velocity Adjustments
  • Related Skills
  • Related Agents
  • Related Commands
  • 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
  • Executing task lists with dependencies
  • Monitoring progress and velocity

When NOT To Use

  • No implementation plan exists (use Skill(attune:project-planning) first)
  • Still planning or designing (complete planning phase before execution)
  • Single isolated task (execute directly without framework overhead)
  • Exploratory coding or prototyping (use focused development instead)

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-development) for TDD workflow

Without superpowers:

  • Standalone execution framework
  • Built-in checkpoint validation
  • Progress tracking patterns

Execution Framework

Pre-Execution Phase

Actions:

  1. Load implementation plan
  2. Validate project initialized
  3. Check dependencies installed
  4. Review task dependency graph
  5. Identify starting tasks (no dependencies)

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-attune-project-execution": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.