plan

Orchestrate an iterative multi-agent planning pipeline for complex software features.

27|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Bishoni/claude-bishx --skill plan-bishoni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Bishoni/claude-bishx/tree/main/skills/plan
Command: npx skills add https://github.com/Bishoni/claude-bishx --skill plan-bishoni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tackles the complexity of feature development by ensuring that implementation plans are thoroughly vetted and robust before coding begins, reducing rework and improving quality.

Core Features & Use Cases

  • Automated Iterative Planning: Employs a 5-actor verification loop (Researcher, Planner, Skeptic, TDD Reviewer, Critic) that iterates up to 5 times to refine a plan.
  • Comprehensive Context Gathering: Gathers and synthesizes information from the codebase and external research to inform the planning process.
  • Use Case: When developing a complex new feature, use this Skill to generate a detailed, TDD-compliant plan that has been rigorously reviewed by multiple AI agents, ensuring all potential issues are addressed upfront.

Quick Start

Use the plan skill to generate a bulletproof implementation plan for the new user authentication module.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate a bulletproof implementation plan for complex software features?

You generate a bulletproof implementation plan by running an automated, iterative pipeline that synthesizes codebase context with external research. This process uses a multi-agent verification loop to ensure the final plan is one-shot-ready and thoroughly vetted before development begins.

What is the best way to handle ambiguity when planning iterative software development?

The best way to handle ambiguity in iterative software development is through a dedicated interview phase. This resolves unclear requirements upfront, allowing the planning pipeline to synthesize accurate context and produce a comprehensive, TDD-compliant implementation strategy.

Can I use AI agents to review my TDD plans before coding begins?

Yes, you can use AI agents to review TDD plans through an automated 5-actor verification loop. This loop includes a Researcher, Planner, Skeptic, TDD Reviewer, and Critic, which iteratively refine the plan up to five times to ensure high quality.

How does multi-agent code review improve feature development plans?

Multi-agent code review improves feature development plans by employing a verification loop where actors act as a Skeptic and Critic. They iteratively challenge and refine the plan alongside a Researcher and TDD Reviewer, addressing potential issues upfront to reduce rework.

When do I need an automated planning pipeline for software development?

You need an automated planning pipeline when developing complex new software features that require rigorous upfront vetting. It is essential when you must reduce rework by ensuring implementation plans are comprehensive, TDD-compliant, and one-shot-ready before coding starts.