writing-plans

Generate test-driven implementation plans from specs with file paths and milestones.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/mrkhachaturov/rkstack --skill writing-plans-mrkhachaturov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/mrkhachaturov/rkstack/tree/main/skills/writing-plans
Command: npx skills add https://github.com/mrkhachaturov/rkstack --skill writing-plans-mrkhachaturov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert vague specs and requirements into clear, test-driven implementation plans that can be executed step by step.

Core Features & Use Cases

  • Automated plan generation from specs with defined file paths, tests, and acceptance criteria.
  • Preamble and setup guidance to align with project conventions.
  • Plan saving to docs/rkstack/plans with versioning and traceability.

Quick Start

Provide a spec, and I will generate a complete, test-driven implementation plan.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate a stepwise implementation plan from software specs?

To generate an implementation plan from specs, provide your project requirements to produce a test-driven, step-by-step execution plan with exact file paths, defined milestones, and acceptance criteria.

What is test-driven implementation plan generation?

Test-driven implementation plan generation transforms requirements into executable milestones that enforce a strict structure, mapping exact file paths and necessary tests before coding begins.

How do I structure implementation plans with exact file paths and tests?

You structure implementation plans by enforcing a strict format that includes defined file mappings, required tests, and documentation, saving the output as a Markdown document in docs/rkstack/plans.

Can I save generated plans to my project docs?

Yes, generated plans are automatically saved to your project docs. The tool writes the final plan to the docs/rkstack/plans directory as a Markdown document with versioning and traceability.

Does plan generation work for projects requiring commit-ready tasks?

Yes, plan generation works for software projects needing detailed milestones. It converts vague requirements into commit-ready tasks mapped with documentation before the coding phase starts.