implement

Execute predefined plan steps from plans/ with user confirmations.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Ariz0na45/business-os-lite --skill implement-ariz0na45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Ariz0na45/business-os-lite/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/Ariz0na45/business-os-lite --skill implement-ariz0na45

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementing an existing plan step-by-step can be error-prone without a clear, guided workflow. This Skill provides a structured execution process for plans stored in plans/, ensuring consistency, traceability, and controlled automation.

Core Features & Use Cases

  • Plan discovery: locate a plan by name or list available plans when none is specified.
  • Stepwise execution: execute each plan's steps in sequence, announcing progress and handling required user or system actions.
  • Validation & recap: verify completion criteria for each step and deliver a final execution summary.
  • Interactive control: pause for user confirmation between steps and allow manual intervention when needed.

Quick Start

Choose a plan from plans/ or reference a plan to execute, and I will run it step by step.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute a predefined plan step by step with user confirmations?

To execute a predefined plan step by step, this Skill reads steps from plans/ and runs them in sequence. It pauses for user confirmation between steps, ensuring controlled, auditable automation of operational workflows.

What happens if no plan name is specified when starting a workflow automation?

If no plan name is specified for workflow automation, the Skill lists available plans found in the plans/ directory. You can then choose a plan by name, and it will execute the steps sequentially with progress reports.

Can I validate completion criteria for each step during stepwise execution?

Yes, you can validate completion criteria during stepwise execution. The Skill verifies each step's criteria as it processes the plan, reporting progress and delivering a final execution summary when all steps are complete.

How do I handle manual intervention when running a step-by-step plan?

To handle manual intervention when running a step-by-step plan, the Skill provides interactive control. It pauses for user confirmations between steps, allowing you to manually intervene and handle required user or system actions.

What is the best way to ensure repeatable and auditable workflow execution?

The best way to ensure repeatable and auditable workflow execution is using a structured execution process. This Skill applies to operational workflows, validating each step's criteria and delivering a final execution summary.

Why does structured plan execution prevent errors in operational workflows?

Structured plan execution prevents errors by providing a guided workflow for plans stored in plans/. It ensures consistency and traceability by executing steps in order, validating completion criteria, and pausing for user confirmation.