writing-plans

Generate end-to-end implementation plans from feature specs.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill writing-plans-daviddatux25
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/daviddatuX25/SecureCAT-v2/tree/main/.agent/skills/writing-plans
Command: npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill writing-plans-daviddatux25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate end-to-end implementation plans from a feature spec, detailing what to touch in code, tests, docs, and commits.

Core Features & Use Cases

  • End-to-end task decomposition: break a feature into concrete, testable steps.
  • Context-free planning: generates plans without requiring prior knowledge of the codebase.
  • Plan artifacts: outputs a ready-to-run plan document saved to docs/plans/YYYY-MM-DD-<feature-name>.md.

Quick Start

Run this skill on a feature request to generate a complete 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 an implementation plan from a feature spec?▼

To generate an implementation plan from a feature spec, feed the spec into the skill to automatically decompose the feature into concrete, testable steps detailing files, tests, docs, and commits.

What is end-to-end task decomposition for software engineering?▼

End-to-end task decomposition breaks a feature into concrete, testable steps across software projects, detailing what to touch in code, tests, docs, and commits to create a full implementation plan.

Can I create implementation plans without prior knowledge of the codebase?▼

Yes, you can create implementation plans without prior codebase knowledge because this skill generates context-free plans, allowing multi-step task decomposition even when the project structure is unfamiliar.

What's the best way to document engineering plans for multi-step tasks?▼

The best way to document engineering plans is to output a ready-to-run plan document saved to docs/plans/YYYY-MM-DD-<feature-name>.md, satisfying frontmatter metadata requirements for planning workflows.

Does this planning workflow require any dependencies or environment setup?▼

No, this planning workflow requires no dependencies or environment setup, allowing you to directly run the skill on a feature request to generate a complete implementation plan document.

What is included in an automated engineering implementation plan?▼

An automated engineering implementation plan includes detailed task decomposition specifying exactly which files to touch, what tests to write, documentation updates, and commits needed for the feature.