parallel-plan-feature

Generate OpenSpec proposals with contracts and work-packages for parallel multi-agent implementation.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/jankneumann/agentic-content-analyzer --skill parallel-plan-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-plan-feature
Source: https://github.com/jankneumann/agentic-content-analyzer/tree/main/.gemini/skills/parallel-plan-feature
Command: npx skills add https://github.com/jankneumann/agentic-content-analyzer --skill parallel-plan-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It automates the creation of comprehensive OpenSpec proposals, including contract definitions and work‑package decomposition, enabling multiple agents to plan and implement features in parallel without manual coordination.

Core Features & Use Cases

  • Parallel Planning: Detects coordinator capabilities and sets up isolated worktrees for concurrent development.
  • Contract Generation: Produces OpenAPI, database, and event contracts, plus type stubs.
  • Work Package Orchestration: Generates a work-packages.yaml with scoped locks, dependencies, and verification tiers.
  • Use Case: Teams can rapidly plan large features such as adding OAuth2 authentication, with each agent receiving only the context it needs.

Quick Start

Ask the assistant to create a parallel plan for adding user authentication with OAuth2.

Frequently Asked Questions about parallel-plan-feature

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

FAQPage Schema
How do I generate OpenSpec proposals for parallel multi-agent implementation?

To generate OpenSpec proposals for parallel multi-agent implementation, use this Skill to automatically produce contract definitions and work-package decomposition, enabling coordinated agents to plan features concurrently without manual intervention.

What is work-package decomposition and how does it help parallel feature planning?

Work-package decomposition splits a feature proposal into isolated worktrees with scoped locks, dependencies, and verification tiers, allowing multiple agents to implement features in parallel without conflicting or overlapping on shared resources.

How do I create OpenAPI contracts and type stubs for coordinated feature development?

You can create OpenAPI contracts, database schemas, event contracts, and type stubs by triggering this Skill to generate the required contract definitions alongside your parallel work-packages for multi-agent implementation.

Does this parallel planning approach require a coordinator agent with specific capabilities?

Yes, parallel planning requires coordinator capabilities such as discovery, work queuing, and locking, plus optional handoff, memory, policy, and audit support to manage isolated worktrees and scoped tasks effectively.

What is the best way to plan large features like OAuth2 authentication for parallel development?

The best way to plan large features like OAuth2 authentication for parallel development is to generate a comprehensive OpenSpec proposal with contracts and work-packages, ensuring each agent receives only the scoped context it needs.

Can I use this for decomposing tasks across multiple agents with isolated git worktrees?

Yes, you can use this Skill to decompose tasks across multiple agents by setting up isolated git worktrees, generating scoped locks, and defining dependencies within a work-packages.yaml file for coordinated parallel execution.