exec

Execute planned task module steps with verification and progress logging.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/huacheng/moonview --skill exec-huacheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exec
Source: https://github.com/huacheng/moonview/tree/main/plugins/task-ai/skills/exec
Command: npx skills add https://github.com/huacheng/moonview --skill exec-huacheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

Executes the implementation plan for a task module that has passed evaluation, orchestrating plan steps, validation, and progress logging to ensure traceable, auditable execution.

Core Features & Use Cases

  • Step-wise execution: reads the plan, tracks completed steps, and performs remaining steps in order.
  • Verification-first protocol: conducts VH/HS checks for software domains and records outcomes.
  • Dependency and safety governance: validates dependencies and enforces security checks before state changes.
  • Audit trails and summaries: creates exec notes, updates progress, and generates summaries for review.

Quick Start

Run /task-ai:exec <notebook> to start executing the next pending step.

Frequently Asked Questions about exec

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

FAQPage Schema
How do I execute a plan and implement software tasks step by step?

To execute a plan and implement software tasks, this Skill automates step-wise execution by reading plan.md, tracking completed steps, performing remaining steps in order, and updating progress for traceable, auditable task execution.

What is VH and HS verification in task execution?

VH and HS verification in task execution is a verification-first protocol that conducts safety checks and validates software domain requirements before state changes, recording outcomes to ensure auditable implementation progress.

Do I need python3 to run automated task execution with plan.md and tests?

Yes, you need python3 installed to run automated task execution. The Skill requires a task module containing planning and verification artifacts like plan.md, target.md, type-profile.md, and tests before execution begins.

How do I automate dependency gating and safety checks before state changes?

Automate dependency gating and safety checks by running the execution protocol, which validates dependencies and enforces security checks before applying state changes, ensuring all requirements are met before proceeding.

What's the best way to generate audit trails and execution summaries for software modules?

The best way to generate audit trails and execution summaries is using automated execution that creates exec notes, updates progress logs, and generates review summaries after completing each plan step with verification.

Why does task execution stop when verification checks fail?

Task execution stops when verification checks fail because the protocol enforces a verification-first approach, requiring successful VH/HS checks and dependency validation before proceeding to prevent unsafe state changes.