specops-plan

Create a feature branch and ExecPlan document from PLANS.md template.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/JacobSoderblom/specops --skill specops-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specops-plan
Source: https://github.com/JacobSoderblom/specops/tree/main/.claude/skills/specops-plan
Command: npx skills add https://github.com/JacobSoderblom/specops --skill specops-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and coordinate feature work by creating an ExecPlan on a feature branch that tracks design, implementation, and outcomes from start to finish.

Core Features & Use Cases

  • Create a new feature branch named feature/<feature-name> and generate a draft ExecPlan on the branch.
  • Populate docs/exec-plans/<feature-name>.md with a comprehensive ExecPlan template derived from PLANS.md.
  • Track progress and decisions within the ExecPlan as development proceeds.
  • Align planning with project governance and escalation rules defined in specops.yaml.

Quick Start

Provide a feature name to generate a new branch and a draft ExecPlan at docs/exec-plans/<feature-name>.

Frequently Asked Questions about specops-plan

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

FAQPage Schema
How do I plan a feature using an ExecPlan to track design through implementation?

To plan a feature, you generate a draft ExecPlan on a new feature branch. This creates a feature/<feature-name> branch and populates docs/exec-plans/<feature-name>.md using the PLANS.md template to track progress from start to finish.

What is the best way to coordinate feature branches and planning docs for non-trivial work?

Coordinating feature branches and planning docs is handled by generating an ExecPlan artifact. It automatically creates a feature branch and a linked markdown document to align design decisions and implementation outcomes.

Do I need a PLANS.md template to create a feature branch and ExecPlan?

Yes, the ExecPlan is derived from the PLANS.md template. The skill populates the docs/exec-plans/<feature-name>.md file by following this template and existing project conventions.

Can I align feature planning with project governance and escalation rules?

Yes, you can align feature planning with project governance. The ExecPlan integrates with rules defined in specops.yaml to ensure your feature branch and planning artifacts follow project escalation protocols.

When should I not use an ExecPlan for feature planning?

You should avoid using an ExecPlan for trivial features. The skill is designed to coordinate branches, docs, and planning artifacts for non-trivial features that require tracking design through implementation to outcome.