writing-plans

Generate implementation-ready plans from feature specs with task decomposition and documentation.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/ditchallaway/Robotic-Property-Photographer --skill writing-plans-ditchallaway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/ditchallaway/Robotic-Property-Photographer/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/ditchallaway/Robotic-Property-Photographer --skill writing-plans-ditchallaway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing precise, executable implementation plans from vague requirements to guide engineers and ensure traceability.

Core Features & Use Cases

  • Structured plan templates for features and tasks
  • Step-by-step task granularity with clear deliverables
  • Collaboration-ready documentation for project handoffs

Quick Start

Provide a complete implementation plan in docs/plans using the feature name and a clear set of tasks.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I create actionable implementation plans from a software feature spec?

To create implementation plans from a feature spec, generate a structured document with task sections, clear deliverables, and a reproducible workflow. This ensures each step is testable, traceable, and ready to guide software engineers through execution.

What is task decomposition in software feature planning?

Task decomposition in feature planning breaks down large epics or vague requirements into step-by-step task granularity. It identifies specific files touched, necessary tests, and documentation requirements to ensure precise execution and traceability.

How do I structure documentation for a project handoff?

Structure project handoff documentation by generating a comprehensive plan that adheres to a prescribed document format. Include a header, task sections, and a reproducible workflow to ensure collaboration-ready continuity for incoming engineers.

Can I use structured plan templates for both small features and large epics?

Yes, you can use structured plan templates across project scopes ranging from small features to large epics. The generated plan validates steps for testability and traceability regardless of the overall size or complexity.

What is the best way to ensure implementation steps are testable and traceable?

The best way to ensure steps are testable and traceable is to validate them within a prescribed plan document structure. Generating implementation-ready plans with clear deliverables and specific tests ensures every task meets engineering standards.