execplan

Create and update durable ExecPlan documents with milestones and validation sections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StiensGate928/Srtforge --skill execplan-stiensgate928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execplan
Source: https://github.com/StiensGate928/Srtforge/tree/main/.agents/skills/execplan
Command: npx skills add https://github.com/StiensGate928/Srtforge --skill execplan-stiensgate928

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update a durable ExecPlan to coordinate cross-cutting, protocol, CI, architecture, or long-running Srtforge work.

Core Features & Use Cases

  • Create or update durable ExecPlan documents for cross-functional initiatives spanning multiple workers and tech stacks.
  • Store plans under docs/agent/exec-plans/active with an identifiable slug and support resumption and recovery.
  • Ensure plans include milestones, steps, context, progress, validation, and outcomes to enable auditability and handoffs.

Quick Start

Create a new ExecPlan file for the current initiative by running the provided tooling to initialize docs/agent/exec-plans/active and fill in sections for purpose, context, milestones, steps, and validation.

Frequently Asked Questions about execplan

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

FAQPage Schema
How do I track progress for long-running cross-cutting work across Python, Rust, and TypeScript?

You can track long-running cross-cutting work by creating durable ExecPlan documents that store milestones, steps, and progress sections under docs/agent/exec-plans/active. This enables resumable progress and auditability across Python, Rust, and TypeScript stacks.

What is the best way to coordinate protocol and CI initiatives spanning multiple workers?

The best way to coordinate protocol and CI initiatives is to maintain a durable ExecPlan with context, milestones, and validation sections. This ensures recoverable steps and seamless handoffs for multiple workers on cross-functional tasks.

How do I create resumable workflow documentation for long-running tasks?

Create resumable workflow documentation by initializing an ExecPlan file with identifiable slugs for purpose, context, milestones, steps, and validation. This idempotent behavior allows you to recover and resume long-running tasks efficiently.

Can I use an ExecPlan to document milestones and validation for architecture work?

Yes, you can use an ExecPlan to document milestones and validation for architecture work. The plan ensures cross-cutting initiatives include auditability sections like outcomes and validation, enabling structured coordination for architecture tasks.

Does durable workflow planning support idempotent updates for cross-functional tasks?

Yes, durable workflow planning supports idempotent updates for cross-functional tasks. ExecPlan files stored under docs/agent/exec-plans/active can be created or updated repeatedly without duplicating data, ensuring consistent recoverable steps.

Why do I need durable planning documents for long-running Srtforge work?

You need durable planning documents for long-running Srtforge work to ensure recoverable steps, track progress, and enable auditability. Without structured milestones and validation, cross-cutting tasks spanning multiple tech stacks lose resumption and handoff capabilities.