TechAIWritingPlans

Generate step-by-step implementation plans with file modifications and code examples.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pagopa/cloud-strategy.github --skill techaiwritingplans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TechAIWritingPlans
Source: https://github.com/pagopa/cloud-strategy.github/tree/main/.github/skills/tech-ai-writing-plans
Command: npx skills add https://github.com/pagopa/cloud-strategy.github --skill techaiwritingplans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive, step-by-step implementation plans for software development tasks, ensuring clarity and reducing the need for engineers to have prior context.

Core Features & Use Cases

  • Detailed Task Breakdown: Decomposes complex features into bite-sized, actionable tasks.
  • File Structure Mapping: Outlines which files will be created or modified.
  • Code, Test, and Documentation Guidance: Provides specific instructions for implementation, testing, and documentation.
  • Use Case: When a new feature is defined, use this Skill to generate a detailed plan that an engineer can follow with minimal supervision, including specific code snippets for tests and implementations.

Quick Start

Use the TechAIWritingPlans skill to generate an implementation plan for the new user authentication feature.

Frequently Asked Questions about TechAIWritingPlans

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

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

To generate an implementation plan, provide the feature definition to the Skill. It breaks down complex software development tasks into bite-sized, actionable steps, specifying file modifications and code examples for engineers with zero codebase context.

How do I break down multi-step software development tasks into actionable steps?

Breaking down multi-step software development tasks involves decomposing complex features into bite-sized actions. This Skill automates that process by mapping out file structure modifications and providing specific guidance for implementation, testing, and documentation.

What is task breakdown in software development and how does it support TDD?

Task breakdown in software development is decomposing a feature into granular implementation steps. This Skill emphasizes Test-Driven Development (TDD) and DRY principles by providing specific code snippets and test instructions for each bite-sized task in the plan.

Can I create detailed implementation plans for engineers without prior codebase context?

Yes, you can create implementation plans for engineers with zero codebase context. The Skill generates detailed, actionable plans that outline exact file creations and modifications, alongside specific code examples for implementation and testing.

Does the generated implementation plan include file modification and testing guidance?

Yes, the generated implementation plan includes both file modification and testing guidance. It maps the exact file structure to be created or modified and provides specific code snippets for tests and implementations to ensure clarity.

What are the limitations of automated implementation plan generation for complex features?

Automated implementation plan generation relies on the initial feature definition provided. While it specifies file modifications and code examples for TDD and DRY principles, it cannot infer unstated project requirements or adapt to undocumented legacy codebase constraints.