writing-plans

Generate detailed implementation plans for multi-step software development tasks.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill writing-plans-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/writing-plans
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill writing-plans-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating clear, actionable implementation plans for complex tasks, especially when the engineer lacks context about the codebase or problem domain.

Core Features & Use Cases

  • Comprehensive Planning: Generates detailed, step-by-step plans for multi-step tasks.
  • Contextualization: Assumes zero prior knowledge of the codebase, guiding the engineer through every necessary step.
  • Best Practices Enforcement: Incorporates principles like DRY, YAGNI, TDD, and frequent commits into the plan.
  • Use Case: Before starting a new feature development, use this Skill to generate a detailed plan that outlines every test to write, every file to modify, and every command to run, ensuring a smooth and efficient development process.

Quick Start

Use the writing-plans skill to generate an implementation plan for adding a new user authentication module.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate a step-by-step implementation plan for a new software feature?

To generate a step-by-step implementation plan, define the multi-step development task and the tool will produce bite-sized instructions covering file modifications, test procedures, and execution commands for the feature.

What is the best way to plan software development tasks when I lack codebase context?

The best way to plan software development tasks without codebase context is using a comprehensive planning tool that assumes zero prior knowledge and guides you through every necessary file modification and testing step.

Can I use automated planning for test-driven development and task breakdown?

Yes, you can use automated planning for test-driven development. It breaks down multi-step tasks into actionable items, explicitly detailing every test to write and command to run before implementation.

What are the limitations of using generated implementation plans for coding?

Generated implementation plans are designed for multi-step software development tasks and rely on enforcing TDD, DRY, and YAGNI principles. They may require manual adjustment if your project follows alternative architectural paradigms.