writing-plans

Generates implementation plans with file paths, code examples, and verification steps.

5|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/treygoff24/autonomous-dev-kit --skill writing-plans-treygoff24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/treygoff24/autonomous-dev-kit/tree/main/skills/writing-plans
Command: npx skills add https://github.com/treygoff24/autonomous-dev-kit --skill writing-plans-treygoff24

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill generates comprehensive, step-by-step implementation plans for software engineers, assuming they have zero prior context of the codebase or problem domain.

Core Features & Use Cases

  • Detailed Task Breakdown: Creates bite-sized, actionable tasks for developers.
  • Code Examples & Verification: Includes exact code snippets and commands for testing.
  • File Path Specificity: Clearly defines which files to create, modify, or test.
  • Use Case: When a new feature is designed, this Skill can produce a detailed plan that a junior developer can follow to implement it with minimal supervision.

Quick Start

Use the writing-plans skill to create an implementation plan for the new user authentication feature.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate an implementation plan for a new software feature?

To generate an implementation plan, define the feature scope and the Skill produces detailed, actionable tasks specifying exact file paths, code examples, and verification steps for developers to follow.

What is the best way to create a task breakdown for a developer with no codebase context?

Creating a task breakdown for zero-context developers involves generating bite-sized, actionable instructions that include exact file modifications and code snippets, ensuring clear implementation without prior domain knowledge.

How do implementation plans ensure adherence to TDD, DRY, and YAGNI principles?

Implementation plans ensure adherence to TDD, DRY, and YAGNI principles through structured task generation that embeds specific code examples and verification commands directly within each development step.

Can I use generated software development plans to guide junior engineers?

Yes, you can use generated software development plans to guide junior engineers by providing detailed, context-free instructions and verification steps that require minimal supervision to implement complex features.

What should be included in a detailed implementation plan for code generation?

A detailed implementation plan for code generation should include bite-sized task breakdowns, exact file paths to modify or create, code snippets, and specific verification commands for testing the output.