workflow-execute

Execute a selected commit from plan.md and generate an auditable summary document.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of a specific commit from plan.md and generates a summary document to capture outcomes, evidence, and status for audits and handoffs.

Core Features & Use Cases

  • Execute plan.md checklist items for a chosen commit by name or number from docs/work/WORK-{task-name}/plan.md
  • Generate or update docs/work/WORK-{task-name}/summary-commit-N.md with a structured report
  • Optionally load analysis.md for deeper context and track revision through existing summary-commit files

Quick Start

Use the workflow to execute commit N from the most recent plan.md:

  • /workflow-execute 1
  • /workflow-execute REFACTORING 2
  • /workflow-execute API-REDESIGN 2
  • /workflow-execute 2

Frequently Asked Questions about workflow-execute

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

FAQPage Schema
How do I auto-summarize work and generate commit traceability from plan.md?

To auto-summarize work and generate commit traceability from plan.md, you execute a selected commit by name or number, which then automatically generates a structured summary-commit-N.md report capturing outcomes, evidence, and status for audits and handoffs.

What is the best way to execute a specific commit checklist item from a plan document?

The best way to execute a specific commit checklist item from a plan document is to pass the commit name or number as a command argument, which triggers the workflow to process the corresponding implementation step from docs/work/WORK-{task-name}/plan.md.

How do I create an auditable summary document for software development commits?

You create an auditable summary document for software development commits by running the execution workflow, which generates or updates docs/work/WORK-{task-name}/summary-commit-N.md with a concise, structured report of the completed work.

Can I use analysis.md to provide deeper context when executing workflow commits?

Yes, you can use analysis.md to provide deeper context when executing workflow commits, as the execution process optionally loads this file alongside tracking revisions through existing summary-commit files.

Do I need a specific folder structure to execute plan.md items and track commit summaries?

Yes, you need a specific folder structure to execute plan.md items and track commit summaries, requiring your files to be organized within the docs/work/WORK-{task-name}/ directory to properly locate the plan and generate summary documents.