plan-build

Generates structured plan.md development documents with eight mandatory sections from investigation searches.

Updated Jul 8, 2017
One-click install
npx skills add https://github.com/mczkzk/dotfiles --skill plan-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-build
Source: https://github.com/mczkzk/dotfiles/tree/main/dot_claude/skills/plan-build
Command: npx skills add https://github.com/mczkzk/dotfiles --skill plan-build

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed development plan documents, ensuring all necessary steps and considerations are covered before implementation begins.

Core Features & Use Cases

  • Automated Plan Generation: Creates comprehensive plan.md files based on prior investigation findings.
  • Strict Verification: Enforces completion of investigation steps and adherence to required sections before plan generation.
  • TDD & Best Practices: Integrates TDD (t-wada) principles and emphasizes robust implementation notes.
  • Use Case: After completing a search.md for a new feature, use this Skill to generate the plan.md that outlines the requirements, architecture, file changes, testing strategy, and implementation steps.

Quick Start

Use the plan-build skill to create a development plan for the feature 'user-authentication'.

Frequently Asked Questions about plan-build

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

FAQPage Schema
How do I generate a structured development plan for a new software feature?

To generate a structured development plan, you need a completed investigation search documenting the feature requirements. This Skill transforms those prior investigation findings into a comprehensive plan.md file containing eight mandatory sections.

What is included in a TDD-based development plan document?

A TDD-based development plan document includes Requirements Summary, Architecture Impact, File Changes, Testing Strategy, Implementation Plan, Risk Assessment, Commands Reference, and Implementation Notes. It strictly enforces these eight mandatory sections before generation.

Do I need to complete an investigation search before creating a feature development plan?

Yes, you must complete an investigation search before creating a feature development plan. This Skill enforces strict verification of prior investigation steps to ensure the generated plan accurately reflects the discovered requirements and architecture impact.

How do I document file changes and testing strategy for an implementation plan?

You document file changes and testing strategy by running this Skill after your feature investigation. It automatically structures these details into the dedicated File Changes and Testing Strategy sections of the generated plan document.

What's the best way to automate development plan creation while following TDD practices?

Automating development plan creation while following TDD practices involves using a workflow that enforces strict verification of investigation steps. This Skill integrates t-wada TDD principles to ensure robust implementation notes and comprehensive documentation.

Why does my development plan generation fail if the investigation step is missing?

Development plan generation fails if the investigation step is missing because the workflow enforces strict verification of prior research. Without a completed search.md, the Skill cannot accurately generate the required requirements summary and architecture impact sections.