writing-plans

Generates structured implementation plans in SCT's 7-section format.

73|112|Updated Dec 29, 2015
One-click install
npx skills add https://github.com/scylladb/scylla-cluster-tests --skill writing-plans-scylladb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/scylladb/scylla-cluster-tests/tree/main/skills/writing-plans
Command: npx skills add https://github.com/scylladb/scylla-cluster-tests --skill writing-plans-scylladb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of detailed, multi-phase implementation plans for the SCT repository, ensuring clarity, adherence to standards, and efficient project management.

Core Features & Use Cases

  • Structured Plan Generation: Creates plans following SCT's mandatory 7-section format.
  • PR-Scoped Phasing: Breaks down complex changes into manageable, single-Pull Request phases.
  • Use Case: When tasked with designing a complex refactoring strategy for ScyllaDB's testing framework, use this Skill to draft a comprehensive plan that outlines the problem, current state, goals, phased implementation, testing, and risk mitigation.

Quick Start

Use the writing-plans skill to draft an implementation plan for optimizing the ScyllaDB health check process.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I draft an implementation plan for a multi-phase refactoring project?

To draft an implementation plan for a multi-phase refactoring project, you need a structured document outlining the problem, current state, goals, and phased execution. This skill generates a plan with PR-scoped phases, dependency ordering, and risk mitigation strategies.

What is the required format for SCT repository documentation roadmaps?

The required format for SCT repository documentation roadmaps is a mandatory 7-section structure saved in the docs/plans/ directory. This structure ensures all complex feature designs include problem background, goals, phased implementation, testing requirements, and risk mitigation.

How do I break down complex feature designs into single Pull Request phases?

Breaking down complex feature designs into single Pull Request phases requires mapping dependency ordering and scoping changes to manageable units. This skill automates that phasing process, ensuring each PR phase aligns with the overarching SCT implementation plan and testing requirements.

When do I need a structured implementation plan for SCT repository changes?

You need a structured implementation plan for SCT repository changes when undertaking multi-phase modifications, refactoring strategies, or complex feature designs. These documented roadmaps ensure project management clarity and coordinate dependency ordering across extensive codebase updates.

Does this implementation plan generator include risk mitigation and testing requirements?

Yes, the implementation plan generator includes risk mitigation and testing requirements as mandatory components. It integrates these elements into the 7-section format to ensure complex refactoring strategies and feature designs are thoroughly documented against potential project risks.

What is the best way to document a refactoring strategy for a testing framework?

The best way to document a refactoring strategy for a testing framework is using a standardized 7-section plan format. This approach structures the current state, goals, and implementation phases while enforcing PR-scoped changes and comprehensive testing requirements.