project-execution
Execute implementation plans with progress tracking, checkpoint validation, and quality gates
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-attune-project-executionNight 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:
- Load implementation plan
- Validate project initialized
- Check dependencies installed
- Review task dependency graph
- Identify starting tasks (no dependencies)
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-attune-project-execution": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure