edge-step

Execute the next step from active_context.yaml and update plan status.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/DazedtilDawn/operators-edge --skill edge-step
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-step
Source: https://github.com/DazedtilDawn/operators-edge/tree/main/codex/skills/edge-step
Command: npx skills add https://github.com/DazedtilDawn/operators-edge --skill edge-step

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the current step from the plan stored in active_context.yaml, enabling a structured, sequential workflow.

Core Features & Use Cases

  • Read the current_step from active_context.yaml and determine the next action.
  • Update step status to in_progress, perform the work, and log progress with proof.
  • Automatically advance current_step and record completion for audit and continuation.

Quick Start

Execute the next step described in active_context.yaml to move the workflow forward.

Frequently Asked Questions about edge-step

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

FAQPage Schema
How do I execute the next step in a YAML workflow plan?

To execute the next step in a YAML workflow plan, the Skill reads the current_step from active_context.yaml, marks the status as in_progress, performs the work, and records completion. It automates sequential task progression and status updates.

What is the best way to automate task progression in a YAML plan?

Automating task progression in a YAML plan involves reading the active_context.yaml file, interpreting the current_step, and automatically advancing the workflow. This Skill handles status updates and records proof paths as evidence for audit and continuation.

How does tracking step status in active_context.yaml work?

Tracking step status in active_context.yaml works by updating the current step's state to in_progress during execution and completed when finished. The Skill then increments the current_step marker, ensuring structured workflow progression and audit logging.

Do I need a specific YAML structure to automate plan management?

You need a structured YAML plan tracked in active_context.yaml to automate plan management. The workflow requires a defined current_step field and supports status updates alongside recording proof paths to maintain sequential execution and evidence.

Can I record proof paths as evidence when executing YAML tasks?

You can record proof paths as evidence when executing YAML tasks by logging progress within the active_context.yaml file. The Skill handles updating step status and appending these proof paths during the automatic advancement of the workflow.

Why is my automated workflow not advancing to the next step?

If your automated workflow is not advancing, the active_context.yaml file may lack a valid current_step or the step status is not marked completed. The Skill requires structured YAML state to interpret progression and record proof paths correctly.