writing-plans

Generate implementation plans with file touches, tests, and commit sequences.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill writing-plans-prathviraj-jadhav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/Prathviraj-jadhav/nexgen-elit-website/tree/main/.agent/skills/writing-plans
Command: npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill writing-plans-prathviraj-jadhav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write comprehensive implementation plans for multi-step tasks based on a spec or requirements, ensuring engineers know exactly what to touch, test, and document.

Core Features & Use Cases

  • Generates end-to-end implementation plans covering files to touch, code, tests, docs, and commits.
  • Produces bite-sized, task-level steps that align with TDD and DRY principles.
  • Saves the plan to docs/plans/YYYY-MM-DD-<feature-name>.md for versioned reference and handoff.

Quick Start

Provide a complete feature implementation plan broken into bite-sized tasks with explicit file touches, tests, and a recommended commit sequence.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I break down a software feature spec into actionable implementation steps?

To break down a software feature spec, generate a comprehensive implementation plan detailing bite-sized task-level steps, explicit files to touch, tests to write, and a recommended commit sequence for developers.

What is the best way to create a TDD-aligned implementation plan for multi-step tasks?

Creating a TDD-aligned implementation plan involves producing bite-sized tasks that enforce DRY principles, detailing the exact tests to write alongside the code changes required for each specific development step.

How does requirement analysis work when generating a feature development plan with limited context?

Requirement analysis for feature development plans processes unclear or limited context by generating end-to-end steps covering code, tests, docs, and deployment, ensuring engineers know exactly what to touch and document.

Does this task planning approach enforce a specific workflow for multi-step feature development?

Yes, this task planning approach enforces a disciplined workflow by requiring a dedicated worktree, applying DRY and TDD principles, and saving the generated plan to docs/plans/YYYY-MM-DD-feature-name.md for versioned reference.

Can I use this implementation plan generator for tasks spanning code, tests, and deployment docs?

Yes, you can use this implementation plan generator for multi-step tasks across code, tests, docs, and deployment, as it produces end-to-end plans covering all required file modifications and documentation handoffs.