workflow-execute

Execute checklist items from a plan.md commit and generate a summary report.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/kubrickcode/specvital --skill workflow-execute-kubrickcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-execute
Source: https://github.com/kubrickcode/specvital/tree/main/.claude/skills/workflow-execute
Command: npx skills add https://github.com/kubrickcode/specvital --skill workflow-execute-kubrickcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of specific development tasks outlined in a plan.md file, ensuring adherence to a structured implementation process and generating summaries of completed work.

Core Features & Use Cases

  • Task Execution: Executes checklist items from a specified commit in a plan.md file.
  • Context Loading: References plan.md, analysis.md, and existing summaries for comprehensive task understanding.
  • Verification: Includes steps for running tests and verifying behavior.
  • Summary Generation: Creates a summary-commit-N.md file detailing changes, verification results, and technical decisions.
  • Use Case: A developer needs to implement a specific feature as defined by commit #3 in the API-REDESIGN plan. They use this Skill to execute that commit, ensuring all tests pass and a summary is generated.

Quick Start

Execute commit number 1 for the REFACTORING task.

Frequently Asked Questions about workflow-execute

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

FAQPage Schema
How do I execute a specific commit from a plan.md file automatically?

Executing a specific commit from a plan.md file involves parsing the task name and commit number, loading context from analysis documents, running checklist steps sequentially, and verifying the results.

How does automated task execution handle context loading from plan and analysis documents?

Automated task execution handles context loading by referencing plan.md, analysis.md, and existing summary files to build comprehensive understanding before processing checklist items and generating a summary report.

What is the best way to automate checklist execution and generate a development summary report?

Automating checklist execution and generating a summary report is best handled by sequentially processing tasks, running verification tests, and outputting a detailed summary-commit-N.md file.

Does plan.md task execution include steps for running tests and verifying behavior?

Yes, plan.md task execution explicitly includes verification steps for running tests and verifying behavior to ensure the implemented changes function correctly before generating the final summary document.

Can I use this workflow execution process without existing analysis.md and summary documents?

You need analysis.md and existing summaries for comprehensive context loading, but the workflow execution process parses user input directly to identify task names and commit numbers to initiate the task sequence.