writing-plans

Generate step-by-step implementation plans with file mappings and test cases.

1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PREDICTif/supervisor-worker-ai-framework --skill writing-plans-predictif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/PREDICTif/supervisor-worker-ai-framework/tree/main/superpowers/skills/writing-plans
Command: npx skills add https://github.com/PREDICTif/supervisor-worker-ai-framework --skill writing-plans-predictif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill tackles the challenge of creating clear, actionable, and comprehensive implementation plans for software development tasks, ensuring engineers have all necessary context and guidance.

Core Features & Use Cases

  • Detailed Task Decomposition: Breaks down complex features into bite-sized, manageable steps.
  • File Structure Mapping: Outlines which files will be created or modified, defining responsibilities.
  • Test-Driven Development Guidance: Integrates steps for writing failing tests, running them, implementing minimal code, and verifying success.
  • Use Case: When a new feature is defined, this Skill generates a step-by-step plan that an AI worker can follow to implement it, including specific code snippets, test cases, and commit messages.

Quick Start

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

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I create a detailed implementation plan for a new software feature?

You can generate a detailed implementation plan by breaking down a software feature into step-by-step tasks, mapping out file structures, defining responsibilities, and suggesting commit messages to ensure clear task decomposition.

How does test-driven development guidance integrate into an implementation plan?

Test-driven development guidance integrates into an implementation plan by sequencing steps to write failing tests, run them, implement minimal code, and verify success to ensure strict TDD adherence in AI-assisted coding workflows.

What is the best way to decompose complex software development tasks for an AI worker?

The best way to decompose complex software development tasks is to generate a step-by-step plan with bite-sized manageable steps, specific code snippets, and test cases that an AI worker can follow to implement the feature.

Can I use this planning approach to map out which files will be created or modified?

Yes, this planning approach maps out the file structure by explicitly outlining which files will be created or modified during the software development task and defining the specific responsibilities of each file.

Do I need specific markdown formatting for task tracking and execution handoff?

Yes, you need to adhere to specific markdown formatting for task tracking and execution handoff to ensure the generated implementation plan is correctly parsed and executed within AI-assisted coding workflows.