One-click install
npx skills add https://github.com/devMoez/titan --skill writing-plans-devmoez
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/devMoez/titan/tree/main/skills/software-development/writing-plans
Command: npx skills add https://github.com/devMoez/titan --skill writing-plans-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you turn a vague requirement into a clear, step-by-step implementation plan that a developer can execute even with little context, reducing mistakes and rework.

Core Features & Use Cases

  • Bite-sized TDD tasks: Breaks work into 2–5 minute steps, each with failing-test, run, minimal implementation, run, and commit guidance.
  • Codebase-agnostic guidance: Instructs the implementer to explore the repository, identify files to touch, and write complete, copy-pasteable code and commands.
  • Verification-focused planning: Requires exact file paths, concrete commands, expected outcomes, and explicit “how to verify” steps.
  • Use case: When you need to implement a multi-step feature or delegate work to subagents, you use the plan to ensure sequencing, test coverage, and consistent execution.

Quick Start

Ask Titan to create a detailed implementation plan for your feature, including exact files, test strategy, commands, and bite-sized tasks.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I break down a software feature into bite-sized tasks for implementation?▼

Implementation planning decomposes features into 2-5 minute test-driven steps. Each step includes failing-test creation, execution, minimal implementation, and commit guidance, ensuring strict task granularity and consistent execution for developers or subagents.

What is test-driven development planning for multi-step feature work?▼

Test-driven development planning structures multi-step feature work into 2-5 minute cycles. Each cycle includes writing failing tests, running tests, minimal implementation, and git commits, ensuring exact file paths and code verification for consistent execution.

How do I create a step-by-step implementation plan with exact file paths and code snippets?▼

Generate an implementation plan by instructing the system to explore your repository and output complete, copy-pasteable code snippets. The plan requires exact file paths, concrete commands, expected outcomes, and explicit verification steps for each task.

Can I use implementation plans to delegate tasks to subagents?▼

Yes, you can use implementation plans to delegate work to subagents. The plans ensure proper sequencing, test coverage, and consistent execution by providing repository-aware guidance, complete code snippets, and explicit verification commands for each step.

Does implementation planning work for any codebase without specific dependencies?▼

Implementation planning provides codebase-agnostic guidance without requiring specific dependencies. It instructs the implementer to explore the repository, identify files to modify, and write complete, copy-pasteable code and commands for any codebase.