chunk-plan

Convert GOAL.md into a step-by-step PLAN.md with tasks and dependencies.

3|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/netguy204/vibe-engineer --skill chunk-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chunk-plan
Source: https://github.com/netguy204/vibe-engineer/tree/main/.agents/skills/chunk-plan
Command: npx skills add https://github.com/netguy204/vibe-engineer --skill chunk-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a chunk's GOAL.md into a concrete, implementation-ready PLAN.md to guide execution.

Core Features & Use Cases

  • Plan generation: Translate GOAL.md into a step-by-step PLAN.md that outlines tasks, order, and dependencies.
  • Alignment & traceability: Ensures PLAN.md aligns with repository goals and trunk decisions.
  • Use Case: When starting a new chunk, produce a PLAN.md that a developer can follow to implement the GOAL.

Quick Start

Generate a detailed PLAN.md that translates the GOAL.md into a concrete sequence of implementation steps for the current chunk.

Frequently Asked Questions about chunk-plan

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

FAQPage Schema
How do I generate a concrete implementation plan from a project goals document?

To generate a concrete implementation plan from a project goals document, the Skill translates your GOAL.md into a step-by-step PLAN.md. This output outlines specific tasks, execution order, and dependencies to guide the current chunk's implementation.

What is the best way to structure development tasks and dependencies for a new code chunk?

The best way to structure development tasks and dependencies for a new code chunk is by generating a reproducible PLAN.md. This ensures your execution steps align with repository architecture decisions and include validation checks for common edge cases.

How do I ensure my chunk implementation plan aligns with overall repository architecture decisions?

To ensure your chunk implementation plan aligns with overall repository architecture decisions, the generated PLAN.md includes validation checks for common edge cases. This guarantees traceability and consistency with the broader project goals defined in GOAL.md.

Do I need a GOAL.md file before I can create a step-by-step development plan?

Yes, you need a GOAL.md file before creating a step-by-step development plan. The Skill specifically parses the goals defined in GOAL.md and converts them into a concrete, implementation-ready PLAN.md to guide execution.

How does planning by chunk handle edge cases and validation checks?

Planning by chunk handles edge cases and validation checks by ensuring the generated PLAN.md aligns with repository trunk decisions. This process produces a reproducible sequence of implementation steps that explicitly validates common edge cases.

What are the limitations of generating a PLAN.md from a high-level goals document?

A limitation of generating a PLAN.md from a high-level goals document is that the output is constrained by the scope of the current chunk. The plan focuses solely on translating GOAL.md into implementation steps without addressing cross-chunk integration.