writing-plans

Generate step-by-step implementation plans for multi-parameter software features with TDD cycles and commit instructions.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KarlinskyS/hermesSkills --skill writing-plans-karlinskys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/KarlinskyS/hermesSkills/tree/main/software-development/writing-plans
Command: npx skills add https://github.com/KarlinskyS/hermesSkills --skill writing-plans-karlinskys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often receive high‑level specifications that are too vague to implement directly. This Skill transforms those specs into concrete, step‑by‑step implementation plans that include exact file paths, complete code snippets, testing commands, and commit instructions, ensuring the work can be executed without missing context.

Core Features & Use Cases

  • Bite‑sized task generation – Each task is scoped to 2‑5 minutes of focused work.
  • Exact file path specification – Plans list precise locations for new or modified files.
  • Full code examples – Ready‑to‑copy code for implementation and tests.
  • TDD workflow – Every code change follows a write‑failing‑test → minimal implementation → pass‑test cycle.
  • Commit and verification steps – Commands for committing and verifying each task.
  • Guidance for sub‑agent execution – Instructions to dispatch sub‑agents for each task when using the subagent‑driven‑development skill.

Quick Start

Ask Hermes to generate a detailed implementation plan for your next feature.

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 software specifications into bite-sized implementation plans?

To break down software specifications into bite-sized implementation plans, provide your high-level requirements to generate step-by-step tasks scoped for 2-5 minutes of focused work, including exact file paths, complete code snippets, and testing commands.

How do I create implementation plans with exact file paths and code examples?

You can create implementation plans with exact file paths and code examples by transforming your high-level software specifications into ready-to-copy code snippets and precise file locations for new or modified files, ensuring no missing context during execution.

What is the best way to plan multi-step software features for sub-agent execution?

The best way to plan multi-step software features for sub-agent execution is to generate detailed implementation plans that include specific guidance to dispatch sub-agents for each bite-sized task, ensuring seamless task execution and verification.

Can I integrate commit and verification steps into my software implementation plan?

Yes, you can integrate commit and verification steps into your software implementation plan, as the generated tasks include specific commands for committing and verifying each bite-sized code change to ensure seamless execution.

Do I need high-level specifications to generate a detailed software implementation plan?

Yes, you need high-level specifications or requirements as input to generate a detailed software implementation plan, because the Skill transforms those vague specs into concrete, step-by-step tasks with exact file paths and full code examples.