edge-plan

Generate a structured YAML plan with steps, constraints, and risks in active_context.yaml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update a structured plan in active_context.yaml. Use when starting work on a new objective or refining an existing plan.

Core Features & Use Cases

  • Plan creation and refinement: automatically load the current objective from active_context.yaml and generate a multi-step plan.
  • Context-aware constraints and risks: capture constraints and risks to guide execution.
  • Output-ready YAML update: produce a structured YAML block for active_context.yaml, including objective, current_step, plan, constraints, and risks.

Quick Start

Review the current objective in active_context.yaml and run edge-plan to generate a stepwise plan.

Frequently Asked Questions about edge-plan

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

FAQPage Schema
How do I create a structured project plan in YAML?

To create a structured project plan in YAML, define your objective, steps, constraints, and risks in an active_context.yaml file to guide execution and track progress.

What is active_context.yaml used for in project management?

Active_context.yaml is used to capture a project's objective, current step, plan, constraints, and risks, providing a structured YAML format for context-aware planning.

How do I update an existing project plan with new risks and constraints?

Update an existing project plan by refining the active_context.yaml file, overwriting the objective, current_step, plan, constraints, and risks fields to reflect current project conditions.

Can I generate a multi-step workflow plan for a new objective automatically?

You can generate a multi-step workflow plan automatically by loading a current objective from active_context.yaml and producing a stepwise plan with identified constraints and risks.

Does project planning with YAML work for refining existing plans across teams?

Yes, planning with YAML applies to both starting new objectives and refining existing plans across teams, ensuring steps, constraints, and risks are captured in a structured format.