feature-workspace

Coordinates multi-team feature work using repository-based ExecPlans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-trivial features require structured planning and traceable execution. This Skill provides an ExecPlan workflow that lives in the repository to guide design, implementation, and review.

Core Features & Use Cases

  • ExecPlan-driven feature work: Create living ExecPlan documents that guide design, implementation, and outcomes.
  • Branch-aligned planning: ExecPlans live on feature branches for auditability.
  • Milestone-driven progress: Track progress and decisions across milestones for alignment.

Quick Start

Create an ExecPlan in docs/exec-plans, fill in Context, Plan of Work, and Concrete Steps, then commit the plan and begin milestone-driven implementation.

Frequently Asked Questions about feature-workspace

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

FAQPage Schema
How do I track complex feature work spanning multiple components and teams?

Plan multi-component feature work by creating an ExecPlan document in docs/exec-plans that guides design, implementation, and retrospective phases. The living plan aligns teams through milestone-driven progress tracking stored directly on the feature branch.

What is an ExecPlan and how does it manage project milestones?

An ExecPlan is a repository-based planning document that structures complex feature execution through Context, Plan of Work, and Concrete Steps sections. It manages milestones by tracking progress and decisions across implementation phases for team alignment.

How do I set up branch-aligned documentation for feature planning?

Set up branch-aligned planning by committing an ExecPlan document into the docs/exec-plans directory on your feature branch. Populate Context, Plan of Work, and Concrete Steps to establish an auditable, living record of feature design and implementation.

Does feature planning with repository-stored ExecPlans work for multi-team projects?

Yes, ExecPlan workflows specifically target non-trivial features spanning multiple teams and components. The repository-stored plans coordinate design and review phases, ensuring structured planning and traceable execution across distributed teams.

When should I use a dedicated ExecPlan instead of standard issue tracking?

Use an ExecPlan when complex features require structured design, implementation, review, and retrospective phases with traceable execution. It supports dedicated SKILL.md frontmatter and optional directories for scripts, references, and assets beyond standard issue tracking.