bx-plan-writer

Transform project specs into structured implementation plans with task breakdowns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bitranox/bx_skills --skill bx-plan-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bx-plan-writer
Source: https://github.com/bitranox/bx_skills/tree/main/src/bx_skills/catalog_skills/bx-plan-writer
Command: npx skills add https://github.com/bitranox/bx_skills --skill bx-plan-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. Frequent commits.

Core Features & Use Cases

  • Plan generation: transforms a product spec or requirements into a structured, task-level plan.
  • Risk & dependency highlighting: identifies cross-cutting risks, needed references, and prerequisites.
  • Collaboration-friendly docs: saves plans to a predictable path for sharing with teams.

Quick Start

Feed the project spec and I will generate a complete, step-by-step implementation plan.

Frequently Asked Questions about bx-plan-writer

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

FAQPage Schema
How do I generate an implementation plan from a project spec?

Implementation plan generation transforms a project spec into a structured, task-level plan. It breaks down requirements into bite-sized tasks across code, tests, and docs, including specific files to touch and testing instructions for engineers with zero codebase context.

What is task breakdown for software engineering and when do I need it?

Task breakdown divides multi-step software development requirements into deterministic, bite-sized deliverables. You need it when teams require repeatable plan generation from product specs, ensuring clear deliverables and traceable planning artifacts for engineers lacking project context.

Can I use spec-to-plan generation for multi-step tasks involving tests and docs?

Spec-to-plan generation applies to multi-step tasks across code, tests, docs, and project planning. It documents everything engineers need to check, satisfying requirements for deterministic task breakdown and cross-cutting risk highlighting alongside needed references and prerequisites.

Does implementation plan generation work for teams needing collaboration-friendly docs?

Implementation plan generation produces collaboration-friendly docs by saving plans to a predictable path for sharing with teams. It identifies cross-cutting risks and prerequisites, ensuring repeatable plan generation that provides traceable planning artifacts for the entire team.

What's the best way to ensure engineers with no codebase context can follow an implementation plan?

To ensure engineers follow an implementation plan without codebase context, generate a plan that documents everything needed: which files to touch for each task, code, testing, and docs to check. It provides bite-sized tasks following DRY, YAGNI, and frequent commits principles.

How do I highlight risks and dependencies when creating a project plan from requirements?

Risk and dependency highlighting identifies cross-cutting risks, needed references, and prerequisites during project plan creation. It transforms product specs into structured implementation plans, ensuring engineers understand all dependencies before starting their assigned bite-sized tasks.