brewcode:plan

Generate PLAN.md files with phases, agents, and verification from SPEC.md or existing plans.

30|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brewcode:plan
Source: https://github.com/kochetkov-ma/claude-brewcode/tree/main/brewcode/skills/plan
Command: npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of detailed execution plans (PLAN.md) from task specifications (SPEC.md) or existing plan files, streamlining project setup and ensuring comprehensive task breakdown.

Core Features & Use Cases

  • Automated Plan Generation: Converts SPEC.md into a structured PLAN.md with phases, agent assignments, and verification criteria.
  • Plan Mode Execution: Can also create plans from existing plan files, useful for iterative development or external plan management.
  • Use Case: When starting a new feature development, use this Skill to automatically generate a step-by-step plan, including which team members (agents) are responsible for each task and how success will be measured.

Quick Start

Use the brewcode:plan skill to create a plan from the specification file located at .claude/tasks/20260212-140000_new_feature_task/SPEC.md.

Frequently Asked Questions about brewcode:plan

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

FAQPage Schema
How do I generate an execution plan from a task specification?

To generate an execution plan from a task specification, provide a SPEC.md file and the system outputs a structured PLAN.md breaking down tasks into phases, assigning agents, and defining verification criteria.

What is automated task breakdown with agent assignment?

Automated task breakdown with agent assignment is the process of parsing a task specification and generating a phased execution plan that designates specific agents to responsibilities and sets success verification criteria.

Can I create a project plan from an existing plan file?

Yes, you can create a project plan from an existing plan file using Plan Mode execution, which supports iterative development and external plan management without needing a new SPEC.md.

Does the plan generation workflow support non-interactive execution?

Yes, the plan generation workflow supports optional non-interactive execution, allowing automated template-based artifact generation and multi-agent review processes without manual intervention.

What is the best way to structure multi-agent review processes for feature development?

The best way to structure multi-agent review processes is using template-based artifact generation to assign agents to specific phases and define verification criteria within a PLAN.md document.