writing-plans

Create detailed implementation plans with task decomposition and Markdown documentation.

1|Updated Apr 1, 2023
One-click install
npx skills add https://github.com/theGobindSingh/next-starter-template --skill writing-plans-thegobindsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/theGobindSingh/next-starter-template/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/theGobindSingh/next-starter-template --skill writing-plans-thegobindsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists in creating detailed implementation plans for complex tasks, ensuring all necessary steps and considerations are documented before coding begins.

Core Features & Use Cases

  • Task Decomposition: Breaks down complex tasks into manageable, bite-sized steps.
  • Documentation: Generates Markdown files with detailed instructions and file structure mappings.
  • Use Case: Ideal for software development where engineers need to understand and execute a task without prior knowledge of the codebase.

Quick Start

Initiate the writing-plans skill with "Create an implementation plan for feature X".

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I create an implementation plan for a complex software development task?

To create an implementation plan, you decompose complex software development tasks into manageable, bite-sized steps and document them in detailed Markdown files. This ensures a structured approach to execution without prior codebase knowledge.

What is task decomposition in software implementation planning?

Task decomposition is the process of breaking down complex development tasks into smaller, manageable steps. It provides step-by-step documentation and file structure mappings to guide engineers through execution.

Can I generate implementation plans for a codebase I have no prior knowledge of?

Yes, you can generate codebase agnostic implementation plans designed for engineers to understand and execute tasks without prior knowledge. The plans provide detailed instructions and file structure mappings.

How do I document file structure mappings for developer guidance?

You document file structure mappings by generating Markdown files with detailed instructions during plan creation. This maps out the necessary steps and considerations for the development task.

What is the best way to structure code documentation before development begins?

The best way to structure code documentation is by creating a detailed implementation plan that captures all necessary steps and considerations beforehand, ensuring a structured approach to development.