plan-feature

Create OpenSpec proposals with tiered execution and two approval gates.

4|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/jankneumann/agentic-coding-tools --skill plan-feature-jankneumann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-feature
Source: https://github.com/jankneumann/agentic-coding-tools/tree/main/.agents/skills/plan-feature
Command: npx skills add https://github.com/jankneumann/agentic-coding-tools --skill plan-feature-jankneumann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans OpenSpec proposals with tiered execution (coordinated / local-parallel / sequential) to orchestrate multi-agent software planning from discovery to plan approval.

Core Features & Use Cases

  • Automated OpenSpec proposal creation with tiered execution based on feature complexity and coordinator availability.
  • Interactive discovery and two-gate approval to ensure the plan reflects user intent before artifacts are generated.
  • Generates artifacts such as proposal.md, tasks.md, specs, and work-packages, coordinating with Claude Code slash commands and OpenSpec tooling.

Quick Start

Describe the feature you want to propose and trigger the planning workflow with /plan-feature

Frequently Asked Questions about plan-feature

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

FAQPage Schema
How do I create OpenSpec proposals for multi-agent feature planning?

Multi-agent OpenSpec proposals are created by triggering the planning workflow, which guides feature discovery and generates structured proposal artifacts. It applies tiered execution strategies to coordinate complex feature development from start to finish.

What is tiered execution in software feature planning and when is it needed?

Tiered execution in feature planning coordinates tasks across multiple agents using coordinated, local-parallel, or sequential workflows. It is needed when orchestrating complex software development scenarios that require structured gating and artifact generation.

Can I use Claude Code slash commands to coordinate OpenSpec proposal workflows?

Yes, the planning workflow coordinates directly with Claude Code slash commands and OpenSpec tooling. It triggers via a simple command to initiate discovery, manage approvals, and generate the required proposal artifacts.

How do human approval gates work in a multi-agent planning workflow?

Human approval gates pause the multi-agent planning workflow at two specific stages to ensure the generated proposal reflects user intent. This gating mechanism prevents artifact generation until explicit human approval is granted at each checkpoint.

What artifacts are generated during the OpenSpec feature planning process?

The feature planning process generates proposal.md, tasks.md, specifications, and work-packages at each workflow step. These artifacts are produced sequentially as the workflow passes through the required approval gates.

Does multi-agent feature planning work without explicit coordinator availability?

Multi-agent feature planning adapts its execution tier based on coordinator availability and feature complexity. The workflow automatically adjusts between coordinated, local-parallel, and sequential modes to ensure planning proceeds effectively.