workflow-implement

Execute approved implementation plans through milestone-based workflows with progress tracking.

1|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/simon-downes/agent-workspace --skill workflow-implement-simon-downes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-implement
Source: https://github.com/simon-downes/agent-workspace/tree/main/skills/workflow-implement
Command: npx skills add https://github.com/simon-downes/agent-workspace --skill workflow-implement-simon-downes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Execute approved implementation plans through milestone-based workflow with progress tracking and activity logging.

Core Features & Use Cases

  • Milestone-driven execution: load PLAN.md and iterate milestones with validation at each step.
  • Commit and log: automatically commit changes and record milestones using ak log and conventional commits.
  • Verification guardrails: invoke workflow-review and qa-runner checks to ensure deliverables meet plan intent.

Quick Start

Load the approved PLAN.md and execute milestones in order.

Frequently Asked Questions about workflow-implement

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

FAQPage Schema
How do I execute a PLAN.md file step-by-step with milestone verification?

To execute a PLAN.md file step-by-step, this Skill loads the approved plan and iterates through milestones with validation, progress tracking, and activity logging at each phase. It enforces plan-driven execution by verifying deliverables before advancing to the next milestone.

How does milestone-driven implementation work with git commits and logging?

Milestone-driven implementation works by automatically committing changes and recording milestones using conventional commit messages and activity logs. This ensures that progress tracking is tied directly to git history and log entries during plan execution.

Do I need an existing PLAN.md to start milestone-based workflow execution?

Yes, you need an existing PLAN.md to start milestone-based workflow execution. This Skill is applicable only when a PLAN.md exists and the user wants to implement the approved plans step-by-step with milestone verification and logging.

What is the best way to track implementation progress and verify milestones?

The best way to track implementation progress is through a milestone-based workflow that invokes review and qa-runner checks. These verification guardrails ensure deliverables meet plan intent while logging progress via activity logs and git commits.

Can I use conventional commit messages for logging progress during plan execution?

Yes, you can use conventional commit messages for logging progress during plan execution. The workflow enforces logging via activity logs and conventional git commits to automatically record milestones as changes are implemented.

What happens if deliverables fail validation during milestone execution?

If deliverables fail validation during milestone execution, the built-in verification guardrails halt the workflow. The Skill invokes review and qa-runner checks to ensure deliverables meet plan intent before allowing commits and progression to the next milestone.